.verification-container {
  max-width: 800px;
  width: 90%;
  margin: auto;
  margin-bottom: 100px;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 11px solid #3fadd9;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 28px -6px rgba(171,171,171,1);
  -moz-box-shadow: 0px 0px 28px -6px rgba(171,171,171,1);
  box-shadow: 0px 0px 28px -6px rgba(171,171,171,1);
}

.entry-title
{
  margin-top: 25px;
  padding-top: 25px;
  width: 100%;
  text-align: center;
}

button, #sms-verification-form input[type="submit"]
{
  border-radius: 10px;
}

#sms-verification-resend
{
  font-size: 15px;
}

.verification-reminder
{
  font-size: 15px;
  margin-bottom: 20px;
}

#sms-verification-resend-response
{
  padding-left: 25px;
  padding-right: 25px;
}