.elementor-3594 .elementor-element.elementor-element-f626bad{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:60px;--padding-bottom:0px;--padding-left:100px;--padding-right:100px;}@media(max-width:767px){.elementor-3594 .elementor-element.elementor-element-f626bad{--padding-top:0px;--padding-bottom:0px;--padding-left:10px;--padding-right:10px;}}/* Start custom CSS for html, class: .elementor-element-7f445c6 *//* ===== WRAPPER ===== */
.custom-login-wrap {
    max-width: 520px;
    margin: 80px auto;

}

/* ===== FORM ===== */
.custom-login-form {
    width: 100%;
}

/* Required text */
.custom-login-form .required-text {
    text-align: right;
    font-size: 13px;
  
    color: #000;
}

/* ===== GROUP ===== */
.custom-login-form .form-group {
    margin-bottom: 20px;
}

/* LABEL */
.custom-login-form label {
    display: block;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 8px;
    color: #000;
}

/* INPUT */
.custom-login-form input {
    width: 100%;
    height: 50px;
    padding: 0 18px;
    font-size: 13px;
    border-radius: 8px;
    border: 1px solid #000;
    outline: none;
}

/* Password subtle */
.custom-login-form input[type="password"] {
    border-color: #000;
    
}

.custom-login-form .forgot-password
{
    text-align: right;
}



.custom-login-form .forgot-password a {
    font-size: 13px;
    color: #000;
    text-decoration: underline;
    text-align: right;
    align-content: flex-end;
    justify-content: center ;
   
   
  
}

/* Button */
.custom-login-form .login-btn {
    width: 100%;
    height: 50px;
    margin-top: 20px;
    border-radius: 40px;
    background: #000;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    border: none;
    cursor: pointer;
}

.custom-login-form .login-btn:hover {
    opacity: 0.9;
}

/* Magic link */
.custom-login-form .register {
    margin-top: 20px;
    text-align: center;
    
   
}

.custom-login-form .register a {
    font-size: 13px;
    color: #000;
    text-decoration: underline;
}

/* Error */
.login-error {
    margin-top: 16px;
    color: red;
    font-size: 15px;
}/* End custom CSS */