
.logind{
    padding-bottom: 50%;

}
html, body {
    height: 100%;
    margin: 0;
  }
  
  body {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
  }
 .container_admin {
  height: 100vh;
  display: flex;
  flex-direction: column; 
  justify-content: center;
  align-items: center;

}

.submit_container{
    margin-top: 10%; 
    text-align: center;
    border-radius: 3%;
    }
  
  
  .submit {
    width: 80px;
    height: 20px;
    background-color: #DB5442;
    border: none !important;
    color: white;
    border-radius: 5px;
    box-shadow: 0 0 7px black;
  }
  .pasword{
    margin-top: 5%;
  }
  .container_input {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  
  .container_input input {
    width: 250px;
    border-radius: 0.6rem;
    border: none;
    box-shadow: 10px 10px  #DB5442;
  }
  .title{
    text-align: center;
  }
  @media (min-width:1000px){
    .container_adminl {
      width: 100%;
      height: 100vh;
      display: flex;
      flex-direction: column; 
      justify-content: center;
      align-items: center;
    }

    .container_input input {
      width: 450px;
      border-radius: 0.6rem;
      border: none;
      box-shadow: 10px 10px  #DB5442;
    }
    .submit{
        width: 160px;
        height: 30px;
    }
    .submit_container{
        margin-top: 7%;
    }
    .logind{
        padding-bottom: 10%;
    
    }
  }
 
