﻿.form-one {
    border: 1px solid white;
    backdrop-filter: blur(10px);
    border-radius: 24px 0 0 24px;
}

.form-two {
    border: 1px solid white;
    border-radius: 0px 24px 24px 0px;
    background: white;
}

.text-color {
    color: #009AFF;
}

.login-btn {
    background: #3949AB;
    border-radius: 40px;
}

.active {
    border-bottom: 3px solid #009AFF;
}

/* Media Query for Mobile Devices */
@media(max-width:540px) {
    .form-one {
        border-radius: 24px 24px 24px 24px;
        /*      background-color: red;*/
    }

    .form-two {
        border-radius: 24px 24px 24px 24px;
        /* background-color: red;*/
    }
}

@media (max-width: 480px) {
    .form-one {
        border-radius: 24px 24px 24px 24px;
        /*      background-color: red;*/
    }

    .form-two {
        border-radius: 24px 24px 24px 24px;
        /* background-color: red;*/
    }
}
