body {

    background-color: #F9F9F9;
}

#logoarea a {
    font-size: 30px;
}

.gz-text-color {
    background-image: linear-gradient(to right, #ef1220, #ef1220 92%, #ef1220);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    font-weight: 600;
}

.bot-form h4 {
    font-weight: 600;
    font-size: 30px;
    line-height: 45px;
}

.subtext {
    color: #fff;
    font-size: 14px;
    font-family: "Inter";
}

.form-control {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    background-color: #fff;
    color: #040404 !important;
    border-radius: 0px;
    font-family: "Inter";
}

.form-control:focus {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    background-color: #fff !important;
    color: #040404 !important;
}

.form-control::placeholder {
    color: grey;
    /* Example color (white) */
    opacity: 1;
    /* Make sure the color is visible */
}

.form-control:focus {
    box-shadow: none;
}

.custom-rounded {
    border-radius: 15px;
}

.whatsapp-icon {
    float: right;
    cursor: pointer;
    margin-right: 10px;
    margin-top: -35px;
}

.emailID-icon {
    float: right;
    cursor: pointer;
    margin-right: 10px;
    margin-top: -35px;
}

.emailID-icon,
.whatsapp-icon {
    font-size: 22px;
    color: #797979;
}

.bot-form h4 {
    font-size: 17px;
    line-height: 45px;
    color: #3c3c3c;
}

.login-right-div {
    border: 1px solid #ffffff;
    background-color: #fff;
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.175) !important;
    border-radius: 15px;
    padding: 10px 30px 10px 30px;
    width: 450px;
    margin: 50px auto;
    text-align: center;
}

.submit-btn {
    background: none;
    color: #343434;
    border: none;
    border-bottom: 2px solid #d20023;
    font-weight: 700;
}

.BotformArea {
    padding-top: 45px;
}

.submit-btn-div {
    padding-top: 30px;
}

@media screen and (min-width: 320px) and (max-width: 480px) {
    .gz-left-logo {
        margin-bottom: 40px;
    }

    .botform2 {
        width: 600px;
    }

    .m {
        display: none;
    }

    .login-right-div {
        margin-top: 50px;
    }
}

/* media query for 1366px */
@media screen and (min-width: 1224px) and (max-width: 1366px) {
    .bot-row {
        padding-bottom: 20px;
    }
}

.bot-row {
    min-height: 80vh;
}

.loader img {
    width: 30px;
}

.loader {
    text-align: center;
}

.loader-area {
    height: 10px;
}

/* #required-alert {
    height: 10px;
} */

body.form-membership .form-wrapper {
    background-color: white;
    padding: 3rem;
    border-radius: 0.8rem;
    width: 400px;
    margin: 50px auto;
    text-align: center;
}

#logoarea img {
    width: 150px;
}