.rs-box{
    background:#f3f3f3;
    padding:25px;
    border-radius:8px;
    text-align:center;
    max-width:350px;
}

.rs-icon{
    font-size:45px;
    color:#999;
    margin-bottom:15px;
}

.rs-box h3{
    font-size:26px;
    line-height:1.4;
    margin-bottom:20px;
}

.rs-box input{
    width:100%;
    padding:12px;
    margin-bottom:12px;
    border:1px solid #ccc;
    box-sizing:border-box;
}

.rs-box button{
    width:100%;
    background:#0d6efd;
    color:#fff;
    border:none;
    padding:12px;
    font-size:16px;
    cursor:pointer;
}

.rs-success{
    background:#d1e7dd;
    color:#0f5132;
    padding:12px;
    margin-bottom:15px;
    border-radius:5px;
}

.rs-error{
    background:#f8d7da;
    color:#842029;
    padding:12px;
    margin-bottom:15px;
    border-radius:5px;
}

.rs-info{
    background:#cff4fc;
    color:#055160;
    padding:12px;
    margin-bottom:15px;
    border-radius:5px;
}

.rs-validacion{
    margin-top:-5px;
    margin-bottom:10px;
}