﻿.Responsive div.Feedback_Message_Wrapper {
    margin-top: 35px;
}

/*  login 
 ****************************************/

body {
  margin: 0;
  min-width: 320px;
  padding: 0 10px;
  background: #fff;
}

.login-wrapper {
    background-position: bottom;
    padding: 0px 20px 20px;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    position: absolute;
    background-image: url(/Pyxis_UI/img/login_background.jpg?29144);
    background-size: cover;
    backgrond-repeat: no-repeat;
}
.login-wrapper .login-form {
  font-size: 20px;
  min-width: 280px;
  max-width: 500px;
  margin: 150px auto 0;
  padding: 20px;
  border-radius: 6px;
  background: rgba(40, 40, 40, 0.7) none repeat scroll 0 0;
  color:white;
  *border-bottom: 1px solid #333;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
  overflow: auto;
}
.login-wrapper .login-form .logo {
  padding: 10px 0 10px ;
  text-align: center;
  height: 80px;
}
.login-wrapper .login-form .logo img {
  max-height: 80px;
}
.login-wrapper .login-form .application-title {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 22px;
  padding: 0 0 30px;
  letter-spacing: -1px;
}
.row1 {
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
  clear: none;
  line-height: 40px;
}
.login-wrapper .login-form .row1 {
  padding: 10px 0;
  width: 49%;
  display: inline-block;
  clear: none;

}

.login-wrapper .login-form .row1.left {
    float: left;
    float: none\9;
    *float: left;
}

.login-wrapper .login-form .row1.right {
    float: right;
}


.login-wrapper .login-form .welcome-message {
  padding-bottom: 20px;
  font-size: 17px;
  display: block;
  text-align: center;
}
.login-wrapper .login-form .login-message {
  font-size: 14px;
  display: block;
  text-align: center;
  color: #fff;
}
.login-wrapper .login-form .label {
  display: block;
  font-size: 14px;
  padding-bottom: 10px;
}
.login-wrapper .login-form .label-assistive {
  display: inline-block;
  font-size: 14px;
}
.login-wrapper .login-form input {
  width: 90%;
  font-size: 16px;
  padding: 6px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 5px 25px rgba(0, 0, 0, 0.05);
  background: rgba(255, 255, 255, 0.5);
  font-weight: bold;
}
.login-wrapper .login-form input.checkbox {
  width: auto !important;
  padding: 0;
}
.login-wrapper .login-form .login-buttons input {
  color: #fff;
  background: url(/Pyxis_UI/img/loginbutton_background.png?29144) center top;
  background: -webkit-linear-gradient(top, #5b5b5b 0%, #474747 100%);
  background: -moz-linear-gradient(top, #5b5b5b 0%, #474747 100%);
  background: linear-gradient(top, #5b5b5b 0%, #474747 100%);
  /* Chrome10+,Safari5.1+ */

  border-bottom: 3px solid #333;
  border: none\9;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.9);
  font-weight: normal;
  text-transform: uppercase;
  font-size: 14px;
  width: 96%;
  font-weight: bold\9;
  height: 33px\9;
}
.login-wrapper .login-form .InputMandatorySymbol {
 /* font-size: 24px;
  color: #000;
  font-weight: bold;
  margin: 0 3px;*/
  display: none;
}

@media only screen and (orientation: portrait) {
  body {
    background-size: auto 100%;
  }
}

@media only screen and (max-width : 360px) {
  .login-wrapper .login-form {
      margin: 20px auto 0;
      font-size: 16px;
      padding: 10px;
      
  }
  
  .login-wrapper .login-form .logo {
      height: 60px;
  }
  
  
  
  .login-wrapper .login-form .row1,
  .login-wrapper .login-form .row1.left,
  .login-wrapper .login-form .row1.right {
    width: 100%;
    display: block;
    float: none;
    padding: 5px 0;
  }
  
  .login-wrapper .login-form input {
      width: 95%;
  }
  
  .login-wrapper .login-form .login-buttons input {
      width: 100%;
  }
}

@media only screen and (max-height : 800px) {
   .login-wrapper .login-form {
     margin: 60px auto 0;
  }
}