.layout-login {
    background-color: #FFF !important;
    background-image: url('../../../images/login.png');
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.bg-login {
    background-color: #0062E2;
}

.btn-login {
    width: 124px !important;
    color: #FFF;
}

.input-login {
    border-radius: 8px;
}

.checker span {
    color: #FFF !important;
    border: 2px solid #0062E2 !important;
    display: inline-block;
    text-align: center;
    position: relative;
    border-radius: 2px;
}

.checker span.checked {
    background-color: #0062E2 !important;
}

.toggle-password {
    color: #565656;
    float: right;
    margin-top: -25px;
    position: relative;
    cursor: pointer;
    background-color: white;
    z-index: 2;
    margin-right: 10px !important;
}
