.back-login{
    background-color: rgb(26, 172, 189);
    width: 100%;
    min-height: 780px;
    /*min-height: calc(100vh - (326px));*/
    position: relative;
}

.login-box{
  width: 55%;
  position: absolute;
  top:10%;
  left: 0;
  right: 0;
  margin: auto;
}
.login-box-register{
	width: 85%;
	position: absolute;
	top:10%;
	left: 0;
	right: 0;
	margin: auto;
}

.formular_title{
    font-size: 60px;
    color: #ffffff;
}

.login-upgrade-formular{
  width: 100%;
  background-color: rgb(255, 255, 255);
  padding: 15px;
}
.login-upgrade-formular-register{
	width: 100%;
	background-color: rgb(255, 255, 255);
	padding: 15px 15px 1px 15px;
}


/*formato de las cajas del formulario*/
#inputEmailLogin, #inputPasswordLogin, .form_box{
	background-color: rgb(233,234,228);
    border: none;
    border-radius: 0!important;
    font-size: 25px;
    font-weight: 300;
    color: #000;
    box-shadow: none;
}

.form_box.myselect{
    padding-left: 10px;
    color: rgb(155,155,155);

}
.form_box.myselect option
{
   color: #000000;
}
.form_box.myselect option:first-child
{
    color: rgb(155,155,155);
}

/*formato para las label de los checkbox*/
.label_check{
    color: #000000;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    margin-left: -16px;
}

.label_check_register{
    color: #000000;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    margin-left: -16px;
    text-transform: none;
}

.label_check_required{
    color: #000000;
    font-weight: 300;
    font-size: 14px;
    font-style: italic;
}


/*formato para el grupo de check (casilla y label)*/
.check_group{
    margin-bottom: 0px;
}


/*formato del botón del formulario de registro*/
.register_button{
    background-color: rgb(26, 172, 189);
    color: #ffffff;
    text-transform: uppercase;
}


/*disminuir espacio entre cajas dispuestas en 2 columnas*/
.col_left{
    padding-right: 7.5px;
}
.col_right{
    padding-left: 7.5px;
}


.close-login{
  position: absolute;
    top: 115px;
    right: -60px;
    cursor: pointer;
    z-index: 9999;
    font-weight: 100;
    font-size: 80px;
     width: 30px;
    height: 30px;
     background-image: url("../images/close_white.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}
.close-login.register{
	position: absolute;
    top: 85px;
    right: -45px;
    cursor: pointer;
    z-index: 9999;
    font-weight: 100;
    font-size: 80px;
     width: 40px;
    height: 40px;
     background-image: url("../images/close_white.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}
.create-account{
	color: rgb(131,131,131);
    border-style: solid;
    border-color: rgb(26, 172, 189);
    text-align: center;
    font-size: 20px;
    padding: 10px;
    font-weight: 200;
}
.trouble-sig{
	 color: rgb(26, 172, 189);
	 width: 100%;
	 text-transform:uppercase;
	 text-align: right;
	 font-size: 12px;
}
.trouble-sig-register{
   color: rgb(26, 172, 189);
   text-transform:uppercase;
   text-align: right;
   font-size: 12px;
}
.save-password-register{
   color: rgb(26, 172, 189);
   text-transform:uppercase;
   text-align: left;
   font-size: 12px;
}
.trouble-sig-register-in{
   color: rgb(26, 172, 189);
   text-transform:uppercase;
   text-align: left;
   font-size: 14px;
   margin-top: 10px;
}
.legal_conditions{
    color: rgb(26, 172, 189);
    width: 100%;
    text-transform:uppercase;
    text-align: left;
    font-size: 12px;
    cursor: pointer;
}

.btn-signin{
	text-align: center;
}

.btn-signin .signin{
    height: 55px;
    width: 130px;
}


/*estilos para personalizar nuestros checkbox*/

input[type="checkbox"] {
  opacity: 0;
}
label {
  cursor: pointer;
}
input[type="checkbox"] + label:before {
  border: 1px solid #000000;
  content: "\00a0";
  display: inline-block;
  font: 16px/1em sans-serif;
  height: 16px;
  margin: 0 .25em 0 0;
  padding: 0;
  vertical-align: top;
  width: 16px;
}
input[type="checkbox"]:checked + label:before {
  background: #ffffff;
  color: #000000;
  content: "\2713";
  text-align: center;
}
input[type="checkbox"]:checked + label:after {
  font-weight: bold;
}



/*estilos para controlar los errores del registro*/
.form_box.error{
    border:2px solid red;
}
.label_check.error{
    color: red
}

.alert-error.label_error{
    color: red;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 0px;
}

input.error[type="checkbox"] + label:before {
  border: 2px solid red;
}

/*estilos para el mensaje de formulario enviado*/

.message_form_send{
    background-color: #ffffff;
    text-align: center;
    padding: 40px;
    margin-top: 100px;
}

.message_form_send .congratulations{
    color: rgb(26, 172, 189);
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 300;
}
.message_form_send .completed{
    color: rgb(26, 172, 189);
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 200;
}

.message_form_send .message{
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    width: 60%;
    margin: auto;
}

.dividing_line {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 0;
    border-top: 1px solid #000000;
    width: 10%;
}

/* input file styles */
/* http://jsfiddle.net/barney/uxPjN/ */
.fileContainer {
    overflow: hidden;
    position: relative;
    text-align: center;
}

.fileContainer [type=file] {
    cursor: inherit;
    display: block;
    font-size: 999px;
    filter: alpha(opacity=0);
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
}

/* Example stylistic flourishes */
.fileContainer {
    background: #fff;
    float: left;
    padding: .5em;
    width: 100%;
    text-transform: uppercase;
}

.fileContainer [type=file] {
    cursor: pointer;
}

.btn-login #btn-login{
    padding: 10px 20px;
    text-transform: uppercase;
}
.btn-login{
    padding: 15px;
}

@media (min-width:990px) and (max-width:1200px){
    .btn-signin .signin {
        height: 55px;
        width: 10vw;
    }
}

@media (min-width:768px) and (max-width:1024px){
    .login-box {
         width: 75%;
    }
}

@media (min-width:768px) and (max-width:990px){
    .back-login {
        min-height: 1000px;
    }
}

@media(max-width: 767px){
  .login-box {
    width: 90%;
  }
  #inputEmailLogin, #inputPasswordLogin, .form_box {
  
      font-size: 3.5vw;
  }
  .textbox-mail, .submit-blue,.create-account {
    font-size: 3vw;
    line-height: 3vw;
  }
  .submit-blue{
    width: 40%!important;
  }
  .footer-container .submit-blue{
    width: 29%!important;
  }
  .login-box{
    top: 40px;
  }


  /*formulario registro*/
  .col_right{
    padding-left: 15px;
    margin-top: 15px;

  }
  .col_left{
    padding-right: 15px;
  }

  .back-login {
        min-height: 1250px;
  }

}

/*Phone*/
@media (max-width:454px){

   #inputEmailLogin, #inputPasswordLogin, .form_box, .textbox-mail, .submit-blue,.create-account {
    font-size: 20px;
    line-height: 20px;
  }
  .submit-blue{
    width: 50%!important;
  }
  .btn-signin{
    margin-top: 15px;
  }
  .label_check{
    font-size: 12px;
    line-height: 12px;
  }
    
}
