body{
    background-image: none !important;
}
/* .container{
    margin-top: 10%;
    width: 100% !important;
    max-width: 600px !important;
} */
.min-h-screen.flex.flex-col.sm\:justify-center.items-center.pt-6.sm\:pt-0.bg-gray-100 {
    background-color: #fff !important;
    background-image: none !important;
}

.w-full.bgimg.sm\:max-w-md.mt-6.px-6.py-4.bg-white.shadow-md.overflow-hidden.sm\:rounded-lg {
    width: 100% !important;
    max-width: 598px;
    text-align: center;
    height: auto;
    margin: 160px auto 100px;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.12);
    border: 6px;
    padding: 50px;
    background-image: none !important;
    z-index: 0;
}
form{
    max-width: 550px;
    margin-inline: auto;
    padding: 40px;
    margin-block: 60px;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 1px 10px 44px -7px rgba(0, 0, 0, 0.30);
    border-radius: 15px;
}
form input{
    padding-inline: 20px;
    border-radius: 10px;
}
form input:focus-visible{
    border-color: #16A34A !important;
    outline-color: #16A34A !important;
}
.form-fileds-section > label{
    color: #16A34A;
}
.top-heading-login{
    margin-top: 200px;
    padding-inline: 20px;
    max-width: 550px;
    margin-inline: auto;
    text-align: center;
    font-family: "Poppins";
}
.top-fonts-main-head, .before-form-heading-fields{
    padding-inline: 20px;
    max-width: 550px;
    margin-inline: auto;
    text-align: center;
    font-family: "Poppins";
}

form .login-form-label-fields {
    text-align: left;
    margin: 0;
    font-size: 14px !important;
    background-color: #ffffff;
    padding: 0px 5px;
    transform: translate(10px, -50%);
    width: 100%;
    max-width: 80px;
    color: #16A34A !important;
    position: relative;
    top: 26px;
}

.form-fileds-section {
    margin-bottom: 10px;
}

.bottom-botton-forget-remember label {
    margin: 15px 0px;
}

.bottom-botton-forget-remember label span {
    font-size: 15px;
    color: #85898C;
    font-weight: 400 !important;
}

input#remember_me {
    height: 20px;
    width: 20px;
    margin-right: 10px;
    position: relative;
    top: 5px;
}

.bottom-botton-forget-remember .forget-password-login-form b {
    font-size: 15px;
    font-weight: 400 !important;
    color: #16A34A;
}

label.login-form-login-button button {
    width: 100%;
    justify-content: center;
    height: 44px;
    font-size: 16px !important;
    text-transform: capitalize;
    border-radius: 6px;
    box-shadow: none !important;
    border: 0px !important;
    margin-top: 40px;
    background-color: #16A34A;

}

label.login-form-login-button button:hover {
    background-color: white;
    color: black !important;
    border: 1px solid #16A34A !important;
}

.bottom-botton-forget-remember {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

label.login-form-login-button {
    width: 100%;
    margin-bottom: 30px;

}

.top-heading-login h1 {
    font-size: 48px;
    color: #16A34A;
    /* margin-bottom: 20px; */
}

.top-heading-login h2 {
    font-size: 16px;
    color: #85898C;
    font-weight: 600 !important;
    margin-bottom: 50px;
}

.top-fonts-main-head b {
    font-size: 24px;
    color: #1F2125;
}

.top-fonts-main-head p {
    font-size: 16px;
    color: #85898C;
    /* margin: 10px 0px 50px; */
}
.top-fonts-main-head a {
    font-size: 16px;
    color: #16A34A;
}

.top-fonts-main-head a:hover {
    font-size: 16px;
    color: #000;
}


.before-form-heading-fields h4 {
    font-size: 16px;
    color: #85898C;
}

.before-form-heading-fields h4 {
    font-size: 14px;
    background-color: #ffffff;
    padding: 0px 5px;
    transform: translate(10px, -50%);
    width: 100%;
    max-width: 140px;
    margin: 0 auto;
    color: #85898C;
    position: relative;
    top: 9px;
}

.before-form-heading-fields hr {
    margin: -8px 0px 50px;
}

body form input {
    height: 44px;
    width: 100%;
    box-shadow: none !important;
    border: 1px solid #EAEAEA !important;
}

@media only screen and (max-width: 550px){
    .min-h-screen.flex.flex-col.sm\:justify-center.items-center.pt-6.sm\:pt-0.bg-gray-100 {
        background-color: #fff !important;
        margin: 0px 15px;
    }
    .w-full.bgimg.sm\:max-w-md.mt-6.px-6.py-4.bg-white.shadow-md.overflow-hidden.sm\:rounded-lg {
        padding: 0px 20px;
        margin: 100px auto;
        border-radius: 6px;

    }
    .top-heading-login{
        margin-top: 20px;
    }
    form{
        margin-inline: 20px;
    }
    .top-heading-login h1 {
        font-size: 35px;
        color: #16A34A;
    }
    .top-heading-login h2 {
        font-size: 12px;
        color: #85898C;
        font-weight: 600 !important;
        margin-bottom: 36px;
    }

    .top-fonts-main-head b {
        font-size: 20px;
    }

    .top-fonts-main-head p {
        font-size: 12px;
        margin: 10px 0px 35px;
    }

}