html, body {
  background-color: #EEE;
  font-family: sans-serif !important;
  font-size: 14px;
  background: url(../imagenes/logo_shadow.png) rgb(241, 249, 184) no-repeat 10% 30%;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
}

.login-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 500px;
  min-height: 400px;
  width: 60%;
  min-width: 400px;
  max-width: 900px;
  margin: 10rem;
  border-radius: 3px;
  -moz-box-shadow: 1px 1px 50px 0px #656565;
  -webkit-box-shadow: 1px 1px 50px 0px #656565;
  -o-box-shadow: 1px 1px 50px 0px #656565;
  box-shadow: 1px 1px 50px 0px #656565;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=134, Strength=50);
}
.login-wrapper section {
  width: 50%;
  padding: 5%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.login-wrapper section.login-form {
  height: 100%;
  order: 1;
  width: 55%;
  background-color: rgb(236, 250, 255);
  border-right: 4px solid #EDBD06;
}
.login-wrapper section.login-form .user-avatar {
  height: 100px;
  margin-bottom: 10%;
  text-align: center;
}
.login-wrapper section.login-form .user-avatar .avatar {
  width: 64px;
  height: 64px;
  border-radius: 5%;
  margin-bottom: 10px;
}
.login-wrapper section.login-form .user-avatar p.avatar-help {
  font-size: 1.6em;
}
.login-wrapper section.login-form .user-avatar p.no-avatar {
  line-height: 100px;
  display: none;
}
.login-wrapper section.login-form .login-field {
  position: relative;
  width: 100%;
}
.login-wrapper section.login-form .login-field .user-login, .login-wrapper section.login-form .login-field .user-password {
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  margin: 5px auto;
  border: 1px solid #EEE;
  border-bottom: 1px solid #CCC;
  padding: 5px 5px 5px 30px;
  box-sizing: border-box;
}
.login-wrapper section.login-form .login-field .user-login + .glyphicon, .login-wrapper section.login-form .login-field .user-password + .glyphicon {
  position: absolute;
  top: 22px;
  left: 10px;
  color: #CCC;
  transition: color 0.3s ease-out;
}
.login-wrapper section.login-form .login-field .user-login:focus + .glyphicon, .login-wrapper section.login-form .login-field .user-password:focus + .glyphicon {
  color: #1E6FB2;
}
.login-wrapper section.login-form input[type=submit] {
  background-color: #3eacff;
  color: rgb(253 253 253);
  font-weight: bold;
  border: 0;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  margin: 5px auto;
  padding: 5px 20px;
  font-size: 1em;
  transition: background 0.3s ease-out;
}
.login-wrapper section.login-form input[type=submit]:disabled {
  background-color: #CCC;
}
.login-wrapper section.login-form input[type=submit]:active {
  color: #000;
  background-color: #ffe57d;
  transition: none;
  border-bottom-color: darkgoldenrod;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.login-wrapper section.login-form .forget-passsword {
  margin-top: 10%;
}

.login-wrapper section.login-info {
  height: 60%;
  order: 2;
  background-color: #ffd453;
  color: #FFF;
  justify-content: space-between;
}
.login-wrapper section.login-info .client-logo {
    width: 205px;
    height: 277px;
    background: url(../imagenes/junta.png);    
    margin-bottom: -20px;
}
.login-wrapper section.application-info {
  height: 40%;
  order: 3;
  justify-content: flex-end;
  background-color: #ffd453;
  color: #555;
}
.login-wrapper section.application-info .application-logo {
  text-align: center;
}
.login-wrapper section.application-info .copyright {
  text-align: center;
  font-size: 0.8em;
  margin-top: 5%;
  color: #1f326e;
}

#titulo_info {
    font-weight: bold;
    text-align: center;
    font-size: 16px;
	color:#04ac6c;
}

#simplemodal-overlay {background-color:#000000;}
#simplemodal-container
{
    background-color: #EAF1F6;
    border:1px solid #93B2D0;
    padding:0px;
    width: 150px;
    height: 150px;
    
}
#simplemodal-container a.modalCloseImg 
{
    background:url(../imagenes/x.png) no-repeat; 
    width:25px; 
    height:29px; 
    display:inline; 
    z-index:3200; 
    position:absolute; 
    top:-15px; 
    right:-16px;
    cursor:pointer;
}

.contenedor
{
    border: 1px solid #BFC9D5;
    height: 84.5%; /*auto;*/
    margin-left: 1%;
    background: #EAF1F6;
    margin-bottom:1%;
    overflow: auto;
}
#basic
{
    display:none;
}
.titulo_form
{
    border-bottom: 1px solid #93B2D0;
    height: 20px;
    background-color: #C4D9EC;
    margin-bottom:5px;
    padding-left: 5px;
    font-weight: bold;
}
.form_botones
{
    position:absolute;
    right: 10px;
    bottom: 10px;
}
.btn_estado1
{
    border: 1px solid #CFDDE8;
}
.btn_estado2
{
    border: 1px solid #93B2D0;
}
.linea{
    margin-bottom:2px;
}
.button-primary {
    background-color: #E4EAA8 !important;
    border-color: #D4E273 !important;
}
.button {
    font-weight: bold;
    padding: 6px 15px;
    background: #3f8abf;
    color: rgb(45, 44, 44) !important;
    font-size: 13px;
    font-family: Arial,sans-serif;
    cursor: pointer;
    text-decoration: none;
    text-shadow: 0 1px 0px rgba(0,0,0,0.15);
    border-width: 1px 1px 3px !important;
    border-style: solid;
    border-color: #326e99;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 -1px 0 rgba(255,255,255,0.1) inset;
    -moz-box-shadow: 0 -1px 0 rgba(255,255,255,0.1) inset;
    box-shadow: 0 -1px 0 rgba(255,255,255,0.1) inset;
}

from 
{
    width: 100%;
    height: 100%;
}

@media (max-width: 800px) {
  .login-wrapper {
    margin: 0;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    border-radius: 3px;
    min-height: 100%;
  }
  .login-wrapper section {
    width: 40%;
  }
  .login-wrapper section.login-form {
    width: 60%;
  }
}
@media (max-width: 550px) {
  section.login-wrapper {
    height: 100%;
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
  }
  section.login-wrapper section {
    width: 100% !important;
    height: auto !important;
  }
  section.login-wrapper section.login-form {
    order: 2;
  }
  section.login-wrapper section.login-info {
    order: 1;
  }
  section.login-wrapper section.application-info {
    order: 3;
  }
}