/* Cubic Bezier Transition */
/***
Login page
***/
/* logo page */


/*ESTILOS DE LOGIN*/

/*** ALERT DANGER ***/
.login #system-message-container .alert-notice {
  background-color: #fbe1e3;
  border-color: #fbe1e3;
  color: #e73d4a;
}

.login #system-message-container .alert-notice h4,
.login #system-message-container .alert-message h4 {
  font-weight: 800;
}

#system-message {
  background-color: #e0ebf9;
  border-color: #e0ebf9;
  color: #327ad5;
}

/*** ALERT INFO (DEFAULT)***/
/*.login #system-message-container .alert-message {
  background-color: #e0ebf9;
  border-color: #e0ebf9;
  color: #327ad5;
}*/

/***************************/
a:hover{
  text-decoration: none !important; 
}

.login {
  background-color: rgba(37, 48, 109, 0.8) !important; }

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

.login .content {
  background-color: rgba(37, 48, 109, 0.8);
  width: 360px;
  margin: 0 auto;
  margin-bottom: 0px;
  padding: 30px 40px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px; }

.login .content h3 {
  color: #eee; }

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

.login .content p,
.login .content label {
  color: #fff; }

.login .mt-checkbox > span:after {
  border-color: #eee; }

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

.login .content .form-control {
  background: none; color: #fff; }

.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-login {
  background-color: transparent;
  clear: both;
  border: 0px;
  padding: 0px 30px 0 30px;
  margin-left: -30px;
  margin-right: -30px;
  text-align: center; }

  .login .content .form-reset {
    background-color: transparent;
    clear: both;
    border: 0px;
    padding: 0px 30px 0 30px; }

.confirm .mw-title_msg{
  color: #eee;
  margin-bottom: 20px;
}

.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 .rememberme {
  margin-top: 8px;
  display: inline-block; }

.login .content .form-actions .btn {
  margin-top: 1px;
  border-radius: 50px !important;
  border-color: #f0a044;
  background-color: #f0a044;
  color: #fff;
  margin-bottom: 20px;}

.login .content .form-actions .btn:hover {
  background-color: #16416e;
  border-color: #16416e;}

.login .content .forget-password {
  border-top: 2px solid #fff;
  text-align: center; }

.login .content .create-account {
  text-align: center; }

.login .content .create-account p,
.login .content .create-account a {
  display: inline-block;
  margin-top: 5px;
  font-size: 9px;
  color: #fff;
  text-transform: uppercase; }

/* select2 dropdowns */
.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: #eee;
  font-size: 13px; }

.login-form .form-control,
.forget-form .form-control{
  height: 55px;
  border: 2px solid #fff;
  font-size: 18px;
  text-align: center;
  color: #fff !important;
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  border-radius: 50px !important;
}

.forget-form .form-control {
  color: #fff;
}

.login-form .input-icon > i {
  font-size: 20px;
  margin: 20px 2px 4px 26px;
  color: #fff;
}


.forget-form .input-icon > i {
  font-size: 20px;
  margin: 20px 2px 4px 26px;
  color: #fff;
}

.login-form .input-icon > i:after {
  background-color: #fff;
  content: "";
  height: 32px;
  left: 32px;
  position: absolute;
  top: -8px;
  width: 1px;
}

.login-form .btn {
  width: 120px;
  color: #fff;
  font-size: 20px;
  font-weight: lighter;
  padding: 0 !important;
  background-color: #f0a044;
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  border-radius: 50px !important;
}

p.terms {
  font-size: 12px;
  color: #fff;
  text-align: center !important;
  margin: 15px 0 45px;
}

#forget-password {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

.forget-password p {
  margin: 15px 0 0;
}

.copyright img {
  margin: 20px 10px;
}

@media (max-width: 480px) {
  /***
  Login page
  ***/
  .login .logo {
    margin-top: 10px; }
  .login .content {
    padding: 30px;
    width: 300px; }
  .login .content h3 {
    font-size: 22px; }
  .login .checkbox {
    font-size: 13px; } }

.mw-page-login .wm-centerlogin { color: #fff; text-align: center !important; }

.mw-page-login .wm-centerlogin h3.mw-tcnd { text-align: center; text-transform: none; font-size: 16px; }

.mw-page-login .wm-centerlogin a.wsn-display-job,
.mw-page-login .wm-centerlogin a.wsn-display-refamigo { text-align: center; color: #f4b771; }

.mw-page-login .wm-centerlogin a.wsn-display-job:hover,
.mw-page-login .wm-centerlogin a.wsn-display-refamigo:hover {color: #f0a044;}

.CopyRightCND { margin-top: 30px; }
p.terms a.terminos_condiciones { color: #f4b771; }
p.terms a.terminos_condiciones:hover { color: #f0a044; }

.checkBoxList_Interes, .checkBoxList_Localidad { list-style: none !important; }

.btn-orange-full, .buttons-excel {
    background: #fba638;
    border-color: #fba638;
    color: #fff;
    text-transform: capitalize;
    border-radius: 16px !important;
    /*margin-bottom: 20px;*/
}

.btn-orange-full:hover,
.btn-orange-full:focus {
    background: #16416e;
    border-color: #16416e;
    color: #fff;
}

.btn-bluecnd-full {
    background: #16416e;
    border-color: #16416e;
    padding: 3px 18px;
    color: #fff;
    border-radius: 15px !important;
    text-transform: capitalize;
}

.btn-bluecnd-full:hover {
    background: #fba638;
    border-color: #fba638;
    color: #fff;
}