@font-face {
    font-family: 'Zwizz';
    src: url('../fonts/Zwizz-Regular.otf');
}
@font-face {
    font-family: 'Zwizz-b';
    src: url('../fonts/Zwizz-Bold.otf');
}
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Regular.ttf');
}

.header-logo h1 {
    font-size: 30px;
    margin: 0;
    font-weight: 700;
    color: #5f687b;
    text-align:center;
}

.sitename span{

color: color-mix(in srgb, #10bc69, transparent 15%);
}
.custom-form{
    background-color: #fff !important;
    min-height: 100vh;
}
.header-logo{
    margin-top: 20px;
    margin-bottom: 98px !important;
}
.mb-65px{
    margin-bottom: 65px !important;
}
.login-form h3{
    color: var(--Heading, var(--colour-black, #101010));
    font-family: 'craft-gro-b';
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 72px; /* 150% */
    margin-bottom: 0px;
    text-transform: capitalize;
}
.login-form .text{
    color: var(--Paragraph, var(--colour-black, #101010));
    font-family: 'Zwizz';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 133.333% */
    margin-bottom: 60px;
}

.login-form form label{
    font-family: 'craft-gro-m';
    font-size: 16px;
    font-weight: 600;
    line-height: 19.2px;
}
.login-form form .form-control{
    border: 1px solid #D9D9D9;
    padding: 20px;
    color: #000;
    font-family: 'craft-gro-r';
    font-size: 14px;
    font-weight: 400;
    line-height: 14.5px;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: unset !important;
}
.login-form{
    max-width: 494px;
    margin: 0 auto;
}
.login-form form .form-control::placeholder{
    color: #5A5A5A;
}

.login-form form .form-check-input{
    width: 16px;
    height: 16px;
    border-radius: 4px;
    border: 1px solid var(--Neutral-60, #878787);
    margin-top: 2px !important;
    box-shadow: none !important;
}
.login-form form .form-check-input:checked[type="checkbox"]{
    background-image: linear-gradient(310deg, #282828 0%, #282828 100%);
}
.login-form .signinBtn{
    border-radius: 8px;
    background: #10bc69;
    height: 48px;
    color: #FFF;
    text-align: center;
    font-family: 'craft-gro-b';
    letter-spacing: 1px;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px; /* 150% */
    margin-top: 40px;
}
.login-form .google-signinBtn{
    border-radius: 16.8px;
    background: var(--Gradient, linear-gradient(260deg, #F5C9ED 0.83%, #F7D3D3 99.03%));
    height: 67px;
    color: var(--Neutral-90, #1D1D21);
    font-family: 'Zwizz-b';
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px; /* 150% */
    margin-top: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login-form .google-signinBtn span{
    margin-left: 16px;
    margin-top: 4px;
}
.login-form .card-footer p{
    margin-top: 19px;
    color: var(--Paragraph, var(--colour-black, #101010)) !important;
    text-align: center;
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    margin-bottom: 0;
}
.login-form .card-footer p a{
    color: #10bc69 !important;
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    text-decoration-line: underline;
}
.login-form .forgot-pass{
    color: var(--Paragraph, var(--colour-black, #101010)) !important;
    font-family: 'Zwizz';
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    text-decoration: underline;
}
.login-right{
    position: relative;
    max-height: 100vh;
    height: 100%;
    width: 100%;
}
.login-right>img{
    height: 100% !important;
    object-fit: cover;
}
.login-right .loginImg-text{
    background-color: rgba(255, 242, 242, 0.13);
    backdrop-filter: blur(25px);
    padding: 51px 88px 81px 57px;
    border-radius: 12px;
    color: #fff;
    position: absolute;
    bottom: 50px;
    left: 50px;
    max-width: 838px;
    margin: 0 auto;
}
.login-right .loginImg-text h3{
    background-color: #10bc69;
    padding: 13px 26px;
    border-radius: 15px;
    color: #fff;
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 700;
    line-height: 29.32px;
    font-family: 'craft-gro-b';
    width: fit-content;
}
.login-right .loginImg-text p{
    font-family: 'craft-gro-r';
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 0;
}

@media (max-width:1700px) {
    .header-logo.signup{
        margin-bottom: 20px !important;
    }
    .header-logo{
        margin-bottom: 60px !important;
    }
}
@media (max-width:1500px) {
    .header-logo{
        margin-bottom: 40px !important;
    }
    .login-form .text{
        margin-bottom: 20px;
    }
    .login-form .signinBtn{
        margin-top: 20px;
    }
    .login-right.singup{
        max-height: 100%;
    }
    .login-form h3{
        font-size: 37px;
    }
}
@media (max-width:1300px) {
    .login-form h3{
        font-size: 35px;
        line-height: 50px;
    }
    .header-logo{
        margin-bottom: 25px !important;
        margin-top: 10px;
    }
    .login-form form .form-control{
        padding: 14px;
    }
    .login-form .card .card-footer{
        padding-bottom: 10px;
    }
}
@media (max-width: 1300px){    
    .login-form h3 {
        font-size: 24px;
    }
    .login-form form label {
        font-size: 14px;
    }
}
@media (max-width:1025px) {
    .login-form h3{
        font-size: 30px;
        line-height: 45px;
    }
}
@media (max-width: 575px){
    .login-form h3 {
        font-size: 26px;
        line-height: 40px;
    }
}