﻿i { 
    /*Remove blue outline*/
    outline: none!important; 
}

.login-wrapper {
    width: 350px;
    margin: auto;
    text-align: center;
    letter-spacing: 0.75px;
    min-height: 490px;
}

.login-wrapper .login-logo img {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
}

.login-wrapper .login-logo-powered-by {
    margin-bottom: 10px;
    text-align:right;
    color: #727373;
    font-weight:bold;
    font-size: 18px;
    font-family: Roboto;
    width: 100%;
}

.login-wrapper .login-logo-powered-by img {
    max-width: 100px;
    display: inline-block;
    max-height:30px;
    vertical-align: middle ;
}

.login-wrapper .login-control {
    width: 100%;
    margin: 12px 0 0 0;
}

.login-wrapper .forgot-password-container {
    text-align: left;
}

.login-wrapper .forgot-password-container a.forgot-password {
    color: #0076DB !important;
}

.login-wrapper #ErrorMessageContainer,
.login-wrapper #error {
    color: #b00020;
    font-size: 12px;
    line-height: 18px;
    padding: 5px;
}

.login-footer {
    font-size: 12px !important;
    font-weight: 400 !important;
}

.login-footer .login-footer-container {
    display: -ms-flexbox;      /* IE 10 */
    display: flex;
    -o-justify-content: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;

    margin: auto;
}

.login-footer .login-footer-container .copyright {
    color: #999999;
    text-align: center;
}

.login-footer .login-footer-container a {
    color: #0076DB !important;
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

input:-webkit-autofill {
    color: inherit !important;
    background-color: initial !important;
    transition: background-color 5000s ease-in-out 0s;
}

.container-left .mdl-mini-footer {
    padding: inherit !important;
    color: inherit !important;
    background-color: inherit !important;
}

.login-wrapper .message {
    text-align: left !important;
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 15px;
    color: rgba(0,0,0,.6) !important;
    font-weight: 500 !important;
}

.login-wrapper .forgetPasswordMessage {
    height: auto;
}

.login-wrapper .return-to-login-container {
    text-align: left;
    height: auto;
}

.login-wrapper .return-to-login-container a.link-to-login {
    color: #0076DB !important;
}

.login-wrapper .forgetPasswordMessage {
    height: auto;
}

.login-wrapper #PolicyExceptions {
    font-size: 12px;
    line-height: 18px;
    text-align: left;
    letter-spacing: 0.75px;
    padding-left: 10px;
    margin-top: 0;
}

input::-ms-reveal,
input::-ms-clear {
    display: none;
}

.login-control input {
    outline: none;
}

html[data-useragent*='MSIE 10.0'] .mdc-notched-outline,
html[data-useragent*='MSIE 10.0'] .mdc-notched-outline__trailing, 
html[data-useragent*='MSIE 10.0'] .mdc-notched-outline__leading, 
html[data-useragent*='MSIE 10.0'] .mdc-notched-outline__notch {
    top: 0;
    position: absolute;
}

html[data-useragent*='MSIE 10.0'] .mdc-notched-outline__trailing,
html[data-useragent*='MSIE 10.0'] .mdc-notched-outline__notch {
    width: 100% !important;
}