#login-btn button {
    width: 75%;
    text-align: center;
    font-weight: bold;
    background-color: white;
    border: 1px solid #ced4da;
}

.password-eye{
	position: absolute;
    margin-top: 1px;
    /*margin-bottom: 37px;*/
    margin-left: 82%;
    background-color: #EBEBEB;
    padding: 6px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    padding-left: 11px;
    padding-right: 11px;
}

.custom-control-label::before {
    border: 1px solid #ced4da;
}

.forgot-password{
    color: rgb(163, 3, 19) !important;
}