a{
    text-decoration: none;
  }

  .container{
    width: 25%;
     margin: 3.125rem auto 0 auto;
     /* border: 1px solid black; */
     display: flex;
     align-items: center;
     justify-content: center;
   }

   .input_login{
    display: flex;
    margin-top: 4px;
    border-radius: 3px;
  }

  .link_reg{
    margin-top: 5px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
  }

  .link_reg:hover{
    text-decoration: underline;
  }


  .btn_login{
    display: flex;
    width: 100%;
    height: 25px;
    box-sizing: border-box;
    margin-top: 5px;
    justify-content: center;
    text-align: center;
    background-color: #4388b0;
    color: #e2ed94;
    /* border-radius: 5px; */
    /* margin: 0 auto; */
  }


  #btn_main{
    width: 100%;
    height: 100%;
    background-color: inherit;
  }

#btn_main::hover{
    background-color: aqua;
}