/* General Reset & Base Styles */
body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
}

/* Auth Container */
#auth {
    height: 100vh;
    width: 100vw;
    background: url('https://api.botbee.io/LOGIN1.png') center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 80px;
}

/* Login Card */
.d-flex .mx-auto .card {
    position: relative;
    left: 450px;
    margin-right: 50px;
    margin-left: -50px;
     top:-35px;
}

.card.pt-4 {
    border-radius: 50px;
    background-color: #fff;
    padding: 24px 24px 24px 24px;
    box-shadow: 0 14px 10px rgba(0, 0, 0, 0.1);
}

/* Inputs */
.textbox input {
    width: 100%;
    padding: 10px;
    background: #f2f2f2;
    border: none;
    outline: none;
    color: #0d0382;
    font-size: 18px;
    border-radius: 5px;
}
/* --------------------------------------------------------------------- */
#form-submit-button{
 background-image:linear-gradient(to right, #34e89e 0%, #0f3443 100%);
 font-weight:600;
}
#form-submit-button{
 border-bottom-left-radius:50px;
 border-top-left-radius:50px;
 border-bottom-right-radius:50px;
 border-top-right-radius:50px;
}
/* --------------------------------------------------------------------- */

/* Buttons */
.btn {
    width: 100%;
    background: #0d0382;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 18px;
    color: #fff;
    border-radius: 40px;
    transition: background 0.3s ease;
}

.btn.btn-primary.float-end {
    width: 341px;
    margin: 10px 0 0;
}

.btn.btn-outline-dark.btn-lg.float-end {
    margin: 0 0 5px 0;
}

/* Card Customization */
div .card.pt-4 {
    border-radius: 50px;
    background-color: #ffff;
    margin: 0 20px 35.2px 0;
    padding: 24px 20px 24px 24px;
}

div .card.pt-4 input {
    outline: 1px solid #000;
    padding: 8px;
    border-radius: 10px;
}

div .card.pt-4 h3 {
    font-weight: bold;
}

/* OTP Verify */
.signup_form {
    background-color: #ffd537;
    border-radius: 100px;
    padding: 24px;
}

.full_bg {
    background-color: #0d0382;
}

/* Mobile Styles - Changed to default */
@media (max-width: 768px) {
    body, html {
        overflow: auto;
        height: auto;
    }

    #auth {
        background: none;
        background-color: #fff;
        padding: 20px;
        height: auto;
        justify-content: center;
    }

    .d-flex .mx-auto .card {
        position: static;
        left: auto;
        margin: 0;
        width: 100%;
        max-width: 100%;
    }

    .card.pt-4 {
        border-radius: 8px;
        box-shadow: none;
        padding: 20px;
        margin: 0;
    }

    .btn.btn-primary.float-end,
    .btn.btn-outline-dark.btn-lg.float-end {
        width: 100%;
        margin: 10px 0;
    }
}

/* google sign in button*/
#login-form .clearfix a{
 background-color:#c2fed6;
 transform:translatex(0px) translatey(0px);
}
/*email verification-----------------------------------------------alert*/
.alert {
    color: rgb(0,0,0);
}