body {
  background-color: #eee;
}

#loginmainct{
  background-image: url('/static/images/PatientAppphoto.jpg');
  background-repeat: no-repeat;
  background-position: center center fixed;
  min-height: 780px;
  padding: 10px;
}

.form-signin {
  max-width: 700px;
  padding: 15px;
  margin: 0 auto;
  background: #D3D3D3;
  opacity: 0.8;
  color: black;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-cta{
  color: white !important;
  background: #FF8F6D !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius:5px !important;
}
