*{font-family: "Nunito", sans-serif;}




body{
  margin: 0;
  background-image: linear-gradient(0deg, rgba(0,0,0,0.5), rgba(0,0,0,0.9)),url("media/backg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position:center center;
}

#img-yasoyzonatkx{
  position: absolute;
  background-image: url("media/yasoyzonatkx.png");
  margin:20px;

  z-index: 1;
  height: 15%;
  width: 15%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position:center center;
}

h2 {
  margin-left: auto;
  margin-right: auto;
  margin-top:5%;
  margin-bottom: 5%;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  color:white;
}

#iniciar{
  padding: 10px;
  padding-left: 23px;
  padding-right: 23px;

  font-size: 18px;
  
  border: 1px solid transparent;
  background-color: rgba(255, 0, 0, 0.5);
  color:white;
}

#iniciar:hover{
  padding: 10px;
  padding-left: 23px;
  padding-right: 23px;

  font-size: 18px;
  
  border: 1px solid rgba(240,240,240,0.8);
  background-color: rgba(240,240,240,0.8);
  color:rgb(199,37,37);
  box-shadow: 10px 10px 5px -6px rgba(0,0,0,0.75);
}


form{
  font-size: 20px;
}

#container-principal{
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  margin:0;
}

#container-secundario{
background-color: rgba(20,20,20,0.7);
display: flex;
height: 100vh;
width: 40%;
margin-left: auto;
margin-right: auto;
align-items: center;
box-shadow: 1px 1px 50px rgba(0,0,0,0.5);
}

#container-ter{
  background-color: transparent;
  border-right: 3px solid red;
  border-left: 3px solid red;


  height: fit-content;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 5%;
  padding-bottom: 5%;
}

#container-form{
  background-color: transparent;
  align-items: center;
  display: flex;
  flex-direction: column;
  text-align: right;
  color: white;
}

input{
  background-color: transparent;


  border:none;
  border-bottom: 2px solid white;
  margin: 10px;
  color: white;
  font-size: 14px;
  
  font-size: 16px;

  outline: none;
}