body{

    background:#f6f7fb;

}

.auth-wrapper{

    min-height:100vh;

}

.left-panel{

    background:#FFD600;

    color:#222;

    display:flex;

    flex-direction:column;

    justify-content:center;

    align-items:center;

    padding:60px;

}

.left-panel h1{

    font-weight:700;

    font-size:46px;

}

.left-panel p{

    margin-top:15px;

    font-size:18px;

    opacity:.8;

}

.right-panel{

    display:flex;

    justify-content:center;

    align-items:center;

}

.login-card{

    width:100%;
    max-width:430px;

    background:#fff;

    border-radius:25px;

    padding:40px;

    box-shadow:0 20px 40px rgba(0,0,0,.08);

}

.form-control{

    height:50px;

    border-radius:12px;

}

.btn-login{

    height:52px;

    border-radius:12px;

    background:#FFD600;

    border:none;

    color:#222;

    font-weight:600;

}

.btn-login:hover{

    background:#FFC400;

}