

/* ==========================================================================
   ES LIVE custom styles
   ========================================================================== */

body {
  padding-top: 40px;
  padding-bottom: 40px;
}

.form-confirmation {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-confirmation .form-confirmation-heading,
.form-confirmation .checkbox {
  margin-bottom: 10px;
}
.form-confirmation .checkbox {
  font-weight: normal;
}
.form-confirmation .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-confirmation .form-control:focus {
  z-index: 2;
}
.form-confirmation input[type="text"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-confirmation input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}


@media (max-width: 1080px) {

//body {
//  font-weight: bold
//}

}

















