@font-face {
    font-family: "GT Walsheim Pro";
    src:url('/assets/fonts/gt walsheim/GTWalsheimPro-Regular.woff') format('truetype');
}

body, html{
    width: 100%;
    height: 100%;
    min-height: auto !important;
    font-size: 16px;
    font-family: "GT Walsheim Pro";
    background: #fff;
    color: #000;
}
 h1, h2, h3, h4, h5, h6 {
    font-family: "GT Walsheim Pro";
 }
.btn.btn-primary{
    border-radius: 14.012px;
    background: #8DFDF7;
    border-color: #8DFDF7;
    color: #000;
    font-weight: 700;
    padding: 15px 30px;
    font-size: 1.3rem;
    text-transform: uppercase;
}

.form-check-input:checked {
    background-color: #2F6876;
    border-color: #2F6876;
}
.user-form-check, .user-form-check:hover{
    color: #2F6876;
}

.input-group-text{
    background: #fff;
    border-right: 0;
}
input.form-control, select.form-control{
    height: 63.052px;
    flex-shrink: 0;
    border-radius: 14.012px;
    border: 1px solid rgba(0, 0, 0, 0.30);
/*    background: rgba(255, 255, 255, 0.67);*/
}
.authentication-form h6{
    color: #000;
    font-size: 42.035px;
    font-weight: 700;
    text-align: center;
}
.authentication-form .form-group .icon-dual{
    top: 24px;
    left: 15px;
    fill: transparent;
    height: 18px;
}
.authentication-form .form-group input.form-control{
    padding-left: 50px;
    font-size: 1.1rem;
}
.authentication-form .form-group input.form-control:hover, .authentication-form .form-group select.form-control:hover{
    border: 1.17px solid #8DFDF7;
}
.authentication-form .forgot-password{
    color: #323142;
}
.authentication-form .sign-up{
    color: #1A434D;
    font-size: 16.347px;
    font-weight: 600;
    text-decoration-line: underline;
}
.align-middle{
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
}
.authentication-form .form-check-label, .authentication-form .form-check-label a, .authentication-form .form-check-label a:hover, .authentication-form .form-check-label a:focus, .authentication-form .form-check-label a:visited{
    font-size: 0.9rem;
}

.gradient-bg-color-top{
    display: inline-block;
    border-radius: 354.495px;
    opacity: 0.8;
    background: radial-gradient(68.92% 68.92% at 50% 50%, rgba(7, 102, 151, 0.44) 0%, rgba(3, 113, 141, 0.44) 100%);
    filter: blur(68px);
    width: 354.495px;
/*    height: 314.152px;*/
    transform: rotate(23.685deg);
    flex-shrink: 0;
}

.gradient-bg-color-bottom{
    display: inline-block;
    border-radius: 354.495px;
    opacity: 0.8;
    background: radial-gradient(68.92% 68.92% at 50% 50%, rgba(114, 145, 255, 0.34) 0%, rgba(125, 114, 255, 0.34) 100%);
    filter: blur(68px);
    width: 354.495px;
    height: 314.152px;
    transform: rotate(23.685deg);
    flex-shrink: 0;
    position: absolute;
    left: 15%;
    bottom: -140%;
    }

.auth-left-side{
    background: url("/assets/images/front/bg_image.jpeg");
    background-repeat: no-repeat;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-color: #000;
    padding: 3rem 8rem;
    position: relative;
}

/*.auth-left-side p{
    color: #fff;
    text-align: center;
}*/
.auth-left-side h2{
    font-size: 64px;
    font-style: normal;
    font-weight: 900;
    line-height: 72px; /* 112.5% */
}
.auth-left-side p{
    font-size: 33px;
    font-weight: 500;
    line-height: 72px; /* 218.182% */
}
.auth-left-side .inner-content{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    height: 100%;
}
.download-buttons{
    text-align: center;
    padding-top: 2rem;
}
.download-buttons .btn {
    border-radius: 1535.633px;
    background: #000;
    color: #fff;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5rem;
    padding: 0.6rem 1.6rem;
    letter-spacing: normal;
}
.toggle-password {
    right: 1.1rem;
    top: 1.3rem;
    cursor: pointer;"
}
@media only screen and (max-width: 1499px){
    .auth-left-side h2 {
        font-size: 60px;
        line-height: 60px;
    }
    .auth-left-side p{
        font-size: 30px;
    }
    .auth-right-side .mb-3{
        margin-bottom: 1rem !important;
    }
    .auth-right-side .mt-3{
        margin-top: 1rem !important;
    }
    .auth-right-side .mt-4{
        margin-top: 1.5rem !important;
    }
    .authentication-form h6{
        font-size: 38px;
    }
}
@media only screen and (max-width: 1399px){
    .auth-left-side p{
        font-size: 26px;
    }
    .download-buttons .btn{
        padding: 0.6rem 1.3rem;
        font-size: 14px;
    }
    .auth-left-side h2 {
        font-size: 55px;
        line-height: 55px;
    }
    .authentication-form h6{
        font-size: 34px;
    }
}
@media only screen and (max-width: 1199px){
    .auth-left-side p{
        font-size: 22px;
    }
    .auth-left-side h2 {
        font-size: 42px;
        line-height: 42px;
    }
    .authentication-form h6{
        font-size: 28px;
    }
    input.form-control{
        height: 55px;
    }
    .btn.btn-primary{
        font-size: 1rem;
    }
    .authentication-form .form-group .icon-dual{
        top: 18px;
    }
    .auth-left-side{
        padding: 3rem 5rem;
    }
}
@media only screen and (max-width: 991px){
    body {
        overflow: hidden;
        padding-bottom: 0;
    }
    .auth-left-side p{
        font-size: 18px;
    }
    .auth-left-side h2 {
        font-size: 34px;
        line-height: 34px;
    }
    .authentication-form h6{
        font-size: 22px;
    }
    input.form-control{
        height: 50px;
    }
    .authentication-form .form-group .icon-dual{
        top: 16px;
    }
    .auth-left-side{
        padding: 3rem;
    }
    .toggle-password {
        right: 1.1rem;
        top: 0.9rem;
        cursor: pointer;"
    }
}
@media only screen and (max-height: 818px){
    .auth-left-side.hv-100,.auth-right-side.hv-100{
        height: auto;
    }
}
@media only screen and (max-width: 767px){    
    .auth-right-side {
        background: url("/assets/images/front-mobile/background.svg");
        background-repeat: no-repeat;
        overflow: hidden;
        background-size: cover;
        background-position: center;
    }
    .authentication-form h6, .authentication-form .forgot-password, .divider, .sign-up-link, .user-team {
        color: #FFF;
    }
    .user-form-check, .user-form-check:hover {
        color: #1AEFF7;
    }
    .form-check-input:checked {
        background-color: #1AEFF7;
        border-color: #1AEFF7;
    }
    .authentication-form .sign-up {
        color: #8DFDF7;
    }
    .auth-left-side p{
        font-size: 16px;
    }
    .auth-left-side h2 {
        font-size: 30px;
        line-height: 30px;
    }
    .authentication-form h6{
        font-size: 30px;
    }
    input.form-control {
        height: 55px;
    }
    body, html{
        background: #F7F8FA;
    }
    .authentication-form .form-group .icon-dual{
        top: 20px;
    }
    .toggle-password {
        right: 1.1rem;
        top: top: 0.9rem;
        cursor: pointer;"
    }
    .site-logo-sm, .tagline{
        display: block !important;
        margin-top: 1rem;
    }
}
@media only screen and (min-width: 768px) {
    .site-logo-lg, .tagline{
        display: block !important;
    }
    .tagline {
        color: #000 !important;
    }
}