html{
    height: 100%;
    width: 100%;
}
body{
    font-family: Arial, Helvetica, sans-serif;
    /* height: 100%;
    width: 100%; */
    background-color: #ededed;
}
.container{
    margin: 0 auto;
    text-align: left;
    display: flex;
    flex-direction: column; 
    align-items: center;
}

.input-1{
    margin-top: 25px;
    margin-bottom: 25px;
    
}

.input-1 input{
    width: 100%;
    border-radius: 10px;
    height: 40px;
    font-size: 13pt;
    margin-top: 15px;
}
.input-1 label{
    font-size: 18pt;
}
.form-reset-pass{
    width: 90%;
    
}
.btn{
    align-items: center;
    width: 100%;
    border-radius: 15px;
    border-style: none;
    height: 60px;
    color: white;
    font-size: 20pt;
    background-color: rgba(229, 71, 42, 1);
    margin-bottom: 5px;
}
.btn:hover{
    background-color: #FC674C;
}
.btn2{
    align-items: center;
    width: 100%;
    border-radius: 15px;
    border-style: none;
    height: 60px;
    color: white;
    font-size: 20pt;
    background-color: rgba(229, 71, 42, 1);
    margin-bottom: 25px;
}
.btn2:hover{
    background-color: #FC674C;
}