
/* sign up */
.auth-page .w-100{
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
}

.auth-logo{
    position: relative;
}

.auth-logo img{
    width: 56px;
    height: 56px;
    margin-right: -16px;
}

.auth-logo .logo-txt{
    position: absolute;
    bottom: -1px;
    left: 38px;
    color: var(--Primary, #164283);
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    padding-top: 16px;
    /* font-family: "Montserrat-Bold", Helvetica; */
}

.auth-content h5{
    color: var(--Primary-Text, #0D155B);
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px; /* 122.222% */
    letter-spacing: -0.72px;
    /* font-family: "Montserrat-Bold", Helvetica; */
}

.auth-content p.text-muted{
    color: var(--Primary, #164283) !important;
    font-style: normal;
    /* font-weight: 400; */
    line-height: 20px; /* 142.857% */
    /* font-family: "Montserrat-Reguler", Helvetica; */
}

.bg-overlay{
    background-image: url(../images/group-1000001736.png);
    background-color: #E0E9FF !important;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.bg-overlay-login{
    background-image: linear-gradient(80deg, #0D155B 47.89%, #FA6C51 124.34%);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.dot-style{
    position: absolute;
    background-repeat: no-repeat;
    width: 214.994px;
    height: 182.999px;
}

.dot-top{
    background-image: url(../images/titik-titik.svg);
    top: -22px;
    left: -45px;
}

.dot-bottom{
    background-image: url(../images/titik-titik.svg);
    right: -20px;
    bottom: 0;
}

#right-banner{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    opacity: 1;
    z-index: 9999;
    width: 100%;
    padding: 0 2em;
}

#right-banner-login{
    z-index: 1;
    width: 100%;

  align-items: right;
  justify-content: right;
}

#right-banner-login img{
    max-height: 520px;
    height: 100%;
    width: auto;
}

#right-banner .row{
    max-width: 320px;
    width: 100%;
}

#right-banner .row img{
    width: 100%;
    height: auto;
}

#right-banner .row .col-6:first-child{
    padding-right: .6vw !important;
}

#right-banner .row .col-6:last-child{
    padding-left: .6vw !important;
}

#right-banner .row .col-6:last-child img:last-child{
    position: absolute;
    left: -128%;
    bottom: 5px;
}

#right-banner h3{
    -webkit-background-clip: text !important;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    font-family: "Montserrat", Helvetica;
    font-weight: 800;
    color: transparent;
    font-size: 46px;
    text-align: center;
    letter-spacing: 0;
    line-height: 69px;
    background: var(--Linear-tittle, linear-gradient(107deg, #0D155B 47.89%, #FA6C51 84.07%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#right-banner h6{
    color: var(--Primary-Text, #0D155B);
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 33px */
}

.otp{
    border-radius: 8px;
    border: 2px solid var(--Primary, #164283);
    background: var(--base-white, #FFF);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    width: 80px;
    padding: 10px 8px;
    color: var(--Primary, #164283);
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: 60px; /* 125% */
    letter-spacing: -0.96px;
    overflow: hidden;
}


@media (max-width: 1024px) {
    #right-banner-login img{
        margin-top: 20px;
        max-width: 380px;
        width: 100%;
        height: auto;
    }
}

@media (max-width: 720px) {
    #right-banner h3{
        font-size: 40px;
        line-height: 50px;
    }

    #right-banner h6{
        font-size: 18px;
    }
}

/* custom */
.was-validated .form-control:valid {
    background-image: none;
}
  
.was-validated .form-control:invalid {
    background-image: none;
}

#show-hide-password {
    position: relative;
}

#show-hide-password .icon {
    position: absolute;
    right: 16px;
    top: 14px;
    color: var(--gray-500, #667085);
}

form .error:not(input) {
    display: none !important;
}