/******************************************************************

Stylesheet: Login Stylesheet

******************************************************************/


.login{
  border-top: 8px solid #30B5B5;
  background: #fff;
}


.login h1 a {
  background: url(../images/ibd-dashboard-logo.png) no-repeat top center;
  width: 324px;
  height: 75px;
  text-indent: 0;
  overflow: none;
  padding-bottom: 15px;
  padding: 0;
  margin: 0;
  text-indent: -9999px;
}


.login form {
  background: #30B5B5;


  margin-left: 8px;
  padding: 26px 24px 46px;
  font-weight: normal;
  border: 1px solid #E5E5E5;
  border-radius: 3px;
  box-shadow: none; 
}

.login form label{
  color: #fff;
}

body form .input {
  font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",sans-serif;
  font-weight: 200;
  font-size: 24px;
  width: 97%;
  padding: 3px;
  margin-top: 2px;
  margin-right: 6px;
  margin-bottom: 16px;
  border: 1px solid #E5E5E5;
  background: #FBFBFB;
  outline: none;
  box-shadow: inset 1px 1px 2px rgba(200, 200, 200, 0.2); }


@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .login h1 a {
    background: url(../images/ibd-dashboard-logo.png) no-repeat top center;
    background-size: 243px 55px;
    background-position: center center;
  } 
}
