.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

a:hover {
    text-decoration: none;
}

body,
button, input, optgroup, select, textarea {
    font-family: "SF Pro Display","Mukta",sans-serif !important;
    --kit-font-family: "SF Pro Display","Mukta",sans-serif;
    --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial, "Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    font-size: 0.9rem;
    font-weight: 400;
    color: #262626;
}
/*
.forgot-password {
    display: none !important;
}
*/
.auth-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    min-height: 100vh;
    width: 100%;
}

    .auth-wrapper.auth-v2 {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
/*
.auth-wrapper.auth-v2 .slider-banner {
    background: #f8f8f8;
    background-image: url(/images/banner.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}*/

.slider-banner .slider-banner-inner {
    position: relative;
    overflow-y: hidden;
}

.carousel-item.active {
    height: 100vh;
}

.carousel-item-stock {
    height: auto;
    position: absolute;
    bottom: -100%;
    right: 0px;
    text-align: right;
    animation: nam-con-meo 1s forwards;
}

@keyframes nam-con-meo {
    0% {
        bottom: -100%;
    }

    20% {
        bottom: -50%;
    }

    80% {
        bottom: -25%;
    }

    100% {
        bottom: -5px;
    }
}

.carousel-item-stock img {
    object-fit: contain;
    max-width: calc(100% - 700px);
}

.auth-wrapper.auth-v2 .auth-inner {
    height: 100vh;
    overflow-y: auto;
}

.auth-wrapper .auth-inner {
    width: 100%;
    position: relative;
}

.auth-wrapper.auth-v2 .brand-logo {
    position: absolute;
    top: 2rem;
    left: 3rem;
    z-index: 1;
}

.auth-wrapper.auth-v2 .brand-logo img {
    max-width: 100%;
    max-height: 127px;
}

.auth-wrapper.auth-v2 .brand-logo {
    margin: 0;
}

.auth-wrapper .brand-logo {
    margin: 1rem 0 2rem 0;
}

.auth-wrapper.auth-v2 .brand-logo {
    position: absolute;
    top: 2rem;
    z-index: 1;
}

.auth-wrapper .brand-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.auth-login-form label {
    margin-bottom: .2857rem;
    font-size: .857rem;
}

.alert {
    border: none;
    padding: 0;
}

    .alert .alert-body {
        padding: .71rem 1rem;
    }

.left-box--login {
    padding-top: 6rem;
}

    .left-box--login h2.card-title span {
        font-size: 1.3rem;
    }

    .left-box--login p.card-text {
        color: rgba(0, 0, 0, 0.56);
        font-size: 14px;
    }


.box--login .danger.validation-summary-errors ul {
    list-style: none;
    padding: 3px 10px;
    font-size: 15px;
}


.box--login .box--login-alert {
    color: #f5222d;
}

.font-small-2 {
    font-size: .8rem !important;
}

.alert p {
    padding: 2px 0;
    margin-bottom: 0;
    font-weight: 500;
    vertical-align: middle;
}

.form-control {
    font-size: 0.9rem !important;
}

    .form-control::-webkit-input-placeholder {
        color: #b9b9c3;
        opacity: 1
    }

    .form-control::-moz-placeholder {
        color: #b9b9c3;
        opacity: 1
    }

    .form-control:-ms-input-placeholder {
        color: #b9b9c3;
        opacity: 1
    }

    .form-control::-ms-input-placeholder {
        color: #b9b9c3;
        opacity: 1
    }

    .form-control::placeholder {
        color: #b9b9c3;
        opacity: 1
    }

.box--login h2 {
    font-size: 1.714rem;
}

.font-weight-bold {
    font-weight: 500 !important;
}

#__BVID__53 .input-group-append .input-group-text,
#__BVID__CapChar .input-group-append .input-group-text {
    background-color: #ffffff;
    cursor: pointer;
}

#__BVID__53 #login-password,
#__BVID__CapChar #login-capchartText {
    border-right-color: #ffffff;
}

.icon--pw svg:nth-child(2) {
    display: none;
}

.icon--pw.hide--pass svg:nth-child(1) {
    display: none;
}

.icon--pw.hide--pass svg:nth-child(2) {
    display: block;
}

form .fa-circle-o-notch {
    display: none;
}

form.form--loading .fa-circle-o-notch {
    display: inline-block;
}

.error ~ .input-group-append .input-group-text {
    border-color: #ea5455 !important;
}

.was-validated .form-control:invalid ~ div .input-group-text {
    border-color: #dc3545;
}

.was-validated .form-control:valid ~ div .input-group-text {
    border-color: #28a745;
}

.divider {
    text-align: center;
    margin: 1rem 0;
    display: block;
    overflow: hidden;
    white-space: nowrap;
}

.my-2 {
    margin-bottom: 1.5rem !important;
}

.mt-2, .my-2 {
    margin-top: 1.5rem !important;
}

.divider .divider-text:after,
.divider .divider-text:before {
    border-top: 1px solid #3b4253;
    right: 100%;
}

.divider .divider-text:before {
    left: 100%;
}

.divider .divider-text {
    position: relative;
    display: inline-block;
    font-size: .9375rem;
    padding: 0 1rem;
}

    .divider .divider-text:after,
    .divider .divider-text:before {
        content: "";
        position: absolute;
        top: 50%;
        width: 9999px;
    }


.validation-summary-errors {
    padding: 0px;
    margin: 0px;
    border: 0 !important;
    border-radius: 2px !important;
}
.validation-summary-errors ul {
    margin: 0px !important;
    padding: 0px !important;
}

.support-languages {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%)
}

.support-languages .dropdown button {
    outline: 0;
    border: 0;
    background-color: transparent;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.support-languages .dropdown button .language-active {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
}

.support-languages .dropdown button .language-active a {
    color: #333;
    font-size: 14px;
    display: block;
}

.support-languages .dropdown button .language-active img {
    margin-right: 5px;
}

.support-languages .dropdown .btn:focus,
.support-languages .dropdown .btn.focus {
    outline: 0;
    border: 0;
    box-shadow: none;
    background-color: transparent;
}

.support-languages .dropdown-menu.show {
    display: flex;
    flex-wrap: wrap;
}

.support-languages .dropdown-menu.show span {
    display: block;
    padding: 3px 10px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    width: 100%;
    font-size: 14px;
}

.support-languages .dropdown-menu.show span a {
    color: #333;
    font-size: 14px;
}

.support-languages .dropdown-menu.show span img {
    max-width: 24px;
    max-height: 17px;
    margin-right: 5px;
}

.support-languages .dropdown-menu.show span.active {
    background-color: #f5f5f5;
}

.support-languages .dropdown-menu.show span:hover {
    background-color: #f5f5f5;
}

@media (min-width: 992px) {
    .box--login.p-lg-5 {
        padding: 4rem !important;
    }
}

@media (max-width: 400px) {
    .box--login {
        padding-top: 50px;
    }

    .auth-wrapper.auth-v2 .brand-logo {
        top: 1rem;
    }
}


@media (min-width: 390px) and (max-width: 447px) {
    .auth-wrapper.auth-v2 .brand-logo {
        top: 0.8rem;
        left: 1rem;
    }
}

@media (min-width: 538px) and (max-width: 574px) {
    .auth-wrapper.auth-v2 .brand-logo {
        left: 1rem;
    }
}

@media (min-width: 576px) and (max-width: 653px) {
    .auth-wrapper.auth-v2 .brand-logo {
        left: 8rem;
    }
}

@media (min-width: 654px) and (max-width: 767px) {
    .auth-wrapper.auth-v2 .brand-logo {
        top: 0.8rem;
        left: 8rem;
    }
}

@media (min-width: 768px) and (max-width: 790px) {
    .auth-wrapper.auth-v2 .brand-logo {
        top: 0.6rem;
        left: 13rem;
    }
}
@media (min-width: 791px) and (max-width: 992px) {
    .auth-wrapper.auth-v2 .brand-logo {
        top: 0.6rem;
        left: 15rem;
    }
}


@media (max-width: 375px) {
    .box--login {
        padding-top: 100px;
    }

    .auth-wrapper.auth-v2 .brand-logo {
        top: 1rem;
    }
}

@media (min-width: 450px) and (max-width: 539px) {
    .box--login {
        padding-top: 30px;
    }
}

@media (min-width: 540px) and (max-width: 653px) {
    .box--login {
        padding-top: 100px;
    }
}