/* Minification failed. Returning unminified contents.
(28,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(29,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(30,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(31,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(32,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(33,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(34,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(35,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(36,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(37,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(38,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(39,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(40,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(41,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(42,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(43,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(44,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(45,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(49,17): run-time error CSS1039: Token not allowed after unary operator: '-manatee'
(50,23): run-time error CSS1039: Token not allowed after unary operator: '-font-family-svn-gilroy-medium'
(51,21): run-time error CSS1039: Token not allowed after unary operator: '-font-size-m'
(57,17): run-time error CSS1039: Token not allowed after unary operator: '-midnight'
(58,23): run-time error CSS1039: Token not allowed after unary operator: '-font-family-svn-gilroy-bold'
(59,21): run-time error CSS1039: Token not allowed after unary operator: '-font-size-l'
(65,17): run-time error CSS1039: Token not allowed after unary operator: '-white'
(66,23): run-time error CSS1039: Token not allowed after unary operator: '-font-family-svn-gilroy-regular'
(67,21): run-time error CSS1039: Token not allowed after unary operator: '-font-size-m'
(72,1): run-time error CSS1019: Unexpected token, found '@import'
(72,9): run-time error CSS1019: Unexpected token, found 'url("https://fonts.googleapis.com/css?family=Nunito:500,600")'
(107,28): run-time error CSS1039: Token not allowed after unary operator: '-white'
(229,17): run-time error CSS1039: Token not allowed after unary operator: '-deep-koamaru'
(230,23): run-time error CSS1039: Token not allowed after unary operator: '-font-family-svn-gilroy-bold'
(241,17): run-time error CSS1039: Token not allowed after unary operator: '-monza'
(242,23): run-time error CSS1039: Token not allowed after unary operator: '-font-family-svn-gilroy-bold'
(243,21): run-time error CSS1039: Token not allowed after unary operator: '-font-size-l'
(268,27): run-time error CSS1039: Token not allowed after unary operator: '-font-family-svn-gilroy-regular'
(287,25): run-time error CSS1039: Token not allowed after unary operator: '-font-size-xl'
(333,28): run-time error CSS1039: Token not allowed after unary operator: '-white'
(335,24): run-time error CSS1039: Token not allowed after unary operator: '-logan'
(381,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '&'
(397,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '&'
(507,17): run-time error CSS1039: Token not allowed after unary operator: '-white'
(527,17): run-time error CSS1039: Token not allowed after unary operator: '-white'
(528,23): run-time error CSS1039: Token not allowed after unary operator: '-font-family-svn-gilroy-bold'
(529,21): run-time error CSS1039: Token not allowed after unary operator: '-font-size-m'
(545,21): run-time error CSS1039: Token not allowed after unary operator: '-white'
(568,27): run-time error CSS1039: Token not allowed after unary operator: '-font-family-svn-gilroy-regular'
(608,25): run-time error CSS1039: Token not allowed after unary operator: '-font-size-l'
(661,23): run-time error CSS1039: Token not allowed after unary operator: '-font-family-svn-gilroy-regular'
(711,27): run-time error CSS1039: Token not allowed after unary operator: '-font-family-svn-gilroy-regular'
 */
html {
    height: 100%;
}

body {
    padding: 20px 0px 0;
    /* background: url('/Content/image/loginbg4.jpg') no-repeat;
     */
    /* background-attachment: fixed;
     */
    /* background-size: cover;
     */
    /* background-position: right;
     */
    /* position: relative;
     */
    /* min-height: 620px;
     */
    /* height: 100%;
     */
}

#header {
    display: none;
}
/* Variables */
:root {
    --black: rgba(0, 0, 0, 1);
    --midnight: rgba(1, 25, 56, 1);
    --deep-koamaru: rgba(16, 16, 130, 1);
    --manatee: rgba(141, 154, 172, 1);
    --logan: rgba(175, 175, 204, 1);
    --monza: rgba(226, 13, 13, 1);
    --white: rgba(255, 255, 255, 1);
    --font-size-xxm: 12px;
    --font-size-xm: 14px;
    --font-size-m: 16px;
    --font-size-l: 18px;
    --font-size-xl: 24px;
    --font-size-xxl: 32px;
    --font-size-xxxl: 34px;
    --font-family-nunito: "Nunito";
    --font-family-svn-gilroy-bold: "SVN-Gilroy-Bold";
    --font-family-svn-gilroy-medium: "SVN-Gilroy-Medium";
    --font-family-svn-gilroy-regular: "SVN-Gilroy-Regular";
}
/* Classes */
.svn-gilroy-medium-manatee-16px {
    color: var(--manatee );
    font-family: var(--font-family-svn-gilroy-medium );
    font-size: var(--font-size-m );
    font-weight: 500;
    font-style: normal;
}

.svn-gilroy-bold-midnight-18px {
    color: var(--midnight );
    font-family: var(--font-family-svn-gilroy-bold );
    font-size: var(--font-size-l );
    font-weight: 700;
    font-style: normal;
}

.svn-gilroy-regular-normal-white-16px {
    color: var(--white );
    font-family: var(--font-family-svn-gilroy-regular );
    font-size: var(--font-size-m );
    font-weight: 400;
    font-style: normal;
}

@import url("https://fonts.googleapis.com/css?family=Nunito:500,600");

@font-face {
    font-family: "SVN-Gilroy-Medium";
    font-style: normal;
    font-weight: 500;
    src: url("https://fonts.animaapp.com/SVN-Gilroy-Medium") format("woff");
}

@font-face {
    font-family: "SVN-Gilroy-Regular";
    font-style: normal;
    font-weight: 400;
    src: url("https://fonts.animaapp.com/SVN-Gilroy-Regular") format("woff");
}

@font-face {
    font-family: "SVN-Gilroy-Bold";
    font-style: normal;
    font-weight: 700;
    src: url("/content/fonts/SVN-Gilroy-Bold.otf") format("opentype");
}

#content {
    /* padding-bottom: 368px; */
    padding-bottom: 40px;
}

.hidden, .hidden * {
    pointer-events: none;
    visibility: hidden;
}

.final {
    align-items: center;
    background-color: var(--white);
    border: 1px none;
    display: flex;
    flex-direction: column;
    gap: 108px;
    height: 1080px;
    overflow: hidden;
    width: 1920px;
}

.flex-row {
    align-items: flex-end;
    display: flex;
    gap: 374px;
    height: 797px;
    margin-top: 40px;
    min-width: 1400px;
}

.flex-col {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.overlap-group {
    position: relative;
    width: 100%;
}

.desktop-show {
    display: none;
}

.pencil_copy {
    height: unset;
    width: 90vw;
}

.logo_bitech_new-1 {
    height: 122px;
    object-fit: cover;
    margin: 0 auto;
}

@media(min-width: 1200px) {
    .container {
        max-width: 1300px;
    }
}

@media(min-width: 768px) {
    body {
        padding: 50px 0px 0;
    }

    #content {
        padding-bottom: 150px;
    }

    .flex-col {
        align-items: flex-start;
        display: flex;
        flex-direction: column;
        gap: 80px;
    }

    .desktop-show {
        display: block;
    }

    .pencil_copy {
        height: 32vh;
        width: unset;
    }

    .logo_bitech_new-1 {
        margin: unset;
        margin-bottom: -200px;
        z-index: 1;
    }
}

.fax-lock:before {
    content: url(/Content/image/loginv2/lock.svg);
}

.fax-user:before {
    content: url(/Content/image/loginv2/user.svg);
}

.fax-xmark:before {
    content: url(/Content/image/loginv2/x.svg);
}

.fax-eye:before {
    content: url(/Content/image/loginv2/eye.svg);
}

.fax-eye-slash:before {
    content: url(/Content/image/loginv2/EyeClosed.svg);
}

@media(min-width: 992px) {
    .pencil_copy {
        height: 54vh;
        width: unset;
    }
}
/* .frame-12367 { */
/* align-items: center; */
/* display: flex; */
/* flex-direction: column; */
/* gap: 16px; */
/* justify-content: center; */
/* margin-bottom: 29.15px; */
/* position: relative; */
/* width: 453px; */
/* } */
.greeting-header-1 {
    align-self: stretch;
    color: var(--deep-koamaru);
    font-family: var(--font-family-svn-gilroy-bold);
    /* font-size: var(--font-size-xl); */
    font-weight: 700;
    letter-spacing: 0;
    line-height: 32px;
    margin-top: -1px;
    position: relative;
    text-align: center;
}

.greeting-header-2 {
    color: var(--monza);
    font-family: var(--font-family-svn-gilroy-bold);
    font-size: var(--font-size-l);
    font-weight: 700;
    letter-spacing: 0;
    line-height: 20px;
    position: relative;
    text-align: center;
}

.login-fieldset-container {
    /* align-items: flex-start; */
    /* align-self: stretch; */
    /* display: flex; */
    /* flex-direction: column; */
    /* gap: 16px; */
    background-color: #f4f5f6;
    border-radius: 8px;
    padding: 16px 24px 32px;
    position: relative;
    margin: auto;
    max-width: 450px;
}

@media(min-width: 768px) {
    .login-fieldset-container {
        width: 100%;
        font-family: var(--font-family-svn-gilroy-regular );
    }

    .btn-dangnhap {
        font-size: 16px;
    }

    .forgetpassword {
        text-align: right;
    }
}

@media(min-width: 992px) {
    .greeting-header-1 {
        /* font-size: var(--font-size-xxxl); */
        line-height: 51px;
    }

    .greeting-header-2 {
        font-size: var(--font-size-xl);
        line-height: 36px;
    }

    .login-fieldset-container {
        width: 360px;
    }
}

@media(min-width: 1200px) {
    .login-fieldset-container {
        width: 460px;
    }
}

.btn-dangnhap {
    align-items: center;
    align-self: stretch;
    background-color: #3333bb;
    border-radius: 4px;
    justify-content: center;
    padding: 11px 10px;
    position: relative;
    width: 100%;
    color: white;
}

    .btn-dangnhap:hover {
        background-color: #101082;
        color: white;
    }

.form-control:focus {
    border-color: #3333bb;
}

.input-group-c {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 4px;
    position: relative;
    /* width: fit-content; */
}

.input {
    background-color: var(--white);
    border: 1px solid;
    border-color: var(--logan);
    border-radius: 4px;
    padding: 23px 16px 23px 36px;
    position: relative;
    font-size: 16px;
}

.input-icons {
    width: 100%;
    margin-bottom: 10px;
}

    .input-icons > .icon {
        position: absolute;
        top: 43px;
        left: 11px;
        font-size: 20px;
        z-index: 1;
        color: #3333bb;
    }

    .input-icons > button > .icon {
        padding-top: 12px;
    }

.icon {
    font-size: 20px;
    color: #3333bb;
}

.clear-input + .clear-input-button {
    display: block;
}

.clear-input-button {
    display: none;
}

.clear-password {
    position: absolute;
    top: 29px;
    right: 28px;
    height: 35px;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    &:active

{
    background-color: transparent;
}

}

.show-password {
    position: absolute;
    top: 29px;
    right: 3px;
    height: 35px;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    &:active

{
    background-color: transparent;
}

}

.rememberme {
    margin-top: 20px;
}

    .rememberme label {
        display: inline;
        margin-bottom: 0;
        font-weight: normal;
    }

.forgetpassword {
    margin-top: 20px;
    color: #3333bb;
}

    .forgetpassword > a {
        color: #3333bb;
    }

/* The container */
.checkbox-container {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .checkbox-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border: solid #3333bb;
    border-width: 1px;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
    background-color: #CFCFFF;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
    background-color: #3333BB;
}

.checkbox-container input[type="checkbox"]:focus ~ .checkmark {
    background-color: #CFCFFF;
    border-width: 2px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#footer {
    align-items: flex-start;
    background: linear-gradient(180deg, rgb(51.43, 51.43, 187) 0%, rgb(16, 16, 130) 100%);
    display: flex;
    gap: 24px;
    padding: 15px 0px;
    position: relative;
    left: 0;
    bottom: 0;
    color: var(--white);
}

.footer-container {
    position: relative;
}

.qrcode {
    display: flex;
    height: 87px;
    position: relative;
    margin: 0px auto;
    margin-bottom: 24px;
}

.footer-info {
    position: relative;
}

.footer-company-name {
    color: var(--white);
    font-family: var(--font-family-svn-gilroy-bold);
    font-size: var(--font-size-m);
    font-weight: 700;
    letter-spacing: 0.54px;
    line-height: 27px;
    margin-top: -1px;
    position: relative;
}

.footer-info-col {
    align-items: flex-start;
    align-self: stretch;
    justify-content: space-between;
    position: relative;
}

    .footer-info-col a {
        color: var(--white);
        text-decoration: underline;
    }

    .footer-info-col > div {
        margin: 0 0 10px;
    }

.footer-info-bullet {
    height: 26px;
    min-width: 26px;
    position: relative;
}
/* .s-43-ng-37-kt { */
/* letter-spacing: 0; */
/* line-height: 24px; */
/* margin-top: -1px; */
/* position: relative; */
/* width: 370px; */
/* } */
@media(min-width: 992px) {
    #footer {
        position: fixed;
        font-family: var(--font-family-svn-gilroy-regular );
    }

    .footer-container {
        display: flex;
        flex: 1;
    }

    .qrcode {
        margin: 0px;
    }

    .footer-company-name {
        white-space: nowrap;
    }

    .footer-info {
        align-items: flex-start;
        display: flex;
        flex: 1;
        flex-direction: column;
        height: 23px;
        justify-content: space-between;
        padding: 0 26px;
    }

    .footer-info-col {
        display: flex;
    }

    .frame-info-col-40 {
        /* width: 40%; */
    }

    .frame-info-col-20 {
        /* width: 20%; */
    }
}
@media(min-width: 1200px) {
    .footer-company-name {
        font-size: var(--font-size-l);
        white-space: nowrap;
        /* width: 458px; */
    }
}

.frame-info-col-40 {
    align-items: flex-start;
    display: flex;
    gap: 8px;
    position: relative;
}

.frame-info-col-20 {
    align-items: center;
    display: flex;
    gap: 8px;
    position: relative;
}

.phone {
    letter-spacing: 0;
    line-height: 24px;
    position: relative;
    white-space: nowrap;
    width: fit-content;
}

.gmailcom {
    cursor: pointer;
    letter-spacing: 0;
    line-height: 24px;
    position: relative;
    text-decoration: underline;
    white-space: nowrap;
    width: fit-content;
}


#socialLoginForm hr {
    margin-top: 21px;
    margin-bottom: -19px;
    border: 0;
    border-top: 1px dashed #909090;
}

#socialLoginForm h5 {
    text-align: center;
    margin-bottom: 12px;
    background: #f4f5f6;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    font-family: var(--font-family-svn-gilroy-regular);
}

#socialLoginForm button {
    margin-bottom: 5px;
    display: inline-flex;
    align-items: center; /* Aligns icon and text vertically */
    justify-content: center;
    padding: 6px 10px;
    font-size: 16px;
    border: 1px solid gray;
    background-color: white;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    width: 100%;
}

#socialLoginForm #Google:before {
    content: "";
    width: 34px;
    height: 34px;
    background: url(/content/image/google34.png) no-repeat top left;
    display: inline-block;
    margin-right: 8px; /* Space between icon and text */
    vertical-align: middle;
}

#socialLoginForm #Microsoft:before, #socialLoginForm #AzureAD:before, #socialLoginForm #MicrosoftOnline:before {
    content: "";
    width: 34px;
    height: 34px;
    background: url(/content/image/MS34.png) no-repeat top left;
    display: inline-block;
    margin-right: 8px; /* Space between icon and text */
    vertical-align: middle;
}

.sub-info {
    display: flex;
    margin: 10px 40px;
    gap: 10px;
    justify-content: center;
}

    .sub-info .link {
        text-decoration: unset;
        color: #1750F3;
        font-size: 13px;
        font-weight: bold;
        font-family: var(--font-family-svn-gilroy-regular);
    }

