/* login page css start */


.rightBlock{
    background-color: white;
    box-shadow: 0 4px 8px  0 rgba(0,0,0,0.1)
}

.loginPageHeading{
    display: flex;
    justify-content: center;
    color: var(--primary-color);
    margin-top: 8px;
    
    
}
.welcomeCare{
    margin-top: 10px;
    margin-bottom: 20px;
    font-weight: 900;
    font-size: 20px;
    color: var(--secondary-color);
}



.urmilaLogin{
    padding: 7px 5px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40%;
    margin-top: 40px !important;
    color: var(--tercery-color) !important;
    background-color: var(--secondary-color) !important;

}
.callAndNum{
    gap: 5px;
    
}

.loginLeft{
    text-align: center;
    color: var(--primary-color);
    margin: 40px 0px;
    font-size: 16px;
}
.loginLeftCol{
    background-color: var(--tercery-color);
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0 4px 8px  0 rgba(0,0,0,0.1)
}
.loginRight{
    text-align: center;
    color: var(--primary-color);
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 30px;
}
.loginPageSection{
    width: 60%;
    margin: 10px auto;

}

.loginPageDoctor{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin-top: 5px;
    
}
.otp {
    border-radius: 5px;
}

.phone-input {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
    border: none !important;
    
}

.phone-input span {
    padding: 10px 7px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 1px solid var(--primary-color);
    display: flex;
    align-items: center;
    background-color: var(--tercery-color);
    border-right: 1px solid var(--primary-color);
}

.callIconColor{
    color: grey;
}

.phone-input i {
    margin-left: 5px; 
}

.phone-input input {
    padding: 10px;
    border-radius: 0px;
    border: 1px solid var(--primary-color);
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}
.phone-input input:focus {
    border-color:none;
    box-shadow:none;
}

@media(max-width:991px){
    
    .accountIcon{
        border: 2px solid var(--primary-color);
    }
    .accountIcon i {
        color: var(--primary-color);
    }
    .profile-header a{
        color: var(--primary-color);
    }
    .loginPageSection{
        width: 85%;
    }
    .urmilaLogin{
        width: 50%;
    }
}
@media(max-width: 767px){
    .rightBlock{
        padding: 0px 0px !important;
        /* background-color: #f0faf7; */
        box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.1);
    }
    .loginRight {
        margin-bottom: 0px;
    }
    
    .loginLeft{
        margin-bottom: 30px;
        margin-top: -15px;
    }
    .loginPageDoctor{
        display: none;
    }
    .loginLeftCol{
        background-color: transparent;
        box-shadow: none;
    }
    .welcomeCare{
        margin-top: 25px;
        margin-bottom: 0px;
    }
    .phone-input input{
        margin-top: 30px;
    }
    .phone-input span {
        margin-top: 30px;
    }
    .urmilaLogin{
        margin-bottom: 150px !important;
        width: 30%;
    }
    .loginRight{
        margin-top: 5px;
    }
    .otp{
        width: 8% !important;  
    }
    
   

}
@media(max-width: 576px){
    
    .urmilaLogin{
        padding: 10px 5px !important;
        width: 40% !important;
        margin-bottom: 150px !important;
    }
    .loginPageSection{
        
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .rightBlock{
        display: flex;
        justify-content: center;
        align-items: center;

    }
    .loginRight{
        margin-top: 10px !important;
    }
    .phone-input{
        margin-bottom: 30px !important;
    }
}
@media(max-width: 445px){
    .urmilaLogin{
        width: 50%;
    }
    .otp{
        width: 13% !important;
        
    }
}

/* login page css end */



.otp{
    width: 12%;
    padding: 7px;
    border: 1px solid var(--primary-color);
}
.otpBoxes{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
