body{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 1.0rem;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

input[type=text] {
  width: 23rem;
  padding: 0.8rem;
  box-sizing: border-box;
  border-radius: 1.5rem;
  border: 1px solid rgba(101, 101, 101, 0.5);
  
}

input[type=password] {
  width: 23rem;
  padding: 0.8rem;
  box-sizing: border-box;
  border-radius: 1.5rem;
  border: 1px solid rgba(101, 101, 101, 0.5);
  -webkit-appearance: none;
  border-radius: 1.5rem;
}

.background {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 50%;
  height: 100%;
  background-color: #FB2929;
  z-index: -1;
}
.logo {
  background-image: url('../imgs/logo.svg');
  background-repeat: no-repeat;
  background-position: center;
  width: 10rem;
  height: 10rem;
  left: 5rem;
  position: absolute;
}
.logo-right {
  background-image: url('../imgs/simbolo_cortado.svg');
  width: 24rem;
  height: 29rem;
  background-repeat: no-repeat;
  
  position: absolute;
  bottom: 0rem;
  right: 0rem;
  z-index: -1;

}
.select-lang{
  display: flex;
  align-self:flex-end;
  flex-flow: row;
  margin-top: 0.5rem;
}
.icon-select-lang{
  background-image: url('../imgs/icon_idioma.svg');
  background-repeat: no-repeat;
  background-position: center;
  width: 0.5rem;
  height: 0.5rem;
  margin-left: 0.5rem;
  padding-top: 0.9rem;
}
.middle-section {
  background: #FFFFFF;
  border-radius: 1.5rem;
  padding:2rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-direction:column;
  -webkit-box-shadow: 0px 3px 6px -2px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 3px 6px -2px rgba(0,0,0,0.75);
  box-shadow: 0px 3px 6px -2px rgba(0,0,0,0.75);
  margin-right: 5rem;
  margin-left: 5rem;
}
.top-section{
  display: flex;
  align-content: center;
  align-items: center;
  flex-direction:column;
  width: 100%;
}
.select-lang{
  display: flex;
  align-self:flex-end;
  flex-flow: row;
}
.top-section p {
 color: #FB2929;
 margin: 0px;
 font-weight: 800;
 font-size: 1.2rem;
}
.create-account{
  color: #FB2929;
  margin-top: 0.5rem;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  font-size: smaller;
}
.form-row{
  width: 100%;
  position: relative;
}
.form-title{
  color: rgba(101, 101, 101, 1);
  margin-left:0rem;
  margin-bottom: 0.5rem;
  font-weight: bold;
  font-size: small;
  text-transform: uppercase;
}
.forgot-password{
  margin: 1rem auto 1.3rem;
  color: rgba(101, 101, 101, 1);
  text-align: center;
  cursor: pointer;
  font-size: smaller;
}
.back{
  margin: 1rem auto 1.3rem;
  color: rgba(101, 101, 101, 1);
  text-align: center;
  cursor: pointer;
  font-size: smaller;
}
.captcha {
  margin: 0.5rem;
  text-align: center;
}
.btn{
  padding: 1rem;
  width: 100%;
  margin-bottom: 0.5rem;
  background-color: #FB2929;
  outline: inherit;
  border:none;
  border-radius: 1.5rem;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  text-transform: uppercase;
}
.btn.margin-top-2rem {
  margin-top: 2rem;
}
.center-icon{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Switch views */
.active{
  display: block !important;
}
.section-1 {
  display: none;
  width: 23rem;

}
.section-2 {
  display: none;
  width: 23rem;
  height: 23rem;

}
.section-3 {
  display: none;
  width: 23rem;
  height: 23rem;
}
.section-4 {
  display: none;
  width: 23rem;
}

.subtitle {
  line-height: normal;
  margin-top: 2.0rem;
  margin-bottom: 1.5rem;
  
  font-size: 0.8rem;
  text-align: center;
  color: rgba(101, 101, 101, 1);
}
.icon-refresh{ 
  background-image: url('../imgs/cycle.svg');
  background-repeat: no-repeat;
  background-position: center;
  width: 5rem;
  height: 5rem;
  text-align: center;
  margin-top: 5rem;
  cursor: pointer;

}
.icon{
  background-image: url('../imgs/eye.svg');
  background-size: 1.3rem 1.3rem;
  background-repeat: no-repeat;
  background-position: center;
  width: 1.3rem;
  height: 1.3rem;
  position: absolute;
  right: 2rem;
  top:2.2rem;
  cursor: pointer;
}

/* g-recaptcha */
.g-recaptcha {
  display: inline-block;
  text-align: center;
}
.captcha-error {
  font-size: small;
}
.mt-1{
  margin-top:1rem;
}


/* Media queries */
@media only screen and (max-device-width: 480px) {
  .logo {
    left: 1rem;
  }
  .logo-right {
    visibility: hidden;
  }
  input {
    font-size: 20px;
  }
  .icon{
    right: 1.5rem;
    top:2.7rem;
  }
}



/* Style The Dropdown Button */
.dropbtn {
  color: black;
  background-color: #FFFFFF;
  font-size: 16px;
  border: none;
  cursor: pointer;
  display: flex;
  flex-flow: row;
  font-size: 0.9rem;
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
  color: rgba(101, 101, 101, 1);
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.icon-dropdown{
  background-image: url('../imgs/icon_idioma.svg');
  background-repeat: no-repeat;
  background-position: center;
  width: 0.5rem;
  height: 0.5rem;
  margin-left: 0.5rem;
  padding-top: 0.5rem;
}
.dropdown-content a {
  padding: 12px 16px;
  font-size: 0.9rem;
  text-decoration: none;
  display: block;
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
  color: rgba(101, 101, 101, 1);
}
.dropdown-content a:hover {background-color: #f1f1f1}
.dropdown:hover .dropdown-content {
  display: block;
}
.dropdown:hover .dropbtn {
  background-color: rgba(255, 255, 255, 0.4);
}