/***
Login page
***/


/* logo page */

.login {
  background-color: transparent !important;
}









/*.login .content {
  background-color: #fff;
  width: 360px;
  margin: 0 auto;
  margin-bottom: 0px;
  padding: 30px;
  padding-top: 20px;
  padding-bottom: 15px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
}*/

.login .content h3 {
  color: #000;
}

.login .content h4 {
  color: #555;
}

.login .content p {
  color: #222;
}

.login .content .login-form,
.login .content .forget-form {
  padding: 0px;
  margin: 0px;
  position: relative;
  z-index: 2;
}

.login .content .input-icon {
  border-left: 2px solid #44B6AE !important;
}

.login .content .input-icon {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.login .content .input-icon .form-control {
  border-left: 0;
}

.login .content .forget-form {
  display: none;
}

.login .content .register-form {
  display: none;
}

.login .content .form-title {
  font-weight: 300;
  margin-bottom: 25px;
}

.login .content .form-actions {
  background-color: #fff;
  clear: both;
  border: 0px;
  border-bottom: 1px solid #eee;
  padding: 0px 30px 25px 30px;
  margin-left: -30px;
  margin-right: -30px;
}

.login .content .form-actions .checkbox {
  margin-left: 0;
  padding-left: 0;
}

.login .content .forget-form .form-actions {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.login .content .register-form .form-actions {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0px;
}

.login .content .form-actions .checkbox {
  margin-top: 8px;
  display: inline-block;
}

.login .content .form-actions .btn {
  margin-top: 1px;
}

.login .content .create-account {
  border-top: 1px dotted #eee;
  padding-top: 10px;
  margin-top: 15px;
}

.login .content .create-account a {
  display: inline-block;
  margin-top: 5px;
}








/* select2 dropdowns */

.login .content .select2-container {
  border-left: 2px solid #44B6AE !important;
}

.login .content .select2-container .select2-choice {
  border-left: none !important;
}

.login .content .select2-container i {
  display: inline-block;
  position: relative;
  color: #ccc;
  z-index: 1;
  top: 1px;
  margin: 4px 4px 0px -1px;
  width: 16px;
  height: 16px;
  font-size: 16px;
  text-align: center;
}

.login .content .has-error .select2-container i {
  color: #b94a48;
}

.login .content .select2-container a span {
  font-size: 13px;
}

.login .content .select2-container a span img {
  margin-left: 4px;
}








/* footer copyright */

.login .copyright {
  text-align: center;
  margin: 0 auto;
  padding: 10px;
  color: #fff;
  position: absolute;
  z-index: 999;
  bottom: 0;
  width: 100%;
  font-size: 13px;
}

@media (max-width: 480px) {
  /***
  Login page
  ***/
  .login .logo {
    margin-top: 10px;
  }

  .login .content {
    width: 280px;
  }

  .login .content h3 {
    font-size: 22px;
  }

  .login .checkbox {
    font-size: 13px;
  }
}


#login {
  min-height: 640px;
  position: absolute;
  height: 100%;
  width: 100%;
  background: url(../images/studioreskos004.jpg);
  background-size: cover;
  font-family: 'Didact Gothic', sans-serif;
}

.login .logo {
  margin: 15% auto 20px auto;
  padding: 15px;
  text-align: center;
  position: relative;
  z-index: 2;
}


.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.63);
  top: 0;
  z-index: 1;
}


.input-holder {
  text-align: left;
  width: 365px;
  max-width: 365px;
  display: inline-block;
  background: #fff;
  webkit-box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.21);
  box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.21);
}

.input-holder input {
  width: 49.4%;
  display: inline-block;
  border: none;
  padding: 6px 4px 6px 6px;
  font-size: 11px;
  letter-spacing: 1px;
  height: 32px;
}

.input-holder input:focus {
  outline: none;
}

.input-btn {
  display: inline-block;
}

.btn-login {
  background: #d61820;
  color: #fff;
  border-radius: 0;
  height: 32.5px;
  margin-top: -1px;
  font-size: 23px;
  margin-left: 5px;
  line-height: 3px;
  padding: 3px 15px 10px 15px;
}

.btn-login:hover,
.btn-login:visited,
.btn-login:focus,
.btn-send:hover,
.btn-send:visited,
.btn-send:focus,
.btn-back:hover,
.btn-back:visited,
.btn-back:focus {
  color: #fff!important;
}

input::-webkit-input-placeholder {
  font-size: 10px;
  line-height: 3;
}

.alert {
  border-radius: 0;
  width: 50%;
  margin: 8px auto;
  position: absolute;
  left: 25%;
  z-index: 2;
  margin-top: 5%;
}

.login .content .forget-password {
  margin-top: 40px;
  position: relative;
  z-index: 2;
  text-align: center;
}




.login-form-wrapper.ng-enter-prepare,
.reset-form-wrapper.ng-enter-prepare {
  opacity: 0!important;
}


#forget-password {
  color: #fff;
  font-size: 12px;
  cursor: pointer;
  color: #fff;
  font-size: 11px;
  cursor: pointer;
  letter-spacing: 1px;
}

.reset-btns {
  margin: 10px auto;
  text-align: left;
  width: 325px;
}

.btn-send {
  background: #d61820;
  color: #fff;
  border-radius: 0;
  border-color: #333;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  float: right;
}

.btn-back {
  text-align: left;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
  color: #fff;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 0;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
  .logo {
    margin: 0;
  }
}

@media(max-width: 425px) {  
  .login .logo img {
    width: 100px;
  }

  .login .content {
    width: 100%;
  }

  .login .input-holder {
    width: 100%;
  }

  .input-holder {
    background: transparent;
    box-shadow: none;
  }
  .input-holder input {
    width: 75%;
    margin: 10px auto;
    display: block;
  }

  .input-btn {
    display: block;
  }

  .login-btn {
    font-size: 19px;
    display: inline-block!important;
    text-transform: uppercase;
    margin-right: 18px;
  }
}
