﻿.register-container {
}

    .register-container .container-custom {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

    .register-container .membership-page .custom-card {
        border: none !important;
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
    }

    .register-container .main-title .text-left {
        line-height: 30px;
    }

    .register-container .padding-top-logo {
        padding-top: 32px;
    }

    .register-container form {
        margin-bottom: 0px;
    }

    .register-container .padding-bottom {
        padding-bottom: 20px;
    }

    .register-container .agree-text {
        font-size: 14px;
        user-select: none;
        display: inline;
        line-height: 20px;
        font-family: AvertaStdCY, Helvetica, Arial, sans-serif;
    }

    .register-container .text-prolicy {
        font-size: 14px;
    }

    .register-container .height-button {
        height: 41px;
    }

    .register-container label.error {
        border: none;
        color: #f77;
        padding-top: 12px;
        margin-bottom: 0;
    }

    .register-container .error-msg-agreement {
        border: none;
        color: #f77;
        font-size: 12px;
        padding-top: 12px;
        padding-left: 30px;
        margin-bottom: 0;
    }

    /*Xử lí độ mạnh của mật khẩu*/
    .register-container .text-strength-success {
        color: #08bf1e !important;
    }

    .register-container .text-no-strength {
        color: #afafaf;
    }

    .register-container .text-strength-failed {
        color: #f77 !important;
    }

    .register-container .text-strength-done {
        color: #08bf1e !important;
    }

    .register-container .password-no-strength {
        background-color: #afafaf;
    }

    .register-container .password-strength-success {
        background-color: #08bf1e !important;
    }

    .register-container .password-strength-failed {
        background-color: #f77 !important;
    }

    .register-container .ic-check {
        width: 12px;
        height: 12px;
        background-image: url(../../images/ic_check.svg);
        display: inline-block;
        vertical-align: middle;
    }

    .register-container .register-content {
        max-width: 496px;
    }

    .register-container .ui-link-help {
        justify-content: center;
        margin-top: 15px;
    }

        .register-container .ui-link-help .link-help {
            font-family: AvertaStdCY, Helvetica, Arial, sans-serif;
            font-size: 15px;
            line-height: 22px;
            font-style: normal;
            color: #007bff;
        }

    .register-container .link-help:hover {
        cursor: pointer;
    }

    .register-container .password-autocomplete-disabler {
        position: absolute !important;
        left: -10000px !important;
        top: -10000px !important;
    }

    .register-container .custom-datalist {
        top: 45px;
        z-index: 999;
        background: white;
        height: auto;
        max-height: 280px;
        overflow: hidden;
        font-family: AvertaStdCY !important;
        font-size: 14px;
        overflow-y: auto;
        overflow-x: hidden;
        border: none;
        box-shadow: rgba(0,0,0,0.3) 0 2px 4px;
        position: absolute;
        width: 100%;
        display: inline-block;
    }

    .register-container .custom-datalist > option {
        padding: 3px 1em 3px 0.4em;
        font-size: 14px;
        height: 30px;
        display: flex;
        align-items: center;
    }

    .register-container .custom-datalist > option:hover,
    .register-container .custom-datalist .active {
        background: #FFF7F5 !important;
        font-family: AvertaStdCY;
        color: #2b2b2b;
        border: 0;
        border-left: 4px solid #349B2A !important;
        margin: 0;
    }

    input#search-province-layout-free {
        display: block;
        width: 100%;
        padding: 0.375rem 0.75rem;
        line-height: 1.5;
        height: 44px;
        color: #495057;
        background-color: #F7F9FC !important;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: 0.25rem !important;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }

    input#search-province-layout-free:focus {
        border-color: #31A035;
        box-shadow: 0 0 0 4px #EDF1F7;
        color: #212121;
        background-color: #fff !important;
        outline: none;
    }


@media (max-width: 768px) {
    .register-content {
        border: none !important;
    }
}

.register-container .ic-pass-check {
    background-position: -1062px -275px;
    width: 12px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    padding-right: 2px
}

.register-container .ic-pass-text {
    border: none;
    font-size: 12px;
    font-family: AvertaStdCY_Semibold;
    margin-bottom: 0;
}

.register-container .toast-message {
    position: fixed;
    display: flex;
    width: inherit;
    top: 24px;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.8s;
    animation: fadein 0.5s, fadeout 0.5s 2.8s;
    left: 50%;
    transform: translateX(-50%);
}

.register-container .toast-message .message-content {
    display: block;
    padding: 5px 24px;
    background-color: #08B508;
}

.register-container .toast-message.error-message .message-content {
    background-color: #F65335;
}
    .register-container .toast-message{
        display: none;
    }


    @media (max-width: 575px) {
        .register-content .form-group.form-row-first-name {
        padding-left: 5px !important;
    }

    .register-content .form-group.form-row-last-name {
        padding-right: 5px !important;
    }
}