/***
Login page
***/
/* logo page */

body{
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #060e1b;
}

canvas { position: absolute; top: 0; left: 0; }


/*#particles {*/
  /*position: absolute;*/
  /*top: 0;*/
  /*z-index: -1;*/
  /*width: 100%;*/
  /*height: 100%;*/
  /*display: block;*/
  /*!*background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgb(143, 148, 158)), to(rgb(149, 158, 165)));*!*/
  /*!*background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgb(202, 201, 193)), to(rgb(136, 135, 137)));*!*/
  /*!*background-color: #000000;*!*/
  /*background:url(/theme/assets/admin/pages/img/login_bg.jpg) no-repeat center;*/
  /*background-size: cover;*/
/*}*/

.login{
  position: absolute;
  width: 300px;
  height: auto;
  background: #eee;
  top: 40%;
  left: 50%;
  margin: -110px 0 0 -150px;
  padding: 20px;
  border-radius: 4px!important;
  -webkit-border-radius: 4px!important;
  -moz-border-radius: 4px!important;
  z-index: 100;
  opacity: .9;
}

.login .login-form{
  width: 100%;
  height: 100%;
}

.login-form h3 {
  color: #000;
}

.login-form h4 {
  color: #555;
}

.login-form p {
  color: #222;
}

.login-form .input-icon {
  border-left: 2px solid #35aa47 !important;
}

.login-form .input-icon .form-control {
  border-left: 0;
}

.login-form .forget-form {
  display: none;
}

.login-form .register-form {
  display: none;
}

.login-form .form-title {
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 0px;
  text-align: center;
}

.login-form .form-actions {
  /*background-color: #fff;*/
  /*clear: both;*/
  /*border: 0px;*/
  /*border-bottom: 1px solid #eee;*/
  padding: 0px 30px 45px 30px;
  margin-left: -30px;
  margin-right: -30px;
}

.login-form .form-actions .checkbox {
  margin-left: 0;
  padding-left: 0;
}

.login-form .forget-form .form-actions {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.login-form .register-form .form-actions {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0px;
}

.login-form .form-actions .checkbox {
  margin-top: 8px;
  display: inline-block;
}

.login-form .form-actions .btn {
  margin-top: 1px;
}

.login-form .forget-password {
  margin-top: 25px;
}

.login-form .create-account {
  border-top: 1px dotted #eee;
  padding-top: 10px;
  margin-top: 15px;
}

.login-form .create-account a {
  display: inline-block;
  margin-top: 5px;
}

/* select2 dropdowns */
.login-form .select2-container {
  border-left: 2px solid #35aa47 !important;
}

.login-form .select2-container .select2-choice {
  border-left: none !important;
}

.login-form .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-form .has-error .select2-container i {
  color: #b94a48;
}

.login-form .select2-container a span {
  font-size: 13px;
}

.login-form .select2-container a span img {
  margin-left: 4px;
}

@media (max-width: 480px) {
  .login-form {
    width: 280px;
  }

  .login-form h3 {
    font-size: 22px;
  }

  .login-form .checkbox {
    font-size: 13px;
  }
}
