/* Overright chrome yellow input autofill */
input:-webkit-autofill {
    -webkit-box-shadow:0 0 0 50px white inset !important; 
}

/* Default large screen styles */
body{
  background-color: #EFEFEF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale !important;
  -webkit-text-shadow: rgba(255,255,255,0.01) 0 0 1px !important;
}

#push, .yoyo, #change{
  background: #3ea4d9!important;
  background: -moz-linear-gradient(top,#25A6E1 0%,#188BC0 100%)!important;
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#25A6E1),color-stop(100%,#188BC0))!important;
  background: -webkit-linear-gradient(top,#25A6E1 0%,#188BC0 100%)!important;
  background: -o-linear-gradient(top,#25A6E1 0%,#188BC0 100%)!important;
  background: -ms-linear-gradient(top,#25A6E1 0%,#188BC0 100%)!important;
  background: linear-gradient(top,#25A6E1 0%,#188BC0 100%)!important;
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#25A6E1',endColorstr='#188BC0',GradientType=0)!important;
  padding:8px 13px!important;
  color:#fff!important;
  font-family:'Helvetica Neue',sans-serif!important;
  font-size:18px!important;
  letter-spacing: 0.5px!important;
  border-radius:4px!important;
  -moz-border-radius:4px!important;
  -webkit-border-radius:4px!important;
  border:1px solid #1A87B9!important;
  line-height: 0 !important;
  height: 46px !important;
}


#change{
    visibility: hidden;
}

.wholeForm{
  background-color: #fff;
  border-radius: 10px;
}

#expired{
  font-size: 14px;
  font-weight: 500;
}

.alert-danger {
  padding: 8px !important;
  margin-bottom: 15px !important;
  border: 3px solid #a94442 !important;
}

#imgLogo{
  width: 60%;
  height: auto;
}

.login_container{
  margin-top: 11%;
  border-radius: 10px;
  font-size: 18px;
  background-color: #fff;
}

.form-horizontal .controls{
  margin-left: 0px;
}

label {
  display: block; 
  font-size: 20px;
  padding-top: 5px;
  font-weight: 500;
}

#retPara{
  font-size: 16px;
  line-height: 24px;
}

input[type="text"]{
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 18px;
}

input:focus{
  background-color: white !important;
  color: #165c82 !important;
}

.title {
  width: 60%;
  margin-top: 10px;
}

#email{
  margin-top: 20px;
  width: 75%;
  margin: auto;
  padding-bottom: 10px;
}

/* Removes capslock validation because 
it was includsed inside the label tag */
#capsLockOn{
  display: none;
}



.lostpassword {
  font-size: 18px !important;
  text-align: center;
  color: black !important;
}

.register{
  font-size: 14px;
  text-align: center;
}

/* Small laptop screen */
@media screen and (max-width: 1200px) {
  #imgLogo{
    width: 40%;
    height: auto;
  }
}


/* Big Tablet */
@media screen and (max-width: 992px) {
  label {
      font-size: 26px;
      padding-top: 15px;
  }

  .new, #confirm, #yeuh {
      width: auto;
  }
}

/* Small Tablet / Mobile */
@media screen and (max-width: 778px) {

  .login_container{
    margin-top: 15%;
    border-radius: 10px;
    font-size: 18px;
    background-color: #fff;
  }

  .new, #confirm, #yeuh {
      width: auto;
  }

  #imgLogo{
    width: 40%;
    height: auto;
  }

  label {
    font-size: 26px;
    padding-top: 15px;
  }

  .title {
    width: 50%;
  }
}

/* Mobile */
@media screen and (max-width: 650px) {

  #retPara{
    line-height: 21px;
  }

  .button {
    margin-bottom: 0px !important;
  }

 #retPara br {
  display: none;
  }

  .login_container{
    margin-top: 22%;
  }

  #imgLogo{
    width: 50%;
    height: auto;
  }

  .main{
    font-size: 20px;
    margin-bottom: 20px;
    content: "Login below" !important;
  }

  /* input fields */
  #unLogin, #pwLogin, #email{
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 18px;
    width: 60%;
  }

  #email{
    width: 100%;
  }

  label {
      font-size: 26px;
      padding-top: 15px;
  }

  .button {
    margin-bottom: 15px;
  }
}






