@import url('base.css');

main{
   height: 500%;

}
#ti{
    text-align: center;
    margin-top: 40%;
}

#login{
    margin: 5% auto;
    height:auto;
    padding: 30%;
    box-shadow: 5%;
    display: flex;
    flex-direction: column; 
    padding: 20px 30px;
    width: 40%;
    background-color: rgb(253, 230, 127);
    border-radius: 20px;

}

label {
    
    display: block;
    font-weight: bold;
   

}

input[type="text"],
input[type="password"]{

    margin-bottom: 3;
    width: 70%;
    display: inline-block;
    vertical-align: top;
   

}

button[type="submit"] {
    
    background-color: rgb(41, 109, 246);
    font-weight: bolder;
    border: none;
    border-radius: 10px;
    margin-top: 20px;
    width: 30%;
    height: 17%;
    margin-left: 34%;
  

}



