/*------------forma user pasworld----------------*/

.viaEmail:hover {
    cursor: pointer;
}

.viaSms:hover {
    cursor: pointer;
}

#errorAlert:hover {
    cursor: pointer;
}

.login-settings-header {
    display: flex;
    align-items: center;
    cursor: pointer;
    height: 40px;
    border-radius: 8px;
}

.login-google-logo img {
    width: 30px;
    height: 30px;
    margin-left: 6px;
    margin-right: 6px;
}

.login-settings-title {
    font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    height: 40px !important;
    width: 100%;
    border-radius: 0 4px 4px 0;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0;
    text-align: center;
    color: #18181B;
}

.login-panel {
    border-radius: 8px !important;
    justify-content: center;
    border: 2px solid #166456;
}

.login-panel-gray {
    border-radius: 8px !important;
    justify-content: center;
    border: 2px solid #c5c5c5;
    height: 44px;
}

.reset-panel .position-icon-eye {
    margin: 0 0 12px 0;
    position: relative;
}

.reset-panel .fa-eye,
.reset-panel .fa-eye-slash {
    font-size: 18px;
    margin: 10px 0 0 10px;
    position: absolute;
    right: 0;
    top: 2px;
}