#rlp-form{
max-width:600px;
margin:auto;
}

.rlp-row{
margin-bottom:15px;
}

#rlp-form input,
#rlp-form select,
#rlp-form textarea{

width:100%;
padding:14px;
border:1px solid #ddd;
border-radius:6px;
font-size:15px;
background:#f9f9f9;

}

#rlp-form textarea{
height:120px;
}

.rlp-button{

background:#2ecc71;
color:white;
border:none;
padding:16px;
font-size:18px;
width:100%;
border-radius:6px;
cursor:pointer;

}

.rlp-button:hover{

background:#27ae60;

}