﻿body {
}
.fdLoginButton {
    background: #74788d !important;
}

.fdLoginButton:hover {
    background: #b3b4bd !important;
}

.fdLoginContent {
    background: #74788d !important;
    background: -moz-linear-gradient(top, #74788d 0%, #463f42 100%) !important;
    background: -webkit-linear-gradient(top, #74788d 0%,#463f42 100%) !important;
    background: linear-gradient(to bottom, #74788d 0%,#463f42 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74788d', endColorstr='#463f42',GradientType=0 ) !important;
}