/* Custom CSS */
#loadingDiv { z-index: 9999;color: #259af4;text-align:center;font-size:40px;position: absolute;top: 50%;left: 50%;width: 40px;height: 40px;margin-top: -20px;margin-left: -20px;}

/* Copyright Link */
.ddsWebLink { font-weight: 800; text-decoration: underline }

/* Login Page */
.login { background-color: #ffffff !important; }
.login .logo { margin-bottom: 0; padding-bottom: 0; height: 100px; width: 300px; background-image: url('/Core/DD_Assets/images/disdata_logo.png'); background-repeat: no-repeat; background-size: contain; background-position: 0 0; display: block; }
.login .content { margin-top: 20px; background-color: #fbfbfb; border:1px solid #f5f5f5; }
.login .content .form-actions { border-bottom: none; }
.login .content h3, .login .content h4 { color: #999; }
.login .content .g-recaptcha { margin-bottom: 10px; }
