* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

header {
    padding: 30px 0px;
}

.login .sign-in .login-first-heading {
    font-size: 35px;
    color: #003399;
    font-weight: 400;

}

.login .sign-in .sign-in-text {
    color: #8F8F8F;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 44px;
}

.login .sign-in .login-span {
    font-size: 35px;
    color: #009832;
    font-weight: 500;

}

/* section cu,mn */

.login .sign-in .sign-form-heading {
    font-size: 35px;
    color: #2B2B2B;

    font-weight: 500;
}

.login .sign-in .user-account {
    font-size: 16px;
    color: #8F8F8F;

    font-weight: 500;
}

.login .sign-in .create-account {
    font-size: 18px;
    color: #003399;

    font-weight: 500;
}

.second-sec {
    width: 550px;

}

.first-sec {
    width: 550px;
}

@media (min-width: 480px) and (max-width: 1168px) {
    .second-sec {
        width: 100% !important;

    }

    .first-sec {
        width: 100% !important;
    }

}

.login {
    padding-top: 30px;
    padding-bottom: 50px;
}

.sign-control:focus{
    outline: 0;
    box-shadow: none;
}
.invalid-feedback {
    display: none;
   position: absolute;
    font-style: normal !important;
    bottom: -22px;
    width: 100%;
    font-weight: 400;
    font-size: .875em;
    color: #dc3545;
}
.forget {
    font-size: 16px;
    color: #003399;
    font-weight: 500;
    margin-top: 12px;
}

.agreed {
    font-size: 18px;
    color: #8F8F8F;
    font-weight: 500;
    margin-top: 18px !important;
}

.agreed .term {
    color: #003399;
}

.btn-signin {
    background-color: #009832 !important;
    color: #fff !important;
    width: 150px;
    height: 50px;
    font-size: 17px;
    font-weight: 500;
    border: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    transition: .4s;
}

.btn-signup {
    margin-top: 20px;
}

.google-sec {
    margin-top: 90px;

}

.btn-google {
    border: 1px solid #8F8F8F;
    color: #2B2B2B;
    font-size: 18px;
    padding: 10px;
    font-weight: 500;
    border-radius: 10px;
}

.google-sec .btn-google img {
    margin-right: 10px;
    height: 25px;
    width: 25px;
}

.recapcha {
    color: #8F8F8F;
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px;
}

.privacy {
    color: #003399;
}

.sign-control {
    padding-left: 50px !important;
    padding: 14px;
    border-radius: 10px !important;
    margin-bottom: 30px;
    
}
.field-icon {
    position: relative;
}

.field-icon img {
    position: absolute;
    top: 17px !important;
    left: 20px !important;
}

.sign-control::placeholder {
    font-size: 16px;
    font-weight: 400;
}

.margin-bottom {
    margin-bottom: 47px;
}

@media only screen and (max-width: 480px) {
    .sign-inimage {
        width: 100%;
    }

    .first-sec {
        width: 100%;
    }

    .second-sec {
        width: 100%;
    }
}

.heading-wrap {
    line-height: 50px;
    margin-bottom: 15px;
}

.sign-up-with {
    font-size: 25px;
    color: #2B2B2B;
    font-weight: 500;

}

.sign-inimage {
    width: 550px;
}

@media only screen and (min-width: 480px) and (max-width: 900px) {
    .first-sec {
        width: 100% !important;
    }

    .second-sec {
        width: 100% !important;
    }

    .sign-inimage {
        width: 100% !important;
    }
}

@media (min-width: 365px) {
    .sign-inimage {
        width: 100% !important;
    }
}