/**************************************************************************
*                         @TheDiegaso                             #UxGMD  *
***************************************************************************/

html,
body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

body {
  margin: 0px;
  padding: 0px;
  background: #fff;
  color: #555 !important;
  /* min-width: 1024px; */
  /* overflow-y: hidden; */
  overflow-x: auto;
  font-family: Arial !important;
}

/*******************************
*    Login    *
*******************************/
.wrap-login {
  display: block;
  min-height: 100%;
  text-align: center;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9fdff+0,ecf3f9+100 */
  background: #f9fdff; /* Old browsers */
  background: -moz-linear-gradient(top, #f9fdff 0%, #ecf3f9 100%); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #f9fdff),
    color-stop(100%, #ecf3f9)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    #f9fdff 0%,
    #ecf3f9 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    #f9fdff 0%,
    #ecf3f9 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f9fdff 0%, #ecf3f9 100%); /* IE10+ */
  background: linear-gradient(to bottom, #f9fdff 0%, #ecf3f9 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9fdff', endColorstr='#ecf3f9',GradientType=0 ); /* IE6-9 */
}

.wrap-login .box-login {
  /* width: 660px; */
  margin: 0px auto;
  padding: 70px 0px 0px 0px;
}

.box-login .logo-login {
  width: 220px;
  height: 56px;
  margin: 0px auto 50px auto;
  background: url("../images/logo_login_internal.png") top center no-repeat;
}

.box-login .welcome {
  font-size: 40px;
  line-height: 40px;
  font-weight: normal;
  color: #222;
  padding: 0px 0px 30px 0px;
}

.box-login .name-app {
  font-size: 24px;
  line-height: 24px;
  color: #498ead;
}

.box-login .box-form {
  display: table;
  width: 100%;
  margin: 40px 0px 0px 0px;
}

.label-01 {
  display: block;
  font-size: 24px;
  line-height: 29px;
  color: #656565;
  padding: 0px 30px 15px 0px;
}

.label-02 {
  display: block;
  color: #a3a5a4;
  font-size: 13px;
  padding: 0px 30px 20px 0px;
}

.label-03 {
  display: block;
  color: #2e87c9;
  font-size: 13px;
  padding: 0px 30px 15px 0px;
}

.label-04 {
  display: block;
  font-size: 15px;
  color: #2e87c9;
  padding: 0px 0px 10px 0px;
}

.label-05 {
  display: block;
  color: #a3a5a4;
  font-size: 13px;
  padding: 0px 0px 15px 0px;
}

.label-06 {
  display: block;
  font-size: 15px;
  color: #01cc60;
  padding: 0px 0px 10px 0px;
}

.label-07 {
  display: block;
  color: #a3a5a4;
  font-size: 13px;
  padding: 0px 0px 15px 0px;
}

.left {
  text-align: left;
}
.box-login .box-form-login {
  background: white;
  width: 280px;
  min-height: 270px;
  margin: 30px auto 0px auto;
  border-radius: 6px;
  /*border: 1px solid #edeef2;*/
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12),
    0 3px 1px -2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.box-login .header-login {
  border-bottom: 1px solid #eaebed;
  padding: 20px 0px 5px 0px;
}

.box-login .form-login {
  display: block;
  margin: 20px 10px 10px 10px;
}

.box-login .iniciar {
  display: block;
  padding: 15px 0px 0px 0px;
}

.btn-iniciar {
  display: block;
  width: 100%;
  text-align: center;
  height: 35px;
  line-height: 35px;
  font-size: 13px;
  background: #2e86c9;
  border: 1px solid #1e72b2;
  color: white;
  border-radius: 3px;
  margin-bottom: 20px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12),
    0 3px 1px -2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.btn-iniciar:hover {
  background: #226da7;
  text-decoration: none;
  color: white;
}

.btn-iniciar:hover:focus {
  color: white;
}

.btn-iniciar:focus {
  background: #2e86c9;
  color: white !important;
}

input[type="text"],
input[type="password"] {
  background-color: transparent;
  border: 1px solid #9e9e9e;
  border-radius: 5px;
  outline: none;
  height: 25px;
  font-weight: normal;
  color: #5e5e5e;
  margin: 0 0 15px 0;
  padding: 0;
  box-shadow: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  transition: all 0.3s;
  width: 60%;
  display: block;
  font-size: 12px;
  width: 160px;
}

.input-field-label {
  text-align: left;
}

.input-field-label label {
  top: 0.8rem;

  left: 0.75rem;

  font-size: 13px;

  font-weight: normal;

  color: #5e5e5e;

  cursor: text;

  -webkit-transition: 0.2s ease-out;

  -moz-transition: 0.2s ease-out;

  -o-transition: 0.2s ease-out;

  -ms-transition: 0.2s ease-out;

  transition: 0.2s ease-out;

  margin: 0;

  padding: 0;

  display: block;

  padding-top: 0.1em;

  padding-right: 0.25em;

  width: 30%;

  text-align: right;

  float: left;
}

.label-error {
  display: block;
  font-size: 15px;
  color: red;
  padding: 0px 0px 10px 0px;
}

input:active,
input:focus,
input:hover,
textarea:active,
textarea:focus,
textarea:hover {
  background-color: lightyellow;
}

.modal {
  display: none;
  position: fixed;
  z-index: 11;
  top: 0;
  width: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
}

@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}