.accounts-form-box {
  border-radius:0px;
  width: 100%;
  background: rgba(255, 255, 255, 0.4);
  border: 0px solid #fff;
  text-align: center;
  color:#505458;
  font-family: "Proxima Nova", "Segoe UI", "Poppins",Helvetica,Arial,sans-serif!important;
  padding-bottom: 2rem;
  flex: 1;
}

.email{
  background:'red';
}

img {
  display: block;
  margin: 0 auto;
}

h3{
  font-family: "Proxima Nova", "Segoe UI", "Poppins",Helvetica,Arial,sans-serif!important;
}

body {
  color: #212121;
}

.accounts-jumbotron {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  overflow: hidden;
  color: white;
  margin-bottom: 0px;
  font-family: "Proxima Nova", "Segoe UI", "Poppins",Helvetica,Arial,sans-serif!important;
  padding-top:0px;
  margin-top:0px;
}
.nurses_img{
  background: #848E95 url("../images/blurred_nurses.jpg") center center; 
  background-size: cover;
}

.surgeons_img{
  background: #848E95 url("../images/grey_ward.jpg") center center;
  background-size: cover;
}

.btn{
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 16px;
}


input.auth_field{
  display: block;
  width: 60%;
  height: 42px;
  padding: 6px 4px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.42857143;
  margin: auto;
  margin-bottom: 4px;
  color: #000;
  background-color:rgb(255, 255, 255);
  background-image: none;
  border: 0px solid #ccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}


.forgot-password-link{
  color: white;
  font-size: 16px;
}

#request-account-link{
  color: #008998;
  font-size: 16px;
}

#request-account-link:hover{
  color: #BADCE0;
}


.select-btn {
  line-height: 40px;
  padding: 0 70px;
  /* border-radius: 20px; */
  color: white;
  border: 0px solid #008996;
  background: #008996;
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  position: relative;
  cursor: pointer;
}

.select-btn-right-arrow{
  margin-left: 10px;
  color: white;
  font-size: 12px;
}
.select-btn:hover>i{
  color: white;
}

.select-btn:focus{
  color: white;
}

.select-btn-right-arrow:hover, 
.select-btn-right-arrow:focus{
  color: white; 
}

#accounts-form-btn{
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.select-btn:hover{

  background: rgba(0, 137, 152, 0.5);
  color: white; 
  /*background: white;
  color: white; */
}

.surewash_aqua_10 {
  background-color: #99CBD5;
  color: white !important;
  font-family: Poppins;
}

.surewash_aqua_10:hover {
  background-color: #00323C;
  color: white !important;
  font-family: Poppins;
}
.teal_blue {
  background-color: #008998;
}

.link-sw {
  color: #008998;
}

@media only screen and (min-width : 768px) {

  a.select-btn{
    /* position: absolute; */
    bottom: 0;
    /*text-align: center;*/
    margin-left: auto;
    margin-right: auto;
    /*width: 70%;*/
  }
}

.messaging-text{
  font-size: 18px;
  width: 90%;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 14px;
  color: #333638;
}

.messaging-header{
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 600;
  margin: 0 auto;
  color: #333638;
}

.password-reset-text{
  text-align: left;
  width: 70%;
}





input[id="id_password1"]::-webkit-input-placeholder,
input[id="id_password2"]::-webkit-input-placeholder{
  color: #a5a5a5;
}
input[id="id_password1"]::-moz-placeholder,
input[id="id_password2"]::-moz-placeholder{
  color: #a5a5a5;
}
input[id="id_password1"]:-ms-input-placeholder,
input[id="id_password2"]:-ms-input-placeholder{
  color: #a5a5a5;
}
input[id="id_password1"]:-moz-placeholder,
input[id="id_password2"]:-moz-placeholder{ 
  color: #a5a5a5;
}
