/* ===================================== */
        /* LOGIN CSS */
/* ===================================== */
.logo{
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 0;
}
.login_register .card{
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px !important;
    width: 400px;
    font-size: 12px;
}
.login_register .card hr{
    border: 2px solid rgb(1, 161, 4);

}
.account-img{
    display: block;
    width: 100px;
    height: 100px;
    border: 2px solid rgb(1, 150, 1);
    padding: 5px;
    margin: 1rem auto;
    border-radius: 20px;

}
.login_register .card-body{
    padding: 0;
}
.login-info{
    padding: 0 50px;
}
/* .input-group{
    margin-top: 20px;
} */
i {
    font-size: 18px;
}
.input-group-text{
    font-size: 1.5rem;
}
.input-group-text img{
    width: 1.25rem;
}
.btn-group{
    margin: 1rem 0;
    display: flex;
    justify-content: space-between;
}
.eyeImage{
    height: 1rem;
}
.background-img {
    background-image: url('../public/img/about-pic.jpg');
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: inset 0 0 0 1000px rgba(0,0,0,.5);
}
@media only screen and (max-width: 600px) {
    .login_register .card{
    width: 100%;
    }
    .btn-group a{
        margin: 0 5px;
    }
}
