.background {
    background-image: url(/CMS/Layout/frontend/images/login/login_bg.png); 
    background-color: #007b9b;
    background-size: cover;
    background-position: center;
}
.background > div{
    justify-content: space-between;
    align-items: center;
}

.eye {
    top: 7px;
    right: 7%;
}