.um-field-user_email {
    position: relative;
}

a#verify_email_btn {
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    float: right;
    background: #40a2d8;
    padding: 7px 13px;
    border-radius: 5px;
    margin-top: 10px;
    cursor: pointer;
    color: white;
}
.um-field-user_email{
  z-index: 99;
}
.success-msg {
    color: green;
    font-size: 14px;
    margin-top: 5px;
}

.error-msg {
    color: red;
    font-size: 14px;
    margin-top: 5px;
}


.custom-a-link-veryf.disabled {
    pointer-events: none;
    opacity: 0.5;
    cursor: not-allowed;
}
