

html,body,.col-md-12,.row {
  height:100%;
  max-width: 1455px;
}
.full-height {
  height:100%;
}
  

.content-left img{
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom:60px;
}



.form-signin,
.lenguage-dropdown {
    max-width: 330px;
    margin: auto;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.control-label{
  color: #6e6b90;
  font-size: 12px;
}

.xs-text{
  font-weight: 800;
  text-transform: uppercase;
  font-size: 10px;

}

.xs-text a{
  color: #627380  !important;
}


.left-side{
    background-image: url('../img/bg.png');
    background-repeat: no-repeat;
    background-size: cover;
}



.btn-primary{
    color: #fff;
    background-color: #1565d8;
    border-color: #1565d8;
}

.btn-primary:hover {
  color: #fff;
  background-color: #1b242b;
  border-color: #1b242b;
}

.small-text{
    font-size: 0.8em;
    color: #525252;
}

p.small-text{
    margin-top: 10px;
    text-align: center;
}

.small-text a{
    text-decoration: none;
    color:#525252;
}

.small-title{
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 4px;
    font-size: 12px;
}

p.small-title{
    margin-bottom: 20px;
    text-align: center;
}

.content-left{
      -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
    margin-top: 20%;
}


.to-bottom{
    position: absolute;
    bottom: 0px;
    width: 95%;
}



/*------mobile-------*/



@media (min-width: 768px) and (max-width: 1366px) {
    .content-left{
        margin-top: 10%;
    }
    html,body,.col-md-12,.row {
    max-width: 1366px;
    }
}


@media (max-width: 767px) {
    .form-mobile{
        display: block;
        background-image: url('../img/bg-mobile.png');
        background-repeat: no-repeat;
        background-size: cover;
    }

    .left-side{
      display: none;
    }

    .col-sm-12.form-mobile{
      min-height: 100%;
    }
}
