.rp-login{

    min-height:100vh;

    display:flex;

    align-items:center;

    justify-content:center;

    background:linear-gradient(135deg,#2563EB,#1E40AF);

    padding:40px;

}

.rp-login-card{

    width:100%;

    max-width:430px;

    background:#fff;

    border-radius:24px;

    padding:40px;

    box-shadow:0 25px 60px rgba(0,0,0,.15);

}

.rp-login-logo{

    width:90px;

    height:90px;

    margin:auto;

    margin-bottom:20px;

    border-radius:50%;

    background:#2563EB;

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:40px;

}

.rp-login-title{

    text-align:center;

    font-weight:700;

    margin-bottom:5px;

}

.rp-login-subtitle{

    text-align:center;

    color:#777;

    margin-bottom:35px;

}

.rp-input{

    height:52px;

    border-radius:14px;

}

.form-label{

    font-weight:600;

}

body{
    background:red !important;
}