.login-signup-div {
    background-image: linear-gradient(
        to right,
        rgb(57, 49, 175),
        rgb(0, 198, 255)
    );
    padding: 20px;
}

.login-signup-div .sec1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.login-signup-div .sec1 div {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .login-signup-div .sec1 div {
        height: 50%;
    }
    .login-signup-div .sec1 .sec1-1 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

.login-signup-div .sec1 div h3 {
    color: white !important;
}
.login-signup-div .sec1 div p {
    color: white !important;
    font-weight: lighter;
    font-family: "Roboto" !important;
}
.login-signup-div .sec1 div button {
    border: none;
    border-radius: 1.5rem;
    width: 60%;
    background: #f8f9fa;
    font-weight: bold;
    color: #383d41;
    margin-bottom: 3%;
    padding: 5px;
    font-weight: normal;
    font-family: "Roboto" !important;
}

.login-signup-div .sec2 {
    background: #f8f9fa;
    border-top-left-radius: 10% 50%;
    border-bottom-left-radius: 10% 50%;
    padding: 40px;
    display: flex;
    justify-content: center;
}

.login-signup-div .sec2 .sec2-1 {
    background-color: white;
    padding: 40px;
    box-shadow: 0px 6px 18px rgb(0 0 0 / 9%);
    border-radius: 12px;
}
