.form-block{ background:#2a2a57; border-radius:25px; padding:15px; margin:15px 0; }
.form-block h2{ font-size:18px; margin-bottom:15px; }
.form-group{ margin-bottom:10px; text-align:left; }
.form-group label{ font-size:14px; line-height:30px; }
.form-text{ width:100%; background-color:#161625; border:0; border-radius: 15px; padding:0 12px; line-height:30px; font-size: 14px; color:#fff; }
.form-text textarea{ height:80px; }
.form-group select{ width:100%; background-color:#161625; border:0; border-radius: 15px; line-height: 30px; padding: 5px 15px; color: #fff;}
.form-bottom{ text-align: center;}
.form-btn{ width: auto; display: inline-block; margin: 0 auto; border:0; background:#5b599b; border-radius: 30px; padding:5px 20px; font-size: 14px; color: #fff; letter-spacing: 3px; }

.form-text:focus,.form-group select:focus{ outline:0; }

.cuc-message{ margin:15px 0; background:#2a2a57;}
.cuc-pending-message{ margin:15px 0; background:#2a2a57; }

.login-notice{ padding:30px 0; }
.login-notice a{ text-decoration:underline; }