/* Login  */
.bvc-account--form {
    width: 800px;
    max-width: 100%;
    background-color: #FFF;
    box-shadow: 0px 0px 50px rgba(167, 171, 183, .03);
    border-radius: 30px;
    padding: 50px 42px 38px;
}
.bvc-account--footer-login-note-register a {
    color: #004bad;
    font-weight: 700;
}
.back-go-home{
    font-weight: bold;
    text-align: center;
}

.back-go-home:hover{
    text-decoration: underline !important;
}
.bvc-account--header {
    margin-bottom: 24px;
    text-align: center;
}
.images-bvc-logo img {
    height: 59px;
    margin-bottom: 10px;
}
.bvc-account--footer-login-note-register a {
    color: #004bad;
    font-weight: 700;
}
.bvc-account--header .bvc-account--header-title {
    font-weight: 700;
    color: #004bad;
    font-size: 28px;
    line-height: 25px;
}

.bvc-account--header .bvc-account--header-content {
    margin-top: 12px;
    font-size: 14px;
    line-height: 22px;
}

.bvc-account--control-input {
    border-radius: 4px;
    background: #fff;
    border: 1px solid #e7e7e7;
    padding: 12px 20px;
    width: 100%;
    box-shadow: none;
    outline: none;
    /* -webkit-appearance: none;
    -moz-appearance: none; */
    border-radius: 50px;
}

.bvc-account--row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

/* .bvc-account--control+.bvc-account--control {
    margin-top: 10px;
} */

.bvc-account--group-control {
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.mb30 {
    margin-bottom: 20px;
}

.mt10 {
    margin-top: 10px;
}

.hrv-account--footer-login-note {
    color: #333;
    font-size: 12px;
    margin-bottom: 10px;
}

.hrv-account--btn-google {
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border: 1px solid #004bad;
    box-sizing: border-box;
    border-radius: 50px;
    height: 40px;
}

.hrv-account--btn-icon {
    padding: 11px;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hrv-account--btn-text {
    font-weight: 500;
    font-size: 14px;
    color: #004bad;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    text-align: center;
    margin-left: -40px;
}

.hrv-account--footer-login-note-register {
    margin-top: 20px;
}

.bvc-account--control-button {
    background: #004bad;
    border: 1px solid #004bad;
    color: #fff;
    width: 100%;
    padding: 12px 12px;
    gap: 8px;
    font-size: 18px;
    max-width: 315px;
    margin: auto;
    display: block;
    border-radius: 50px;
    position: relative;
}

.bvc-account--control-button svg {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    right: 6px;
    transform: translateY(-50%);
}

.bvc-account--footer-login-note-register {
    color: #747c87;
    font-size: 14px;
    text-align: center;
    ;
}

/* register  */
.bvc-account--wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100vh;
    align-items: center;
    justify-content: center;
}

.bvc-account--left {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    background: #eaf0fa;
}

.bvc-account--image {
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* height: 100vh; */
    padding: 50px 20px;
}

.bvc-account--image img {
    width: 557px;
    /* height: 440px; */
}

.bvc-account--right {
    max-width: 100%;
    margin: 0 10px;
}

.bvc-account--orgname {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    display: none;
}

#loginPage {
    background: #f0f4f9;
}

#loginPage header,
#loginPage .footer-section,
#loginPage .support-bottom,
#loginPage .hotline-phone-ring-wrap {
    display: none;
}

.btn-back-view {
    position: fixed;
    top: 40px;
    left: 48px;
    color: #004bad;
    font-size: 17px;
    z-index: 1;
    display: flex;
    gap: 10px;
    align-items: center;
    font-weight: 500;
    cursor: pointer;
}

.bvc-account--control label {
    display: none;
}

.bvc-account--body {
    max-width: 567px;
    width: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.grid-full {
    grid-column: 1 / -1;
}

.input-with-icon {
    position: relative;
}

.input-with-icon svg {
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

@media (max-width: 768px) {
    .bvc-account--form {
        padding: 50px 15px 38px;
    }
}