﻿
.btn-google {
    background-color: #1a1a2e;
    color: white;
}

    .btn-google img {
        width: 20px;
        margin-right: 10px;
    }

/*Book Demo Page */

.demo-main-container {
    background-color: #f8f9fa;
    min-height: 100vh !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.main-card {
    border: none;
    border-radius: 20px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.image-section {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.form-section {
    padding: 50px;
}

.btn-google {
    background-color: #1d2634;
    color: white;
    border-radius: 25px;
    font-weight: 500;
}

    .btn-google:hover {
        background-color: #2c394b;
        color: white;
    }

.form-control {
    border-radius: 16px;
    padding: 12px 20px;
    border: 1px solid #dee2e6;
}

.btn-submit {
    background-color: #2563eb;
    color: white;
    border-radius: 25px;
    padding: 10px 30px;
    width: 100%;
}

/*Registraion page*/

.main-card-registration {
    border: none;
    overflow: hidden;
    background: #ffffff;
}

.registration-form-section {
    width: 75% !important;
}

.received-otp-box {
    height: 50px;
    width: 50px;
    border-radius: 10px;
    border: 2px solid #D1D5DB;
}

.otp-pop-logo-box {
    width: 64px;
    height: 64px;
    background-color: #DBEAFE;
    border-radius: 50%;
}

.otp-pop-logo {
    width: 27px;
    height: 27px;
    border-radius: 50%;
    border: 2px dashed #2563eb;
}

@media (max-width: 768px) {
    .image-section {
        display: none;
    }

    .form-section {
        padding: 30px 20px;
    }

    .registration-form-section {
        width: 100% !important;
    }

    .main-card {
        border: none;
        border-radius: 0;
        overflow: hidden;
        background: #ffffff;
        box-shadow: none;
    }

    .demo-main-container {
        background-color: white;
        min-height: 70vh !important;
    }
}
