/***
Login page
***/
/* bg color */

.login .logo {
  margin: 0 auto;
  margin-top: 60px;
  padding: 15px;
  text-align: center;
}

.login .content {
  border: 1px solid #f85050;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  width: 400px;
  margin: 40px auto 10px auto;
  padding: 30px;
  padding-top: 10px;
  overflow: hidden;
  position: relative;
}

.login .content h3 {
  color: #000;
  text-align: center;
  font-size: 28px;
  font-weight: 400 !important;
}

.login .content h4 {
  color: #555;
}

.login .content .hint {
  color: #000;
  padding: 0;
  margin: 15px 0 7px 0;
}

.login .content .login-form,
.login .content .forget-form {
  padding: 0px;
  margin: 0px;
}

.login .content .form-control {
  border: none;
  background-color: #fff;
  height: 43px;
  color: #000;
  border: 1px solid #c3c3c3;
}
.login .content .form-control:focus, .login .content .form-control:active {
  border: 1px solid #c3ccda;
}
.login .content .form-control::-moz-placeholder {
  /* color: #8290a3; */
  color:#999;
  opacity: 1;
}
.login .content .form-control:-ms-input-placeholder {
  color: #999;
}
.login .content .form-control::-webkit-input-placeholder {
  color: #999;
}

.login .content select.form-control {
  padding-left: 9px;
  padding-right: 9px;
}

.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 {
  clear: both;
  border: 0px;
  border-bottom: 1px solid #eee;
  padding: 0px 30px 25px 30px;
  margin-left: -30px;
  margin-right: -30px;
}

.login-options {
  margin-bottom: 30px;
  overflow: hidden;
}

.login-options h4 {
  float: left;
  font-weight: 600;
  font-size: 15px;
  color: #7d91aa !important;
}

.login-options .social-icons {
  float: right;
  padding-top: 3px;
}

.login-options .social-icons li a {
  border-radius: 15px 15px 15px 15px !important;
  -moz-border-radius: 15px 15px 15px 15px !important;
  -webkit-border-radius: 15px 15px 15px 15px !important;
}

.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 .btn {
  margin-top: 1px;
}

.login .content .form-actions .btn-success {
  font-weight: 600;
  padding: 10px 20px !important;
}

.login .content .form-actions .btn-default {
  font-weight: 600;
  padding: 10px 25px !important;
  color: #6c7a8d;
  background-color: #ededed;
  border: none;
}

.login .content .form-actions .btn-default:hover {
  background-color: #ededed;
  color: #000;
}

.login .content .forget-password {
  font-size: 14px;
  float: right;
  display: inline-block;
}

.login .content .check {
  color: #8290a3;
}

.login .content .rememberme {
  margin-bottom:  10px;
}

.login .content .create-account {
  margin: 0 -40px -40px -40px;
  padding: 10px 0 17px 0;
  text-align: center;
  background-color: #f85050;
  -webkit-border-radius: 0 0 7px 7px;
  -moz-border-radius: 0 0 7px 7px;
  -ms-border-radius: 0 0 7px 7px;
  -o-border-radius: 0 0 7px 7px;
  border-radius: 0 0 7px 7px;
}

.login .content .create-account p a {
  font-weight: 600;
  font-size: 14px;
  color: #fff;
}

.login .content .create-account a {
  display: inline-block;
}


/* footer copyright */
.login .copyright {
  text-align: center;
  margin: 0 auto 30px 0;
  padding: 10px;
  color: #7a8ca5;
  font-size: 13px;
}


.btn-si {
    background-position: 1em;
    background-repeat: no-repeat;
    background-size: 2em;
    border-radius: 3px !important;
    border: none;
    color: white;
    cursor: pointer;
    font-size: 1em;
    height: 35px;
    line-height: 1em;
    padding: 0 2em 0 4em;
    text-decoration: none !important;
    transition: all 0.5s;
}

.btn-si-a {
    padding: 10px 15px 0px 65px !important;
    display: block;
    font-weight: bold;
    font-size:14px;
}
.btn-ss
{
    display: inline;
    padding: 10px 20px !important;
    background-position: 6px;
}

.smaller .btn-si-a {
    padding-left: 40px !important;
    font-size: 12px;
}

.btn-google {
    background-color: #dd4b39;
    background-image: url("/theme_v361/images/google.svg");
}

.btn-google:hover {
    background-color: #e47365;
    color:#fff;
}

.btn-google:active {
    background-color: #c23321;
}

.btn-facebook {
    background-color: #3b5998;
    background-image: url("/theme_v361/images/facebook.svg");
}

.btn-facebook:hover {
    background-color: #4c70ba;
    color:#fff;
}

.btn-facebook:active {
    background-color: #2d4373;
}

.btn-twitter {
    background-color: #00aced;
    background-image: url("/theme_v361/images/twitter.svg");
}

.btn-twitter:hover {
    background-color: #21c2ff;
    color:#fff;
}

.btn-twitter:active {
    background-color: #0087ba;
}

.btn-microsoft {
    background-color: #e3b30d;
    background-image: url("/theme_v361/images/microsoft.svg");
}

.btn-microsoft:hover {
    background-color: #f3c730;
    color:#fff;
}

.btn-microsoft:active {
    background-color: #b38d0a;
}

.btn-linkedin {
    background-color: #0b5ea3;
    background-image: url("/theme_v361/images/linkedin.svg");
}

.btn-linkedin:hover {
    background-color: #0e7ad3;
    color:#fff;
}

.btn-linkedin:active {
    background-color: #084273;
}

.has-error .form-control {
    border-color: #dca7b0 !important;
    background-color: #FEE9EA !important;
}


@media (max-width: 440px) {
  /***
  Login page
  ***/
  .login .logo {
    margin-top: 10px;
  }

  .login .content {
    width: 280px;
    margin-top: 10px;
  }

  .login .content h3 {
    font-size: 22px;
  }

  .forget-password {
    display: inline-block;
    margin-top: 20px;
  }

  .login-options .social-icons {
    float: left;
    padding-top: 3px;
  }

  .login .checkbox {
    font-size: 13px;
  }
}
