/** Login Page **/
.login {
    padding-top: 5% !important;
}

.login .fields {
    width: 400px;
    margin: auto;
}

.login .oauth-component {
    width: 80%;
    padding: 8px;
    border-radius: 4px;
    height: 50px;
    line-height: 35px;
    border-radius: 80px;
    font-weight: 600;
    background: #1a73e8;
}

.long .social-links {
    margin-bottom: 16px;
}

.login .oauth-component img {
    display: inline-block;
    width: 32px;
    height: 32px;
    vertical-align: middle;
    background: white;
    border-radius: 100%;
}

.login .oauth-component span {
    display: inline-block;
    color: white;
    font-size: 1em;
    margin-left: 12px;
}

.login .fields button {
    background: #1a73e8;
    color: white;
    width: 100%;
    height: 40px;
    box-shadow: 0px 0px 17px 0px rgb(0 0 0 / 13%);
    border-radius: 4px;
}

.login .footer {
    position: fixed;
    bottom: 64px;
}

.login .input-field input {
    border: 1px solid #efefef;
    border-radius: 4px !important;
    background: #f5f5f5;
    padding-left: 12px;
    width: calc(100% - 12px);
}

.login .input-field label.active {
    font-size: .9rem;
    transform: translateY(-164%);
}

.login .input-field input#password {
    margin-bottom: 20px;
}

.login .input-field label {
    margin-left: 12px !important;
}

.login h5.or-separator {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #e9e9e9;
    line-height: 0.1em;
    margin: 10px 0 20px;
    margin-top: 40px;
    margin-bottom: 20px !important;
}

.login h5.or-separator span {
    background: #fff;
    padding: 0 10px;
    font-size: 0.7em;
    color: #737373;
}

.login .secondary-actions .col {
    padding: 0px !important;
}

.login .secondary-actions .forgot-password {
    text-align: right;
}

.login .secondary-actions .remember-me label,
.login .secondary-actions .forgot-password a {
    color: rgba(0,0,0,0.7) !important;
}

.login .secondary-actions .forgot-password a:hover {
    color: #1a73e8 !important;
}

.login .secondary-actions .remember-me {
    text-align: left;
}

.login #locales {
    position: fixed;
    top: 12px;
    right: 12px;
}

.login .page-links {
    margin-left: 28px;
    margin-top: 80px
}

.login .page-links ul li a {
    color: #00457c;
    padding-right: 0px;
    margin-right: 32px;
    display: inline;
    padding-bottom: 4px;
    font-weight: 600;
}

.login .page-links ul li a:hover {
    border-bottom: 2px solid !important;
    text-align: center !important;
}

.login .page-links ul {
    display: inline-block !important;
}

.login p.error {
    color: #e57373;
}

.circular-loader-wrapper {
    background-color: rgba(255, 255, 255, 0.6) !important;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.84);
    z-index: 999;
    text-align: center;
    top: 0;
    left: 0;
    display: none;
}

.logging-in .circular-loader-wrapper {
    display: block;
}

.circular-loader {
    display: inline-block;
    width: 60px;
    height: 60px;
    border: 5px solid #a3c8e6;
    border-radius: 50%;
    border-top-color: #00457c;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
    margin-top: 32px;
    margin-bottom: 24px;
}

.valign-wrapper {
    display: flex;
    align-items: center;
    height: 100%;
}

.circular-loader-container {
    width: 100%;
    padding-top: 0px;
}

.circular-loader-label {
    font-size: 1.4em;
    margin-top: -12px;
}

.reset-title,
.forgot-title {
    font-size: 1.8em;
    width: 100%;
    display: block;
    color: #505050;
}

.reset-description,
.forgot-description {
    font-size: 1.1em;
    color: grey;
    text-align: center;
    height: 100%;
    display: block;
    margin-top: 20px;
    padding-left: 12px;
}

.copyright {
    display: block !important;
}

.info {
    color: #1c79c3;
    background: #edf7ff;
    padding: 20px;
    font-size: 1em;
    margin-top: 32px;
    border-radius: 4px;
}

.fields .error {
    background: #ffeeec;
    padding: 12px;
    color: #df5f5f;
    border-radius: 4px;
    min-height: 44px !important;
    text-align: left;
    padding-left: 24px;
    margin-bottom: 2px;
}

/** Password Rules **/
ul.password-rules li a {
    display: block;
    width: 100%;
    height: 28px;
    text-align: left;
    color: #3e3e3ea3;
}

ul.password-rules i.left.material-icons {
    color: #cbcbcb;
}

label.password-rule-description {
    text-align: justify !important;
    display: block;
    color: #848484;
    margin-bottom: 12px;
    font-size: 1em;
    margin-top: 32px;
    border: none;
    background: #f7f7f7;
    padding: 12px;
    border-radius: 8px;
    margin-left: -16px;
    width: calc(100% + 32px);
}

ul.password-rules {
    padding: 20px;
    border-radius: 4px;
    border-bottom: 1px solid #e9e9e9;
    border-top: 1px solid #e9e9e9;
    margin-top: 32px;
}

.select-wrapper input.select-dropdown {
    position: relative;
    cursor: pointer;
    outline: 0;
    height: 3rem;
    line-height: 3rem;
    font-size: 1rem;
    margin: 0 0 15px 0;
    padding: 0;
    display: block;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%) !important;
    border: none !important;
    width: 120px;
    background: white;
    padding-left: 60px;
}

.dropdown-content li>a, .dropdown-content li>span {
    color: black;
    font-size: 1em;
    padding-top: 8px;
    padding-bottom: 4px;
}

.dropdown-content li {
    border-bottom: 1px solid #e9e9e9;
    padding-left: 20px;
    min-height: 40px;
}

ul.dropdown-content {
    margin-top: 45px;
}

.select-wrapper input {
    font-size: 1.1em;
}

.locale-container {
    position: fixed;
    right: 20px;
    top: 14px;
}

.locale-container i {
    position: absolute !important;
    left: 29px !important;
    top: 11px !important;
    color: #858585 !important;
}

form .input-field {
    padding: 0px !important;
}

.select-wrapper span.caret {
    position: absolute;
    right: 10px;
    top: 12px;
    font-size: 12px;
    color: #707172 !important;
    width: 20px;
    z-index: 99;
}

button.btn-ghost[disabled] {
    background-color: #dfdfdf!important;
    box-shadow: none !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    color: #9f9f9f!important;
    cursor: default!important;
    transition: none!important;
    pointer-events: none;
    border: none !important;
}

/** Support Page **/
.support .section {
    padding-top: 0px;
    border: 1px solid #dbdbdb;
    border-radius: 12px;
    background: #FFFFFF;
    max-width: 800px;
    margin: auto;
    padding-left: 0px !important;
    overflow: hidden;
    padding-bottom: 20px;
    margin-top: 5%;
    margin-bottom: 5%;
    text-align: left;
}

.support .section .item {
    padding: 12px;
    border-top: 1px solid #e9e9e9;
    margin-bottom: 0px;
}

.support .section h2 {
    border-left: 8px solid;
    padding-left: 20px;
    color: #1a73e8;
    padding-top: 20px;
    padding-bottom: 14px;
    font-size: 1.6em;
    font-weight: 600;
    text-align: left;
    margin-bottom: 12px;
    margin-top: 1px;
}

.support .section .description {
    padding: 20px;
    color: #484848;
    margin-top: 0px;
    font-weight: 600;
    padding-top: 0px;
    text-align: left;
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-left: 9px;
}

.support .section i {
    color: #1a73e8;
    margin-right: 15px;
}

.support .section .item .email,
.support .section .item .phone {
    color: rgba(0,0,0,0.87) !important;
}


.support .section .col.s4 span {
    font-weight: 600;
}

/** Mobile Media Query **/
@media screen and (max-width: 600px) {
    .login .fields {
        width: 80% !important;
    }

    .support .section {
        max-width: 380px !important;
    }

    .locale-container {
        position: fixed;
        right: -2px !important;
        top: -14px !important;
        z-index: 998 !important;
        transform: scale(0.8);
        transform-origin: right;
    }

    .select-wrapper input.select-dropdown {
        box-shadow: none !important;
        border: 1px solid #e9e9e9 !important;
    }

}

@media screen and (max-width: 1024px) {
    .support .section .item .col .days,
    .support .section .item .col .time
    {
        height: 40px !important;
    }
}

.browser_not_supported {
    display: none;
    position: absolute;
    background-color: #f44336;
    color: white;
    top: 0;
    width: 100%;
    height: 60px;
    padding: 15px;
    text-align: center;
    font-size: 1.1em;
    font-weight: 600;
}

.splash-page {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #00457c;
}

.splash-page img {
    height: auto !important;
    width: 300px !important;
    filter: brightness(0) invert(1);
}

.authenticators a.disabled {
    pointer-events: none;
}

.authenticators a.disabled .lds-ring {
    display: inline-block;
}

.login .disabled .oauth-component {
    background-color: #c5c5c5 !important;
    box-shadow: none;
}

.authenticators a.disabled img {
    opacity: 0;
}

.lds-ring {
    display: none;
    position: absolute;
    width: 32px;
    height: 32px;
    margin-left: -4px;
    top: 6px;
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 32px;
    height: 32px;
    margin: 4px;
    border: 4px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
