
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Playfair+Display:wght@600;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap');


body {
    background: #fff;
    font-family: "Inter", sans-serif;
    color: #000;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../img/bg.png);
    background-size: cover;
    background-position: center top;
}

.container {
    min-width: 1140px;
    padding: 0px 15px;
}

.login-page .logo {
    width: 200px;
}


.title {
    font-family: "Playfair Display", serif;
    font-size: 20px;
    margin: 5px 0 20px;
    font-weight: 600;
    color: #71675a;
    letter-spacing: 0.5px;
}

.login-box {
    padding: 25px;
    background: #fff;
    border-radius: 0 20px 20px 0;
    box-shadow: 0 8px 30px rgba(58, 82, 174, 0.15);
    height: 575px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    transition: all 0.3s ease;
}

.login-title {
    margin-bottom: 22px;
    font-family: "Playfair Display", serif;
    font-weight: 700;
    line-height: 1;
    font-size: 28px;
    color: #c46b04;
    letter-spacing: 1px;
    text-align: center;
    /* border-bottom: 1px solid #71675a; */
}


.form-label {
    color: #000;
    font-weight: 500;
    font-size: 14px;
}

.form-check label {
    font-size: 13px;
}

.form-control {
    border-radius: 5px;
    padding: 0px 1rem;
    height: 35px;
    font-size: 14px;
    font-weight: 400;
    appearance: auto;
    line-height: 1;
    border: 1px solid #dee2e6;
    background: rgba(255, 255, 255, 0.55);
    color: #000;
    transition: all 0.3s ease;
    box-shadow: none;
}

    .form-control:focus {
        border-color: #71675a;
        box-shadow: none;
        background: rgba(255, 255, 255, 0.7);
        outline: none;
    }

.btn-primary {
    border-radius: 5px;
    background: #464038;
    border: none;
    padding: 0px 2.6rem;
    height: 40px;
    line-height: 40px;
    font-weight: 600;
    color: #fff;
    font-size: 14px;
    transition: all 0.3s ease;
}

.btn-secondary {
    font-size: 14px;
}

.btn-primary:hover {
    background: #464038;
    transform: translateY(-3px);
}

.btn-outline-primary {
    /* border-color: #464038; */
    border: none;
    background: transparent;
    color: #464038;
}

    .btn-outline-primary:hover {
        border: none;
        background: transparent;
        color: #464038;
    }

.blue-link {
    display: inline-block;
    text-decoration: underline;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s ease;
    color: #0d6efd;
}

p {
    font-size: 14px;
    margin-bottom: 0px;
}

lite-youtube {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 20px 0 0 20px;
    height: 570px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

.login-box h5 {
    font-size: 17px;
    margin-bottom: 15px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    text-align: center;
    color: #dcdcdc;
}

.login-box .login-row {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

    .login-box .login-row .btn {
        display: inline-block;
        margin: 0px 5px;
        border-radius: 8px;
        background-color: #71675a;
        color: #fff;
        font-size: 12px;
        padding: 5px;
        border: none;
        min-width: 47.5%;
        text-align: left;
    }

        .login-box .login-row .btn img {
            max-width: 32px;
            width: 100%;
            margin-right: 5px;
            height: 32px;
            background-color: #fff;
            padding: 5px;
            border-radius: 50%;
        }

    .login-box .login-row .whatsapp {
        background-color: #1bb153;
    }

    .login-box .login-row .mail {
        background-color: #4285F4;
    }

.input-group-text {
    font-size: 14px;
}


.toggleBox {
    display: none;
    transition: 0.3s ease;
}

    .toggleBox p {
        color: #71675a;
        font-size: 14px;
        text-align: center;
        margin-bottom: 10px;
    }

.code-box {
    display: inline-flex;
    border: 1px solid #dee2e6;
    width: 91%;
    border-radius: 5px;
}

.small-select {
    width: 20%;
    font-size: 14px;
    border: none;
    border-radius: 0px;
    padding: 0px;
    border-right: 1px solid #dee2e6;
}

.small-input {
    width: 100%;
    font-size: 14px;
    border: none;
}

.otp-box {
    height: fit-content;
    border-radius: 10px;
    width: 450px;
}

.otp-row {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    margin-top: 10px;
    justify-content: space-around;
}

    .otp-row input {
        display: inline-block;
        width: 50px;
        height: 50px;
        text-align: center;
    }

.otp-box {
    text-align: center;
}

    .otp-box .check-gif {
        width: 120px;
        height: 120px;
        border-radius: 50%;
        margin-bottom: 10px;
    }

.small-title {
    color: #71675a;
    font-size: 14px;
    text-align: center;
    margin-bottom: 15px;
}

@media screen and (max-width:1199px) {
    .container {
        min-width: auto;
    }
}

@media screen and (max-width:1100px) {
    .code-box {
        width: 88%;
    }
}

@media screen and (max-width:991px) {
    body {
        height: 100%;
    }

    .login-page .logo {
        margin-top: 20px;
        width: 150px;
    }

    .title {
        font-size: 17px;
        margin-bottom: 10px;
    }

    .login-box {
        padding: 20px;
        border-radius: 0px;
        height: auto;
        margin-bottom: 15px;
    }

    .login-title {
        font-size: 20px;
        padding-bottom: 0px;
        margin-bottom: 15px;
    }

    lite-youtube {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .title {
        font-size: 15px;
        line-height: 1.3;
    }

    .login-box {
        padding: 15px;
        margin-bottom: 10px;
    }

    .login-title {
        font-size: 20px;
    }

    .code-box {
        width: 89%;
    }

    .login-box .login-row .btn {
        min-width: 45.5%;
        width: 45.5%;
    }

    .otp-box {
        max-width: fit-content;
        width: fit-content;
        margin: 0px 12px;
    }

    .btn-primary {
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }

    .btn-secondary {
        font-size: 12px;
    }
}

@media screen and (max-width: 400px) {
    .code-box {
        width: 86%;
    }

    .login-box {
        padding: 10px;
    }
}

@media screen and (max-width: 320px) {
    .code-box {
        width: 84%;
    }
}

@media screen and (max-width: 300px) {
    .code-box {
        width: 83%;
    }
}
