
.inputForm {
  position: relative;
  background: var(--colorFondoCuerpo);
  color: var(--main-color-secundary);
  text-align: justify;
  max-width: 400px;
  font-size: 1em  !important;
  margin: 5px auto;
}

.inputForm label, .loginForm label {
  position: absolute;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  left: 13px;
  color: var(--colorSecundarioTitulo);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-backface-visibility: hidden;
  pointer-events: none !important;
  font-size: 1em !important;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 9;
}

.inputForm label .req, .loginForm label .req {
  margin: 2px;
  color: var(--main-color-secundary);
}

.inputForm label.activeInput, .loginForm label.activeInput {
  -webkit-transform: translateY(-23px);
          transform: translateY(-23px);
  left: 2px;
  font-size: 1em !important;
  font-weight: 700;
}

.inputForm label.activeInput .req, .loginForm label.activeInput .req {
  opacity: 0;
}

.inputForm label.highlight, .loginForm label.highlight {
  color: var(--colorSecundarioTitulo);
}

.inputForm input, .loginForm input {
  font-size: 1.1em !important;
  display: block;
  width: 100%;
  height: 28px;
  padding: 0 5px;
  background: transparent;
  line-height: 1.2;
  font-weight: 400;
  background-image: none;
  border-bottom: 1px solid #adadad;
  color: var(--colorTextoPrincipal);
  border-radius: 0;
  
  -webkit-transition: border-color .25s ease, -webkit-box-shadow .25s ease;
  transition: border-color .25s ease, -webkit-box-shadow .25s ease;
  transition: border-color .25s ease, box-shadow .25s ease;
  transition: border-color .25s ease, box-shadow .25s ease, -webkit-box-shadow .25s ease;
  
  }
.inputForm input:focus, .loginForm input:focus, .inputForm textarea:focus, .loginForm textarea:focus {
  outline: 0;
  border-color: var(--colorFocus);
}

.inputForm select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 4px 10px 0px 10px;
  font-size: 14px;
  display: block;
  width: 100%;
  height: 28px;
  background: none;
  background-image: none;
  
  
  /*background-image: url("https://image.flaticon.com/icons/svg/60/60781.svg");
  background-position: 99% 50%;
  background-repeat: no-repeat;
  background-size: 16px;*/
  
  border: 1px solid #a0b3b0;
  color: var(--colorTextoPrincipal);
  border-radius: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-transition: border-color .25s ease, -webkit-box-shadow .25s ease;
  transition: border-color .25s ease, -webkit-box-shadow .25s ease;
  transition: border-color .25s ease, box-shadow .25s ease;
  transition: border-color .25s ease, box-shadow .25s ease, -webkit-box-shadow .25s ease;
}
.inputForm select:focus {
  outline: 0;
  border-color: var(--colorPrincipalTitulo);
}

.inputForm textarea {
  font-size: 14px;
  display: block;
  width: 100%;
  height: 150px;
  resize: vertical;
  padding: 5px 10px 0px 10px;
  background: none;
  background-image: none;
  border: 1px solid #a0b3b0;
  color: var(--colorTextoPrincipal);
  border-radius: 0;
  -webkit-transition: border-color .25s ease, -webkit-box-shadow .25s ease;
  transition: border-color .25s ease, -webkit-box-shadow .25s ease;
  transition: border-color .25s ease, box-shadow .25s ease;
  transition: border-color .25s ease, box-shadow .25s ease, -webkit-box-shadow .25s ease;
}

.field-wrap {
  position: relative;
  margin-bottom: 25px;
}

.searchField-wrap
{
  min-width: 320px;
  display: block;
  margin-left: 20px;
  margin-right: 20px;
  
  margin-bottom: 20px;
  float: left;
  width: auto;
  margin-top: -50px;
}

.button {
	color: #ffffff;
    background-color: var(--main-color-secundary);
    height: 45px;
    line-height: 45px;
    padding: 0 40px;
    cursor: pointer;
    white-space: nowrap;
     border-radius: 4px;
    display: inline-block;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
        -ms-border-radius: 2px;
         -o-border-radius: 2px;
            border-radius: 2px;
    -webkit-transition: all 0.3s ease 0s;
       -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
         -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;        
    /*font-family: "Karla", sans-serif;*/
    font-weight: 700;   
    letter-spacing: 1.2px;
   
}

.button:hover {
	background-color:var(--main-color);
	color: #fff;
}

#Guardando
{
	display: none;
}

#Guardando:hover {
	background-color: #0088cc;
	color: #fff;
}

#btn_Yes, #btn_No
{
	display: inline-block;
	max-width: 150px;
	margin: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

.tituloModulo {
  color:  var(--main-color-secundary);
  font-size: 22px;
  text-transform: uppercase;
  text-align: left;
  margin-top: 30px;
  margin-bottom: 25px;
  max-width: 350px;

}

.textoParte2
{
	color: var(--colorPrincipalTitulo);
}

#btn_close
{
	position: absolute;
	background-image: url("../../images/iconClose.png");
	width: 22px;
	height: 22px;
	top: 15px;
	right: 10px;
	cursor: pointer;
}

#messageText
{
	position: absolute;
	top: 0px;
	width: 100%;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	text-align: center;
	color: white;

	background-color: #222935;
	padding: 13px;
	opacity: 1;
	z-index: 999;
	visibility: hidden;
}

.containerLogOut
{
	position: relative;
	width: 100%;
	height: auto;
}


.containerLogOut span {
  font-size: 1em !important;
  color:var(--main-color-secundary);
  text-align: center;
}

#countLogOut
{
	width: 50px;
	text-align: center;
	color: var(--main-color);
	font-size: 1.2em !important;
	padding: 0px 5px 0px 5px;
}
.visible
{
	display: block;	
}

.oculto
{
	display: none;
}

.classVerificaMail
{
	display: inline-block !important;
	width: 65% !important;
}
.classVerificadoMail
{
	display: inline-block !important;
	width: 100% !important;
}

.terms
{
	float: left;
	margin-left: 15px;
}
.terms, .tituloModulo
{
  color: var(--main-color) !important;
}
.terms p
{
	color: var(--main-color-secundary) !important;
}
.privacyPolicy
{
	float: left;
	margin-left: 15px;	
}
.terms-conditions-content
{
	text-align: justify;
}

.btn_MostrarPassword
{
	position: relative;
	float: right;
	width: 25px;
	height: 25px;
	margin-right: 5px;
  margin-top: -25px;
	background-color: white;
}

.btn_eye_off
{
	background: url('../../images/off-eye.svg') no-repeat top left;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;	
}
.btn_eye_on
{
	background: url('../../images/on-eye.svg') no-repeat top left;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;	
}

.text_ok
{
  border-bottom: 1px solid #016607 !important;
  color: #016607 !important;
}

.text_error
{
  color: #ff0000 !important;
}

/*.progress-bar {
  max-width: 375px;
  height: 5px;
  /*border: 1px solid #ccc;*/
 /*  background-color: #e0e7e6;
  margin-top: 10px;
}*/

/*.progress-bar-inner {
  height: 100%;
  width: 0px;
  background-color: #ff0000;
}*/

