.login,
.login * {
  box-sizing: border-box;
}
.login {
  background: #ffcd29;
  width: 393px;
  height: 844px;
  position: relative;
  overflow: hidden;
}
.cultura-connect-logo {
  width: 363px;
  height: 158px;
  position: absolute;
  left: 18px;
  top: 203px;
}
.boton-ingresar {
  width: 360px;
  height: 58px;
  position: absolute;
  left: calc(50% - 180.5px);
  top: 504px;
}
.rectangulo-iniciar {
  background: rgba(174, 244, 85, 0.9);
  border-radius: 10px;
  position: absolute;
  right: 0%;
  left: 0%;
  width: 100%;
  bottom: 0%;
  top: 0%;
  height: 100%;
}
.ingresar {
  color: #000000;
  text-align: center;
  font: 700 20px/150% "Inter-Bold", sans-serif;
  position: relative;
  right: 0px;
  left: 66px;
  width: 0px;
  bottom: 0px;
  top: 6px;
  height: 0px;
}
.boton-crear-cuenta {
  width: 360px;
  height: 58px;
  position: absolute;
  left: calc(50% - 180.5px);
  top: 573px;
}
.rectangulo-crear-cuenta {
  background: rgba(222, 193, 252, 0.8);
  border-radius: 10px;
  position: absolute;
  right: 0%;
  left: 0%;
  width: 100%;
  bottom: 0%;
  top: 0%;
  height: 100%;
}
.crear-cuenta {
  color: #000000;
  text-align: center;
  font: 700 20px/150% "Inter-Bold", sans-serif;
  position: absolute;
  right: 32.78%;
  left: 32.5%;
  width: 34.72%;
  bottom: 24.14%;
  top: 24.14%;
  height: 51.72%;
}
.barra-de-estado-android {
  width: 393px;
  height: 31px;
  position: absolute;
  left: 0px;
  top: 0px;
}


