.berkshire-swash-regular {
    font-family: "Berkshire Swash", serif;
}

h1 {
    font-size: 50px !important;
    color: #38247b !important;
}

label {
    font-size: 15px;
    font-weight: 600;
}

.text-main-color {
    color: #38247b;
}

input, select {
    background-color: #f2f2f2 !important;
    border-radius: 25px !important;
    width: 100%;
}
.yelo-bg {
    background-color: #fdbb00 !important;
}
button {
    background-color: #38247b !important;
    font-weight: 600;
    color: #fff !important;
    font-size: 17.5px !important;
    border-radius: 25px !important;
    padding: 10px 75px 10px 75px !important;
}

.logo {
    text-align: left;
}

.left-auth {
    width: 65%;
    float: left;
}

.left-auth-box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding: 0 5%;
}

.right-auth {
    float: left;
    min-height: 100vh;
    background-image: url('/assets/MAIN%20MATERIALS%202025/LOGIN_BODY_RIGH.png');
    background-position: center;
    background-size: cover;
    width: 35%;
}

.right-auth-box {
    display: flex;
    justify-content: end;
    align-items: end;
    height: 90vh;
    padding: 0 5%;
}

.right-auth-box .signup {
    text-decoration: none;
    background-color: #fff !important;
    font-weight: 600;
    color: #38247b !important;
    font-size: 17.5px !important;
    border-radius: 25px !important;
    padding: 10px 50px 10px 50px !important;
}


@media only screen and (max-width: 768px) {
    .left-auth, .right-auth {
        width: 100% !important;
    }
    .logo {
        padding-top: 25px;
        text-align: center !important;
    }
    .left-auth {
        margin-bottom: 25px;
    }
    h1 {
        font-size: 35px !important;
    }
    button {
        padding: 5px 25px 5px 25px !important;
    }
}
