@font-face {
    font-family: "Plus Jakarta Sans";
    src: url(../fonts/PlusJakartaSans-VariableFont_wght.ttf);
}
@font-face {
    font-family: "Epilogue";
    src: url(../fonts/Epilogue-VariableFont_wght.ttf);
}
body, html{
    width: 100%;
	height: 100%;
    font-size: 16px;
    font-family: "Plus Jakarta Sans";
    background: #fff;
}
a, a:hover, a:focus, a:active{
    color: #323142;
    font-size: 18.682px;
    font-weight: 500;
    letter-spacing: -0.374px;
}
.form-check-input:checked {
    background-color: #0D1F23;
    border-color: #0D1F23;
}
.hv-100{
	min-height: 100vh;
}
.btn.btn-primary{
    border-radius: 14.012px;
    background: #CFFF0D;
    border-color: #CFFF0D;
    color: #000;
    font-weight: 700;
    padding: 12px 30px;
    font-size: 1rem;
    text-transform: uppercase;
}
.input-group-text{
    background: #fff;
    border-right: 0;
}
input.form-control, select.form-control{
    height: 55px;
    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: 40px;
    font-weight: 700;
    text-align: center;
}
.authentication-form .form-group .icon-dual{
    top: 19px;
    left: 15px;
    fill: transparent;
    height: 18px;
}
.authentication-form .form-group input.form-control, .authentication-form .form-group select.form-control{
    padding-left: 50px;
    font-size: 1rem;
}
.authentication-form .form-group input.form-control:hover, .authentication-form .form-group select.form-control:hover{
    border: 1.17px solid #B9FE4D;
}
.authentication-form .social-connect ul{
    padding-left: 0;
}
.authentication-form .social-connect ul li{
    list-style: none;
    display: inline-block;
}
.authentication-form .social-connect ul li a{
    padding: 17.514px;
}
.authentication-form .forgot-password{
    color: #323142;
    font-size: 16px;
}
.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;
}
/**/
.auth-left-side{
	background: #0D1F23;
	overflow: hidden;
	padding: 3rem 7rem;
}
.auth-left-side h2,.auth-left-side p{
	color: #fff;
    text-align: center;
}
.auth-left-side .circle-left,.auth-left-side .circle-right{
    width: 50vw;
    height: 100vh;
    transform: rotate(23.685deg);
    flex-shrink: 0;
    position: absolute;
    border-radius: 699.226px;
    background: radial-gradient(68.92% 68.92% at 50% 50%, rgba(207, 255, 13, 0.23) 0%, rgba(22, 111, 104, 0.23) 100%);
    filter: blur(68px);
}
.auth-left-side .circle-left{
    left: -50%;
}
.auth-left-side h2{
	font-family: Epilogue;
	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%;
}
.auth-left-side .inner-content .fly-plane{
    right: -5rem;
    top: 0rem;
}
.form-check .form-check-input{
    float: left;
    margin-left: -1.5rem;
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.5rem;
    margin-top: 0.5rem;
}
.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;
}
/* scrollbar */
/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: grey;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #B9FE4D;
}

/*toggle password*/
.toggle-password {
    right: 1.1rem;
    top: 1.0rem;
    cursor: pointer;
}
.f_name{
    width: 48%;display: inline-block;margin-right: 0.5rem;
}
.l_name{
    width:49%;display: inline-block;
}
@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;
    }
    .auth-left-side .inner-content .fly-plane{
        right: -5.5rem;
        top: -1rem;
    }
    .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){
    .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;
    }
}
@media only screen and (max-width: 767px){
    .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 {
        top: 1rem;
    }
    .f_name{
        width: 100%;display: inline-block;
        margin-bottom: 1rem !important;
    }
    .l_name{
        width: 100%;display: inline-block;
    }
}
@media only screen and (max-height: 818px){
    .auth-left-side.hv-100,.auth-right-side.hv-100{
        height: auto;
    }
}