.container-login {
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;

    -webkit-box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.3);
    text-align: center;
}

body {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wrap {
    width: 100%;
    overflow: hidden;
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
}

.img,
.login-wrap {
    width: 50%;
}

.btn.btn-primary {
    background: #E69E32 !important;
    border: 1px solid #E69E32 !important;
    color: #fff !important;
}

.title-login {
    color: #605B9D;
}


#form-login .form-check-input{
    margin-top: 0.35rem;
}

.checkbox-primary input:checked~.checkmark::after {
    color: #e3b04b;
}

@media (max-width: 991.98px) {

    .img,
    .login-wrap {
        width: 100%;
    }

    .img-banner-login {
        display: none;
    }

}

.right-icon{
	display: flex;
    justify-content: flex-end;

}

#form-control-password{
	background: transparent;
    border: 1px solid #d3d3d3;
}

.right-icon .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
}