.login-page{
    background: white !important;
    display: flex;
    flex-direction: column;
    gap: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 30px;
    border-radius: 5px;
}

.login-page .form-controls{
    outline: none;
    border: none;
    border: 1px solid #b7b7b7;
    border-radius: 5px;
    display: block;
    width: 100%;
    padding:7px 15px;
}
.form-group label{
    color: #949494;
}

.bi-person-circle{
    color: #4c61fc;
}
.login-btn{
    background: #4c61fc;
    padding: 10px ;
    width: 50%;
}
.login-head{
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
}
.login-head h3{
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 3px;
}
.login-head p{
    color: #949494;
    font-size: 15px;
}