body{

background:#f5f7fb;

}

.auth-page{

min-height:100vh;

display:flex;

align-items:center;

justify-content:center;

padding:30px 15px;

background:

linear-gradient(rgba(34,74,145,.92),rgba(34,74,145,.92)),

url("../img/pattern-islamic.png") center/cover;

}

.auth-wrapper{

width:100%;

max-width:460px;

}

.auth-register{

    max-width:950px;

}

.auth-card{

background:#fff;

border-radius:28px;

padding:45px;

box-shadow:0 20px 60px rgba(0,0,0,.12);

}

.auth-header{

text-align:center;

margin-bottom:35px;

}

.auth-logo{

width:95px;

margin:auto auto 15px;

display:block;

}

.auth-header h2{

font-size:42px;

font-weight:700;

color:var(--primary);

margin-bottom:10px;

}

.auth-header p{

color:#777;

margin:0;

}

label{

font-weight:600;

margin-bottom:8px;

display:block;

}

.form-control{

height:56px;

border-radius:16px;

}

.password-group{

position:relative;

}

.toggle-password{

position:absolute;

right:16px;

top:50%;

transform:translateY(-50%);

background:none;

border:none;

}

.auth-btn{

height:56px;

border-radius:16px;

font-size:18px;

font-weight:600;

}

.auth-footer{

margin-top:28px;

text-align:center;

}

.auth-footer a{

font-weight:700;

text-decoration:none;

}

@media(max-width:768px){

.auth-page{

padding:20px;

}

.auth-card{

padding:30px 24px;

border-radius:24px;

}

.auth-header h2{

font-size:34px;

}

.auth-logo{

width:80px;

}

}