﻿.as-signin-credentials {
    padding-top: 10px;
}

.floating-labels input[data-validation-required-message][aria-invalid="true"] {
    border-left: none;
    border-right: none;
    border-top: none;
}

    .floating-labels input[data-validation-required-message][aria-invalid="true"] ~ label {
        color: #ef5350
    }

/*input:-webkit-autofill ~ label {
    top: -20px;
    font-size: 12px;
    color: #263238;
}*/

.login-register {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
    width: 100%;
    padding: 10% 0;
    position: fixed;
}

.login-box {
    margin: 0 auto;
}

    .login-box .footer {
        width: 100%;
        left: 0px;
        right: 0px;
    }

    .login-box .social {
        display: block;
        margin-bottom: 30px;
    }

#frm-reset-password {
    display: none;
}

@media only screen and (min-width:768px) {
    .login-box {
        width: 400px;
    }

    .login-sidebar {
        padding: 0px;
        margin-top: 0px;
    }

        .login-sidebar .login-box {
            right: 0px;
            position: absolute;
            height: 100%;
        }
}