.wrapper {
    position: relative;
}

#password {
    padding-right: 30px;
}

.wrapper span {
    position: absolute;
    right: 5px;
}

.view-password {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../img/eye.png") no-repeat center center;
    top: 3px;
    cursor: pointer;
    margin-top: 5px;
    margin-right: 5px;
}

.view-text {
    background: url("../img/eye_close.png") no-repeat center center;
}

.view-logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.bg-blue-gradient {
    background: linear-gradient(110.78deg, #045699 12.19%, #0FA0D3 79.34%);
}