/*------------------------------------------------------------------
 
Signin

------------------------------------------------------------------- */
body.login {
  color: #838383;
  font: 14px;
  background: #F6F6F6;
}

.account-left {
  width: 0%;
  float: left;
  /* background: #F6F6F6; */
  height: 700px;
}

/*
.account-left.login {
  background: #F6F6F6 url('/img/login.png') no-repeat center center;
  background-size: 35% auto;
}

.account-left.forgot {
  background: #F6F6F6 url('/img/forgot.png') no-repeat center center;
  background-size: 35% auto;
}
*/

.account-right {
  width: 100%;
  float: right;
  vertical-align: middle;
  text-align: center;
  height: 700px;
}

.account-right .content {
  text-align: left;
  width: 30%;
  display: inline-block;
  padding: 50px 100px;
  background: #fff;
  opacity: 0.95;
}






.account-right h1 {
  color: #16365D;
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 50px; 
  font-family: 'Raleway', sans-serif;
}
.content {
  padding: 16px 28px 23px;
}
.login-fields .field {
  margin-bottom: 1.25em;
}
.login-fields input, .login-fields select {
  font-size: 16px important;
  color: #000;
  padding: 12px 0px;
  background-color: #fff;
  display: block;
  margin: 0;
  border: 0 !important;
  border-bottom: 1px solid #aaa !important;
  border-radius: 0;
  box-shadow: none !important;
  width: 100% !important;
}
.login-fields input:active {
  border-bottom: 1px solid #333 !important;
}
.login-actions {
  float: left;
  width: 100%;
  margin-top: -1em;
  margin-bottom: 1.25em;
}
.login-social {
  float: left;
  padding: 10px 0 15px;
  border: 1px dotted #CCC;
  border-right: none;
  border-left: none;
}
.login-social p {
  margin-bottom: 1em;
}
.login-extra {
  text-align: left;
  line-height: 20px;
  color: #fff;
  padding: 15px 0px;
  font-weight: 400;
}
span.login-checkbox {
  float: left;
  margin-top: 31px;
}
span.login-checkbox  > input[type='checkbox'] {
  opacity: 0;
  float: left;
  width: 15px;
}
/** Buttons **/
.twitter,
.fb {
  position: relative;
  height: 32px;
  width: 157px;
  display: inline-block;
  background: url(../img/twitter_btn.png) no-repeat;
}
.twitter:active,
.fb:active {
  top: 1px;
}
.twitter:hover,
.fb:hover {
  background-position: 0 -32px;
}
.twitter a,
.fb a {
  padding: 5px 0 0 35px;
  text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.3);
  color: #fff;
  font-weight: bold;
  font-size: 11px;
  height: 32px;
  display: block;
}
.twitter a:hover,
.fb a:hover {
  color: #FFF;
  text-decoration: none;
}
.fb {
  width: 162px;
  background: url(../img/fb_btn.png) no-repeat;
}
.fb a {
  padding: 5px 0 0 31px;
}
.button {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  float: right;
  margin-top: 18px;
}
.register .login-social {
  margin-bottom: 1em;
}
.register .login-actions {
  margin-bottom: 0;
}
.register .login-fields input {
  width: 299px;
  padding-left: 6px;
}
.register h1 {
  color: #444;
}
.register span.login-checkbox {
  position: relative;
  top: -6px;
  width: 200px;
}


.login-fields .field label {
  font-size: 20px !important;
  font-weight: 500 !important;
  cursor: default !important;
  text-shadow: none;
}

@media only screen and (max-width: 1200px) {
  .account-right .content {
    width: 50%;
  }
}


@media only screen and (max-width: 768px) {
  .account-left {
    display: none;
  }
  .account-right {
    width: 100%;
  }
  .account-right .content {
    display: block;
    width: 90%;
    padding: 20px;
  }
  .login-extra {
    padding: 20px;
  }
}
