.password-field {
    position: relative;
}

.show-pass-icon {
    cursor: pointer;
    position: absolute;
    right: 18px;
    top: 18px;
}

label.error {
    color: #c00;
    font-size: 12px;
}

.login_form {
    min-width: 75%;
}

.alert .close {
    position: absolute;
    right: 17px;
    top: 17px;
}

.separator hr {
    width: 46%;
}

.primary-button.wide {
    min-width: 60%;
}