@media only screen and (max-height: 615px) { body { padding-top: 18px !important; } } body { background: #eef5f9; overflow: hidden; } html { overflow: auto; } .loginPanel:not(.userInfo) { border-radius: 10px !important; padding: 20px; left: 50%; transform: translateX(-50%); width: 90%; height: auto !important; max-width: 700px; } .loginBtn { min-width: 130px; border-radius: 15px !important; } .noMargin { margin: 0 !important; } .noMarginBottom { margin-bottom: 0 !important; } .loginInlineIcon { position: absolute; top: 10px; right: 0px; left: auto; color: dimgrey; pointer-events: none; } .sm .loginInlineIcon { top: -1px !important; font-size: 20px !important; } .bold { font-weight: bold; } .strong { font-size: 1.2em; } .errorText { font-size: 12px; } .resendlink{ font-size: 14px; color: #9e9e9e; } @media only screen and (min-width: 601px) { .forgotHelp { position: absolute; bottom: 20px; right: 30px; } } .loginBtn.btn-small.loginBtn.waves-effect.waves-orange.cyan.lighten-2.marright10.bold:focus { outline: 2px solid #a6c7ff; outline: 2px auto -webkit-focus-ring-color; } .strechHImage { margin-top: 20px; } input[type=text], input[type=password] { padding-left: 2px !important; } #dbConfigForm h5 { font-size: 1.45rem !important; }