/* Colores Primarios */
.sesion-padd {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px;
}

.sec-sesionRegistro {
  /* height: calc(100% - 70px); */
  min-height: calc(100% - 70px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 70px;

  background: url('/fanbag/img/texturas/general-login.png') top center repeat;
  background-color: #fff;
}

.sec-sesionRegistro .cont-sesionRegistro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sec-sesionRegistro .cont-sesionRegistro {
  position: relative;
  width: 100%;
  min-height: 100%;
  /* height: 100%; */
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.sec-sesionRegistro .cont-sesionRegistro .box {
  position: relative;
  width: 100%;
  max-width: 500px;
  height: auto;
  overflow: hidden;
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: center;
  -ms-flex-align: start;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px;
  padding-bottom: 30px;
  padding-top: 50px;
  text-align: center;

  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  box-shadow: 0px 2px 15px -4px rgba(0,0,0,0.15);
}

.sec-sesionRegistro .cont-sesionRegistro .recupPassword {
  padding-top: 60px;
}

.sec-sesionRegistro .cont-sesionRegistro .recupPassword h3 {
  margin-bottom: 30px;
}

.sec-sesionRegistro .cont-sesionRegistro .box form {
  text-align: center;
  width: 100%;
  height: auto;
  margin-top: -15px;
}

.sec-sesionRegistro .cont-sesionRegistro .box .label-center {
  text-align: center;
  margin-bottom: 10px;
}

.sec-sesionRegistro .cont-sesionRegistro .box .grid-inputs .row .check input {
  margin-top: 4px;
  margin-right: 8px;
}

.sec-sesionRegistro .cont-sesionRegistro .box .grid-inputs .row .check label {
  margin-top: 2px;
}
/*
.sec-sesionRegistro .cont-sesionRegistro .box .grid-inputs .midcol:nth-child(odd) {
  margin-right: 15px;
} */

.sec-sesionRegistro .cont-sesionRegistro .box .grid-inputs .col {
  padding-right: 0;
}

.sec-sesionRegistro .cont-sesionRegistro .box .grid-inputs .padd-input {
  padding-right: 15px;
}

.sec-sesionRegistro .cont-sesionRegistro .box .sesion-links {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sec-sesionRegistro .cont-sesionRegistro .box-margin-right {
  margin-left: 15px;
}

.btn-facebook {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;

  background-color: #29487d;
  padding: 15px 30px;
  margin-bottom: 15px;
  box-sizing: border-box;
  border-radius: 30px;
  border-radius: 4px;
  opacity: .9;
  transition: all .3s ease-in-out;
}

.btn-facebook:hover {
  background-color: #27486C;
  opacity: 1;
  transition: all .3s ease-in-out;
  cursor: pointer;
}

.btn-facebook p {
  font-weight: 300;
  font-size: 14px;
  color: #fff;
}

.sec-sesionRegistro .cont-sesionRegistro .cont-box-right {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.sesionSep .midcol {
  margin-right: 0;
}
