html {
  background: url("../images/background-720.png") no-repeat center center fixed;
  background-size: cover;
  height: 100%;
  min-height: 100%; }

body {
  font-family: 'Nunito', serif; }

#page-icon img {
  width: 100px; }

#page-title h1 {
  font-size: 80px;
  color: #ffffff; }

#page-tag {
  padding-bottom: 40px;
  font-size: 20px;
  color: #00b050; }

#signup-form .navbar-form {
  box-shadow: none; }

#signup-form .add-on {
  box-shadow: 0 0 0 14px rgba(191, 191, 191, 0.25);
  border-radius: 30px; }

#signup-form .validationElement {
  border: 1px solid #ff0000;
  border-right: 2px solid #ff0000; }
  #signup-form .validationElement input, #signup-form .validationElement .input-group-btn {
    background-color: #ffeeee; }

#signup-form .form-control {
  border: none;
  box-shadow: none;
  font-size: 14px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px; }
  @media (min-width: 768px) {
    #signup-form .form-control {
      font-size: 16.8px; } }

#signup-form .input-group-btn {
  background-color: #ffffff;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  right: 1px; }
  #signup-form .input-group-btn .btn {
    line-height: 1.95;
    box-shadow: 0 0 0 2px #fff;
    font-size: 10px; }
    @media (min-width: 768px) {
      #signup-form .input-group-btn .btn {
        font-size: 12px;
        line-height: 1.7; } }
    #signup-form .input-group-btn .btn:focus {
      outline: none; }

#signup-form .round-corner-right {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px; }

#signup-form .round-corner {
  border-radius: 30px; }

#content {
  position: absolute;
  padding: 4%; }
  @media (min-width: 768px) {
    #content {
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      padding: 0; } }

.box-content {
  background: #fff;
  box-shadow: 0 0 0 14px rgba(191, 191, 191, 0.25);
  border-radius: 30px; }

.box-form input[type='text'] {
  background-color: #F2F2F2; }

.title {
  padding-top: 30px;
  color: #00b050; }

@media (min-width: 768px) {
  #firstname-col {
    padding-right: 2px; } }

@media (min-width: 768px) {
  #lastname-col {
    padding-left: 2px; } }

#button-row {
  padding-bottom: 30px; }
  #button-row button {
    height: 50px;
    border-radius: 9px; }

#exit-button {
  background-color: #B8B8B8; }

input[type='radio'] {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid darkgray;
  border-radius: 4px;
  outline: none;
  margin-left: -25px !important;
  margin-top: -2px;
  background-color: #F2F2F2; }

input[type='radio']:before {
  content: '';
  display: block;
  width: 60%;
  height: 60%;
  margin: 20% auto;
  border-radius: 3px; }

input[type='radio']:checked:before {
  background: black; }

#validation-message {
  margin-top: 20px;
  max-width: 50%; }

#page-footer {
  margin-top: 20px;
  font-size: 11px;
  color: #ffffff; }
