/**
 * Theme Name:     Finderland Child
 * Author:         nouthemes
 * Template:       finderland
 * Text Domain:	   finderland-child
 * Description:    Finderland - Real Estate & Properties WP Theme
 */
/* LOGIN & REGISTER FORM STYLING */

/* LOGIN REGISTER FORM */

/* LOGIN REGISTER PAGE */

.custom-login-page{
display:flex;
justify-content:center;
align-items:center;
min-height:70vh;
}

.login-card{
width:420px;
background:#fff;
padding:40px;
border-radius:10px;
box-shadow:0 15px 40px rgba(0,0,0,0.1);
text-align:center;
}

.login-card h2{
margin-bottom:25px;
font-size:28px;
}

.login-card form{
display:flex;
flex-direction:column;
gap:15px;
}

.login-card input,
.login-card select{
padding:14px;
border:1px solid #ddd;
border-radius:6px;
font-size:15px;
width:100%;
}

.login-card button{
padding:14px;
background:#2d6cdf;
border:none;
color:white;
font-size:16px;
border-radius:6px;
cursor:pointer;
}

.login-card button:hover{
background:#1f4fbf;
}
border-radius:6px;
font-size:16px;
font-weight:500;
cursor:pointer;
transition:0.3s;
}

.user-form-wrapper button:hover{
background:#0b5ed7;
}