.btn {
  outline: 0 !important;
  box-shadow: none !important;
  border-radius: 1px;
}

  .btn.default:not(.btn-outline) {
    color: #666;
  }

.clearfix {
  *zoom: 1;
}

  .clearfix:before,
  .clearfix:after {
    display: table;
    content: "";
    line-height: 0;
  }

  .clearfix:after {
    clear: both;
  }

.login {
  padding: 20px 0;
}

.login_page-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background: url("../images/Login-bg.jpg") no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  z-index: -1;
}

.login .logo,
.login .footer {
  margin: 0 auto;
  text-align: center;
}

.login .logo {
  padding: 10px 15px;
  font-size: 20px;
  background: #FFF;
  margin-bottom: 10px;
}

  .login .logo a {
    display: inline-block;
    line-height: 0;
    vertical-align: middle;
  }

.login .box {
  width: 42.3%;
  margin: 0 auto;
}

  .login .box .formcontent {
    padding: 16px 25px;
    background: #FFF;
  }

  .login .box form {
    padding: 0;
    margin: 0;
  }

  .login .box .form-title {
    font-size: 22px;
    color: #2D2D2D;
    margin-bottom: 15px;
    margin-top: 0px;
    font-weight: 500;
  }

  .login .box .form-group {
    padding: 0;
    margin: 0 -8px 15px;
  }

  .login .box .col-sm-6, .login .box .col-sm-12 {
    padding: 0 8px;
  }

.login-form .form-control {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  padding: 8px;
}

.login .box .form-actions {
  background-color: #fff;
  border-top: none;
  padding: 10px 0;
  margin: 0;
}

.login-submit {
  display: inline-block;
  padding: 10px 25px;
  font-size: 15px !important;
  border: none;
  background: #71C04D;
  color: #FFF;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  outline: none;
}

  .login-submit:hover {
    background: #63AD37;
  }

.SignIn-link {
  display: inline-block;
  float: right;
  color: #757575;
  font-size: 14px;
  margin-top: 10px;
}

  .SignIn-link a {
    font-weight: 500;
    color: #41b1ff;
  }

    .SignIn-link a:hover {
      color: #222;
    }

.signup-other {
  margin-top: 10px;
  background: #FFF;
  padding: 10px 15px;
  text-align: center;
}

  .signup-other h2 {
    margin: 0;
    font-size: 15px;
    font-family: -webkit-body;
    font-weight: 500;
    padding-bottom: 5px;
    color: #747474;
  }

  .signup-other a {
    display: inline-block;
    color: #757575;
    padding: 0;
    font-size: 14px;
    padding: 8px 15px 8px 38px;
    text-align: center;
    transition: 0.3s background-color ease-in-out;
    -webkit-transition: 0.3s background-color ease-in-out;
    -moz-transition: 0.3s background-color ease-in-out;
    -o-transition: 0.3s background-color ease-in-out;
    border-radius: 2em;
  }

    .signup-other a.signup-fb {
      background: #3D99D4 url("../images/facebook.png") no-repeat 14px center;
      border-radius: 1px;
    }

      .signup-other a.signup-fb:hover {
        background-color: #1D96E4;
      }

    .signup-other a.signup-google {
      background: #ffffff url("../images/google.png") no-repeat 2px center;
      background-size: contain;
      border: 1px solid #e4e4e4;
    }

      .signup-other a.signup-google:hover {
        color: #1D96E4;
      }

.wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 auto;
  width: 60%;
  max-height: 524px;
  overflow: hidden;
}

.SignIn .box {
  float: left;
  width: 60%;
  position: relative;
  background: #FFF;
}

.loginbox-right {
  float: left;
  width: 40%;
  background: rgba(0, 0, 0, 0.7);
}

.SignIn .logo {
  text-align: left;
  padding: 15px 30px;
  margin-bottom: 0;
}

.signin-checkbox {
  padding: 3px 0;
}

.Register-link {
  float: none;
  display: block;
  padding: 0% 0;
}

.SignIn .signup-other {
  margin-top: 0;
  padding: 8px;
  background: #71C04D;
  position: absolute;
  width: 100%;
  bottom: 0;
}

  .SignIn .signup-other h2 {
    display: inline-block;
    color: #FFF;
    font-weight: normal;
    padding-bottom: 0;
    margin-right: 10px;
    vertical-align: middle;
  }

  .SignIn .signup-other a {
    padding: 5px 12px 5px 35px;
  }

  .SignIn .signup-other input[type="image"] {
    border-radius: 2em;
    padding: 0;
    margin: 0;
    width: 30px;
    vertical-align: middle;
  }

.loginbox-right ul {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.loginbox-right li {
  font-size: 18px;
  color: #FFF;
  letter-spacing: 1px;
  min-height: 175px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.login-form .control-label {
  color: #A8A8A8;
  padding-top: 0;
  font-size: 12px;
  display: block;
  text-align: left;
  padding-bottom: 5px;
}

.SignIn .control-label {
  font-size: 14px;
}

.loginbox-right li span {
  width: 42px;
  height: 42px;
  display: block;
  margin: 0 auto;
  background: url("../images/SpriteImg.png") no-repeat;
  margin-bottom: 10px;
}

  .loginbox-right li span.icon1 {
    background-position: 0px -267px;
  }

  .loginbox-right li span.icon2 {
    background-position: 1px -328px;
  }

  .loginbox-right li span.icon3 {
    width: 70px;
    background-position: -62px -284px;
  }

.login-footer {
  background: rgba(0, 0, 0, 0.4);
}

.SignIn {
  margin-top: 50px;
}

.ForgotPass p {
  line-height: 1.6em;
}

.forgot-pass {
  display: inline-block;
  float: right;
  margin-top: 8px;
}

  .forgot-pass a {
    color: #41b1ff;
  }

    .forgot-pass a:hover {
      color: #222;
    }

.errormsg {
  color: #f74f4f;
  font-size: 12px;
  display: block;
  line-height: 22px;
}

.form-group span#lblSuccessMsg {
  text-align: center;
  display: block;
}

.RequiredField {
  color: red;
  font-family: monospace;
}

@media only screen and (max-width:960px) {
  .wrapper {
    width: 90%;
  }

  .login .box {
    width: 80%;
  }

  /*Added by hari 25-7-2016*/
  .loginbox-right {
    display: none;
  }
}

@media only screen and (max-width:767px) {
  .login .box .col-sm-6, .login .box .col-sm-12 {
    padding-bottom: 10px;
  }

  .login .box .form-group {
    margin: 0 -8px 0px;
  }
}

@media only screen and (max-width:640px) {
  .wrapper {
    width: 95%;
  }

  .loginbox-right li {
    font-size: 14px;
  }

  .SignIn {
    margin-top: 0px;
  }

  .login .box {
    width: 95%;
  }
}

@media only screen and (max-width: 470px) {
  .SignIn .box, .loginbox-right {
    float: none;
    width: 100%;
  }

  .loginbox-right {
    display: none;
  }

  .login .box .formcontent {
    padding: 10px;
    padding-bottom: 60px;
  }
}

.login-button {
  float: left;
}

.microsoft-login-button {
  float: right;
}

.login-microsoft {
  padding: 2px 8px 2px 2px;
}

  .login-microsoft img {
    float: left;
  }

  .login-microsoft label {
    margin-top: 9px;
    padding-left: 5px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
  }

  .login-microsoft:hover {
    background: #e1e5ec;
  }
