.elt-wrapper{

min-height:600px;

display:flex;

justify-content:center;

align-items:center;

background:#050505;

padding:40px;

font-family:Tahoma,Arial;

}



.elt-card{

width:420px;

background:

linear-gradient(
145deg,
#111,
#050505
);


border:1px solid #292929;

border-radius:24px;

padding:45px 35px;

box-shadow:
0 20px 50px rgba(0,0,0,.8);


text-align:center;

color:white;

}



.elt-logo{

color:#d4af37;

font-size:14px;

letter-spacing:3px;

margin-bottom:20px;

}



.elt-card h1{

font-size:28px;

margin-bottom:15px;

}



.elt-card p{

color:#aaa;

line-height:2;

margin-bottom:35px;

}



.elt-input{

text-align:right;

margin-bottom:20px;

}



.elt-input label{

display:block;

margin-bottom:8px;

color:#ddd;

}



.elt-input input{


width:100%;

padding:15px;

background:#0b0b0b;

border:1px solid #333;

border-radius:12px;

color:white;

font-size:15px;

box-sizing:border-box;

}



.elt-input input:focus{

border-color:#d4af37;

outline:none;

}



.elt-btn{


width:100%;

padding:16px;

border:none;

border-radius:14px;

background:

linear-gradient(
90deg,
#b8860b,
#ffd700
);


font-size:17px;

font-weight:bold;

cursor:pointer;

transition:.3s;


}



.elt-btn:hover{

transform:translateY(-3px);

box-shadow:
0 10px 25px rgba(212,175,55,.3);

}



.elt-btn span{

margin-right:10px;

}