@import url('styles.css');



.jumbo .left-section{
    position: relative;
    background: url("../images/schedule/bg.webp");
    padding: 100px 50px;
}

.jumbo .left-section h1{
    color: var(--primary-100);
    font-weight: 700;
}

.jumbo .left-section h6{
    color: var(--contrast-color)!important;
    font-weight: 700;
}


.jumbo .left-sidebar-image{
    position: absolute;
    width: auto;
    bottom: 0;
    left: 0;
    width: 100%;
}

.jumbo .left-section .partners{
    margin-top: 100px;
    width: 100%;
}

.jumbo .right-section{
    padding: 50px;
}

.jumbo .right-section .content-top{
    background: var(--primary-5);
    padding: 25px;
    display: none;
}

.jumbo .right-section .content-bottom{
    background: var(--primary-5);
    padding: 25px;
    display: none;
}

.jumbo .right-section p{
    margin-bottom: 0;
}

.jumbo .right-section .number-step{
    margin: 5px;
    font-weight: 700;
    border-radius: 50%;
    padding: 8px 16px;
    color: var(--medium-gray);
    border: 1px solid var(--medium-gray);
}

.jumbo .right-section .active{
    background: #74950E!important;
    color: white!important;
}

.jumbo .right-section .text-step{
    margin: 5px;
    color: var(--primary-100);
    font-weight: 600;
}

.jumbo .right-section hr{
    width: 60px;
    margin: 5px;
}


.jumbo .right-section .login-form{
    margin-top: 50px;
    margin-bottom: 50px;
}

.jumbo .right-section .login-form h3{
    color: var(--primary-100);
    font-weight: 700;
}

.jumbo .right-section .login-form p{
    margin-top: 25px;
    font-weight: 500;
}

.jumbo .right-section .login-form p a{
    color: var(--secondary-hover-100);
    font-weight: 700;
}

.jumbo .right-section .login-form form{
    margin-top: 15px;
}

.jumbo .right-section .login-form form .country-code{
    width: 100%;
    background: none;
    padding: 12px 16px;
    border: 1px solid #BBCCCA;
    border-radius: 8px;

    -moz-appearance: none; 
    -webkit-appearance: none; 
    appearance: none;

    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1em;
}

.jumbo .right-section .login-form form .phone-number{
    width: 100%;
    background: none;
    padding: 12px 16px;
    border: 1px solid #BBCCCA;
    border-radius: 8px;
}

.jumbo .right-section .login-form form .btn-login{
    width: 100%;
    background: var(--secondary-100);
    padding: 10px 20px;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 15px;
}

.jumbo .right-section .login-form form small{
    color: var(--medium-gray);
    margin-top: 15px;
}

.otp .form-control:focus {
    box-shadow: none;
    border: 2px solid var(--contrast-color)
}

.otp .form-control {
    height: 50px;
}

.otp input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
.otp input[type=number] {
-moz-appearance: textfield;
/* Firefox */
}

@media only screen and (max-width: 1200px) {
    .jumbo .left-section .partners{
        display: none;
    }
}

@media only screen and (max-width: 992px) {
    .jumbo .left-section{
        display: none;
    }

    .jumbo .right-section{
        padding: 0px 0px;
    }

    .jumbo .right-section .content-top{
        display: block;
    }

    .jumbo .right-section .content-bottom{
        display: block;
    }

    .jumbo .right-section .login-form{
        padding-left: 50px;
        padding-right: 50px;
    }
}   

@media only screen and (max-width: 778px) {

}

@media only screen and (max-width: 650px) {
    .jumbo .right-section .login-form{
        margin-top: 50px;
        padding-left: 25px;
        padding-right: 25px;
    }
}

.jumbo h1{
    font-size: 2rem;
    font-weight: 700;
    color: var(--primary-100);
}

.jumbo p{
    font-size: 0.9rem;
    color : var(--black-50)
}

.jumbo .form-container{

    background: white;
    border-radius: 10px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.048);
}

.jumbo h4{
    font-weight: 700;
    color: var(--primary-100);
}
.jumbo h2{
    font-size: 2rem;
    font-weight: 700;
    color: var(--primary-100);
}

.jumbo h5{
    font-weight: 700;
    color: var(--primary-100);
}
.jumbo form{
    width: 100%;
}

.jumbo label{
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--black-50);
}

.jumbo input{
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--black-50);
    padding: 10px 10px;
}

.jumbo select{
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--black-50);
    padding: 10px 10px;
}

.jumbo option{
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--black-50);
    padding: 10px 10px;
}

.jumbo textarea{
    width: 100%;
    border-radius: 5px;
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--black-50);
    border: 1px solid rgba(0, 0, 0, 0.226);
    padding: 10px 10px;
}

.jumbo button{
    width: 100%;
    padding: 15px 10px;
    border: none;
    background: var(--secondary-100);
    color: var(--primary-100);
    font-size: 1rem;
    font-weight: 600;
    transition: all 0.25 ease-in-out;
}

.jumbo button:hover{

    background: var(--primary-100);
    color: var(--secondary-100);

}