.odds {
  color: red;
}
.evens {
  color: blue;
}
.footerText{
  text-align: center;
  font-size: 20px;
  /*font-weight: bold;*/
  color: #606060;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-bottom: 20px;
}
.emailLabel{
  float: right;
  font-size: 16px;
}
.labelInputs{
  color: #7c7c7c;
}
.inputText{
  height: 50px !important;
  font-size: 20px !important;
  border-radius: 5px;
}
.logginButton{
  border-radius: 27px;
  max-width: 40% !important;
  height: 60px;
  float: right;
  background-color: #05417d !important;
  border-color: #05417d !important;
  font-size: 17px;
  font-weight: bold !important;
  margin-top: 3%;
}
.minorPaddingTop{
  padding-top: 5px !important;
}
.paddingForm{
  padding: 50px;
}
.errorLoginText{
  padding-left:50px; font-size: 16px; position: absolute; width: 90%;
}
.paddingErrorText{
  padding: 7px !important;
}
.welcomeText{
  font-size: 57px !important;
  margin-top: 0 !important;
  padding: 50px;
  padding-bottom: 0;
  font-weight: bold;
  color: #05417d !important;
}
.footerSmallText{
  color: white !important;
}
.loginText{
  font-size: 18px !important;
  color: #6d6d6d !important;
  padding-left: 50px !important;
  font-weight: bold;
  margin-top: 0;
}
.numberText{
  padding: 40px;
  padding-left: 15% !important;
  color: white;
  font-size: 30px;
  text-align: center;
  font-weight: bold;
}
.bigText{
  font-size: 27px !important;
  font-weight: bold;
  padding-bottom: 0 !important;
}
.login-text{
  padding: 30px;
  padding-left: 15% !important;
  color: white;
  font-size: 20px;
  text-align: left;
}
.contactText{
  margin-top: 5%;
  padding: 0;
  color: #4e4a4a;
  font-size: 16px;
  float: right;
}

.bgWhiteImg {
  /*background-image: url('../img/login/blanco_bg.png');*/
  /*background-repeat: no-repeat;*/
  /*background-size: 100% 100%;*/
  height: 96%;
  width: 100%;
}
.logoImg{
  width: 290px;
  height: 260px;
  margin-top:13%;
}
.bgBlueImg {
  background-image: url('../img/login/azul_bg.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 60%;
  width: 100%;

  -webkit-box-shadow: 0px 0px 13px 2px rgba(0,0,0,0.91);
  -moz-box-shadow: 0px 0px 13px 2px rgba(0,0,0,0.91);
  box-shadow: 0px 0px 13px 2px rgba(0,0,0,0.91);
  text-align: center;
}
.whiteBox{
  background-color: white;
  height: 60%;
  width: 100%;

  -webkit-box-shadow: 5px 0px 10px 2px rgba(0,0,0,0.62);
  box-shadow: 5px 0px 10px 2px rgba(0,0,0,0.62);
  -moz-box-shadow: 5px 0px 10px 2px rgba(0,0,0,0.62);
}
.fixTop{
  padding-top: 3%;
}
.no-padding{
  padding: 0 !important;
}
.blueFont{
  color: #05417d !important;
}
.formLogin{
  width: 78%;
  margin: auto;
}
@media screen and (max-width: 1650px) {
  .logginButton{
    border-radius: 27px;
    width: 40% !important;
    height: 60px;
    bottom: 0;
    right: 0;
    background-color: #05417d !important;
    border-color: #05417d !important;
    font-size: 13px !important;
    font-weight: bold !important;
    margin-top: 3%;
    margin-bottom: 10%;

  }
  .formLogin{
    width: 99%;
    margin: auto;
  }
  .welcomeText{
    font-size: 27px !important;
    margin-top: 0 !important;
    padding: 50px;
    padding-bottom: 0;
    font-weight: bold;
    color: #05417d !important;
  }
  .whiteBox{
    background-color: white;
    height: 65%;
    width: 100%;

    -webkit-box-shadow: 5px 0px 10px 2px rgba(0,0,0,0.62);
    box-shadow: 5px 0px 10px 2px rgba(0,0,0,0.62);
    -moz-box-shadow: 5px 0px 10px 2px rgba(0,0,0,0.62);

  }
  .bgBlueImg {
    background-image: url('../img/login/azul_bg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 65%;
    width: 100%;

    -webkit-box-shadow: 0px 0px 13px 2px rgba(0,0,0,0.91);
    -moz-box-shadow: 0px 0px 13px 2px rgba(0,0,0,0.91);
    box-shadow: 0px 0px 13px 2px rgba(0,0,0,0.91);
    text-align: center;
  }
  .footerText{
    text-align: center;
    font-size: 20px;
    color: #606060;
    position: absolute;
    left: 0;
    bottom: 2%;
    width: 100%;
    padding-bottom: 0px;
  }
}
@media screen and (max-height: 1000px) {
  .logginButton{
    border-radius: 27px;
    width: 40% !important;
    height: 55px;
    float: right;
    background-color: #05417d !important;
    border-color: #05417d !important;
    font-size: 13px !important;
    font-weight: bold !important;
    margin-top: 3%;
    margin-bottom: 8%;

  }
}
@media screen and (max-height: 950px) {
  .formLogin{
    width: 99%;
    margin: auto;
  }
  .logginButton {
    border-radius: 27px;
    width: 40% !important;
    height: 50px;
    float: right;
    background-color: #05417d !important;
    border-color: #05417d !important;
    font-size: 13px !important;
    font-weight: bold !important;
    margin-top: 0%;
    margin-bottom: 8%;
  }

  .footerText{
    text-align: center;
    font-size: 20px;
    color: #606060;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-bottom: 0px;
    display: none;
  }
}

@media screen and (max-height: 930px) {
  .formLogin{
    width: 99%;
    margin: auto;
  }
  .logginButton{
    border-radius: 27px;
    width: 35% !important;
    height: 40px;
    float: right;
    background-color: #05417d !important;
    border-color: #05417d !important;
    font-size: 13px !important;
    font-weight: bold !important;
    margin-top: -2%;
    margin-bottom: 8%;
  }
  .footerText {
    text-align: center;
    font-size: 20px;
    color: #606060;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-bottom: 0px;
    display: none;
  }
}