@font-face {
  font-family: Futura;
  src: url("./../assets/Fonts/futura/Futura_medium.eot"),
  url("./../assets/Fonts/futura/Futura_medium.woff"), format('woff')
  url("./../assets/Fonts/futura/Futura_medium.woff2") format('woff2'),
  url("./../assets/Fonts/futura/futura_medium_bt.ttf")format('truetype'),
  /* font-display: swap; */
}
@font-face {
  font-family: Poppins;
  src: url("./../Assets/Fonts/Poppins/Poppins-SemiBold.ttf");
   font-display: swap; 
}

@font-face {
  font-family: PoppinsRegular;
  src: url("./../Assets/Fonts/Poppins/Poppins-Regular.ttf");
   font-display: swap; 
}

/* PROPIEDADES PARA EL FONDO AZUL CON BLANCO */
.back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.blue {
background: #1C42E8;
height: 40%;
width: 100%;
}
.white {
background: white;
height: 60%;
}

/* PROPIEDADES PARA EL TITULO ACCESO */
.title{
position: relative;
width: 100%;
height: 100%;
margin-top: 46px;
/* margin-bottom: 27px; */
}
h2{
position: relative;
font-family: Poppins;
font-size: 28px;
line-height: 110%;
text-align: center;
color: #FFFFFF;
}
span{
position: relative;
color: #1C42E8;
}

/* PROPIEDADES PARA EL FORMULARIO DE ACCESO (USUARIO) */
.container-cuadro-form{
position: relative;
display: flex;
justify-content: center;
align-items: center;
}

.cuadro-form{
position: relative;
display: flex;
justify-content: center;
align-items: center;
position: relative;
background: #FFFFFF;
box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.1);
border-radius: 10px;
width: 300px;
height: 100%;
}
form{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
input {
    transition: all 0.3s ease-in-out;
    width: 100%;
    width: 240px;
    height: 100%;
    height: 50px !important;
    padding: 0px 12px 0px 12px;
    border: 1.5px solid #1C42E8;
    border-radius: 10px;
    font-family: PoppinsRegular;
    font-size: 14px;
    line-height: 141%;
    color: #4A4A4A;
    margin-top: 10px;
  }

  /* WAS LABEL */
  ::placeholder {
    margin-left: 10px;
    transition: all 0.3s ease-in-out;
    position: relative;
    font-family: PoppinsRegular;
    font-size: 13px;
    /* line-height: 130%; */
    /* top: 7px; */
    left: 12px;
    display: flex;
    align-items: center;
    color: #4A4A4A;
    pointer-events: none;
    
  }
  .acept-btn{
    color: #FFFFFF;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: #1C42E8;
    border-radius: 10px;
    width: 156px;
    height: 50px;
    cursor: pointer;
    margin-top: 22px;
    font-family: Poppins;
    font-size: 14px;
    line-height: 16px;
    border-style: none;
  }
  .link_forgot{
    font-family: PoppinsRegular;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #1C42E8 !important;
    margin-top: 20px;
  }

  .back_blue{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1C42E8;
    margin-top: 27px;
    margin-bottom: -17px;
    height: 56px;
    width: 100%;
    border-radius: 0px 0px 10px 10px;
   
}
.back_blue p{
    font-family: PoppinsRegular;
    font-size: 16px;
    line-height: 19px;
    color: white;
}
.back_blue span{
    color: #fff;
    text-decoration: underline;
    cursor: pointer;
}
.top-text{
    position: relative;
    display: flex;
    font-family: PoppinsRegular;
    font-size: 12px; 
    line-height: 110%;
    text-align: center;
    color: #4A4A4A;
    margin-top: 16px;
    /* margin-bottom: 22px; */
}
.top-text img{
  width: 10px;
  height: 40px;
}
.top-text p{
    margin-left: 10px;
    font-size: 12px;
}

@media (min-width: 435px) {

.cuadro-form{
width: 436px;
}
input{
width: 354px;
}

.top-text{
font-size: 14px; 
}
}
@media (min-width: 992px) {
.container-cuadro-form{
  margin-top: 5px;
}
}