﻿/*Layout của các view strong account*/


.authentication-body .auth-wrapper {
    min-height: 100vh;
    position: relative;
}

.authentication-body .form-group {
    position: relative;
    margin-bottom: 1rem;
}

.authentication-body .font-roboto {
    font-family: AvertaStdCY, Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 22px;
    font-style: normal;
}

.authentication-body .main-title {
    font-family: AvertaStdCY_Semibold, Helvetica, Arial, sans-serif;
    font-size: 20px !important;
}

.authentication-body .txt-input {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    line-height: 1.5;
    height: 44px;
    color: #495057;
    background-color: #F7F9FC !important;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    .authentication-body .txt-input:focus {
        border-color: #31A035;
        box-shadow: 0 0 0 4px #EDF1F7;
        color: #212121;
        background-color: #fff !important;
        outline: none;
    }

.authentication-body .btn-confirm {
    height: 40px;
    font-size: 17px;
    font-family: AvertaStdCY;
}

.authentication-body .login-title {
    vertical-align: middle;
    text-align: center;
}

.authentication-body .logo-height {
    height: 43px;
    background-repeat: no-repeat;
    background-position: center;
}

.authentication-body .ic-back-login {
    width: 20px;
    height: 20px;
    background-position: -1055px -479px;
    background-repeat: no-repeat;
    display: inline-block;
    cursor: pointer;
}

.authentication-body .ic-send-again {
    width: 20px;
    height: 20px;
    background-position: -712px -331px;
    display: inline-block;
}

.authentication-body .img-warning {
    height: 30px;
    width: 30px;
}

.authentication-body .error-msg-summary {
    color: #F45D48;
    font-family: AvertaStdCY, Helvetica, Arial, sans-serif;
}

    .authentication-body .error-msg-summary ul {
        margin-bottom: 0;
        padding-left: 0;
    }

        .authentication-body .error-msg-summary ul li {
            list-style: none;
        }

.authentication-body .hidden {
    display: none !important;
}

/*Định dạng chữ của placeholder*/
.authentication-body ::-webkit-input-placeholder {
    font-style: normal;
    color: #8F9BB3;
    font-size: 15px;
}

.authentication-body ::-moz-placeholder {
    font-style: normal;
    color: #8F9BB3;
    font-size: 15px;
}

.authentication-body :-ms-input-placeholder {
    font-style: normal;
    color: #8F9BB3;
    font-size: 15px;
}

.authentication-body ::-moz-placeholder {
    font-style: normal;
    color: #8F9BB3;
    font-size: 15px;
}

.authentication-body span.error {
    border: none;
    color: #F45D48;
    font-size: 14px;
    font-family: AvertaStdCY, Helvetica, Arial, sans-serif;
    margin-bottom: 0;
    display: inherit;
    line-height: 20px;
}

    /*    .authentication-body span.error:not(.hidden),*/
    .authentication-body span.error.error-message-api,
    .authentication-body span.error.field-validation-error {
        margin-top: 8px;
    }

.authentication-body .ic-hidden-text {
    position: absolute;
    background-image: url(images/ic_hide.svg);
    width: 24px;
    height: 24px;
    top: 0;
    right: 10px;
    margin-top: 14px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.authentication-body .ic-show-text {
    position: absolute;
    background-image: url(images/ic_show.svg);
    height: 21px;
    width: 21px;
    top: 0;
    right: 11px;
    margin-top: 17px;
    background-repeat: no-repeat;
    cursor: pointer;
}

@media (max-width: 575px) {
    .authentication-body {
        background-color: #fff;
    }

        .authentication-body .wrapper {
            width: 100% !important;
        }

        .authentication-body .text-light {
            color: black !important;
        }

        .authentication-body .container-content {
            min-width: 350px;
        }
}

@media (max-width: 767px) and (min-width: 576px) {
    .authentication-body .wrapper {
        width: 90% !important;
    }

    .authentication-body .text-light {
        color: black !important;
    }
}

@media (min-width: 768px) {
    .authentication-body {
        background: #031847;
    }

        .authentication-body .login-title {
            padding-top: 2px;
            padding-bottom: 14px;
        }
}

@media (max-width: 768px) {
    .authentication-body .container-content {
        border: none !important;
    }
}

@media (max-width: 1024px) {
    .container {
        margin: 0 !important;
        padding: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
    }
}

/*Tí quẳng sang site.css*/
.logo-sme {
    background: url(images/SME.svg) no-repeat 0px 0px;
    width: 25px;
    height: 25px;
    display: inline-block;
}

.logo-startbooks {
    background: url(images/logo_startbooks.svg) no-repeat 0px 0px;
    width: 25px;
    height: 25px;
    display: inline-block;
}

.logo-partner {
    background: url(images/IconMISAPartner@2x.png) no-repeat 0px 0px;
    width: 25px;
    height: 25px;
    background-size: cover;
    display: inline-block;
}

.login-facebook {
    background: url(images/logo_facebook.svg) no-repeat 0px 0px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: inline-block;
}

.login-google {
    background: url(images/logo_google.svg) no-repeat 0px 0px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: inline-block;
}

.authentication-body .container-content {
    max-width: 495px;
}

.authentication-body .text-authen-method {
    color: #007bff;
}

.authentication-body a {
    text-decoration: none;
}
