* {
    font-family: 'Poppins', sans-serif;
}

/* .row {
    --bs-gutter-x: 35px !important;
} */

.heading {
    color: #303E49;
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 15px;
}

.text {
    color: #7C7C7C;
    font-size: 20px;
    font-weight: 400;
    padding-bottom: 25px;
    line-height: normal;
}

.main {
    background: #F8FDFF;
}

.left-area {
    margin-top: 0px;
    padding-top: 45px;
}

.main-color {
    color: #175067;
}

.left-area ul li {
    font-size: 19px;
    font-weight: 500;
    padding-bottom: 20px;
}

.left-area img {
    /* width: 100%; */
    width: 635px;
}

ul {
    margin-bottom: 0 !important;
}

@media (min-width: 576px) {
    .right-area {
        margin-bottom: auto;
        margin-top: 0px;
        position: relative;
        top: 25%;
        bottom: 25%;
        padding: 40px 30px 30px 30px;
        border-radius: 10px;
        background: #FFF;
        box-shadow: 0px 0px 32px 0px #D6F2FE;
    }
}

.right-area {
    margin-bottom: auto;
    margin-top: 0px;
    margin-top: 10px;
    padding: 40px 30px 30px 30px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 32px 0px #D6F2FE;
}

form input {
    border-radius: 4px;
    border: 1px solid var(--primary-light, #D7E8EF);
    padding: 13px 10px 13px 24px !important;
    color: #7C7C7C;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.24px;
    margin-bottom: 15px !important;
    width: 100%;
}

form input:last-child {
    margin-bottom: 0;
}


.yellow {
    color: #EFB86E;
    font-weight: 500;
    text-decoration: underline;
}

/* checkbox */
.custom-checkbox {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 16px;
    /* padding-top: 20px; */
}

.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 2px;
    border: 1px solid var(--secondary-light, #ECD3B1);
}

.custom-checkbox input:checked+.checkmark {
    background-color: #2196F3;
    border: 1px solid #2196F3;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.custom-checkbox input:checked+.checkmark:after {
    display: block;
}

.custom-checkbox .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.remember {
    color: rgba(23, 80, 103, 0.50);
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.24px;
    padding-left: 40px;
    margin-top: -5px;
}

.forget {
    color: var(--Accent, #FB8B24);
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.24px;
}

.login {
    display: flex;
    width: 100%;
    /* height: 64px; */
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: var(--Primary, #175067);
    margin-top: 20px;
    color: #F8F8F8;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}

button:disabled {
    background: var(--Primary, #919293);
    cursor: not-allowed;
}

button {
    border: none !important;
}

.google {
    display: flex;
    width: 100%;
    height: 64px;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    color: #737373;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    margin-top: 20px;
    border-radius: 5px;
    border: 1px solid #DADCE0;
}

@media only screen and (max-width: 767px) {
    .google {
        font-size: 16px;
        height: 60px;
        padding: 12px 12px;
    }
}

.google img {
    padding-right: 5px;
    vertical-align: -0.125em;
    height: 1rem;
}

a {
    text-decoration: none !important;
}

.already {
    color: var(--dark-light, #303E49);
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0.225px;
}

.create {
    color: #FB8B24;
    font-size: 15px;
    font-weight: 600;
    padding-left: 5px;
    line-height: 32px;
    letter-spacing: 0.225px;
}

.create-account {
    padding-top: 20px;
    text-align: center;
}

form label {
    padding-bottom: 5px !important;
}

.icon {
    margin-bottom: 30px;
}

/* .container {
    max-width: 1300px !important;
} */

@media (max-width:768px) and (min-width: 576px) {
    .left-area img {
        width: 100%;
    }

    .right-area {
        margin-top: 30px;
        margin-left: 50px;
        margin-right: 50px;
    }

    .left-area {
        display: none;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .left-area img {
        width: 100%;
    }

    .right-area {
        margin-top: 30px;
        /* margin-left: 120px;
        margin-right: 120px; */
    }

    .heading {
        color: #303E49;
        font-size: 25px;
    }

    .text {
        color: #7C7C7C;
        font-size: 15px;
    }

    .left-area ul li {
        font-size: 14px;
    }

    .left-area {
        margin-top: 20px;
    }

    .google {
        font-size: 13px;
    }
}

@media (max-width: 576px) {
    .left-area {
        display: none;
    }

    .right-area {
        margin-top: 10px
    }

    .create-account {
        display: block !important;
    }
}

@media (max-width: 1200px) and (min-width: 992px) {
    .left-area img {
        width: 500px;
    }
}


input:focus {
    border: 1px solid #175067 !important; /* Change to your preferred color */
    outline: none !important;
}


select:focus {
    border: 1px solid #175067 !important; /* Change to your preferred color */
    outline: none !important;
    box-shadow: unset !important;
}