* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    font-family: "Bai Jamjuree", sans-serif;

}

.root {
    width: 100%;
    height: 100vh;
    background: linear-gradient(322deg, #26a9e0, #ec2024);
    display: flex;
    justify-content: center;

}

.login {
    width: 350px;
    height: 450px;
    background-color: #f8f8f8;
    margin-top: 50px;
    border-radius: 10px;
    box-shadow: 0 5px 10px 0 rgb(0 0 0 / 20%);
}

.acc_pass_new {
	width: 350px;
    height: 530px;
    background-color: #f8f8f8;
    margin-top: 50px;
    border-radius: 10px;
    box-shadow: 0 5px 10px 0 rgb(0 0 0 / 20%);

}

.title,
.user,
.pass,
.login_buton {
    width: 100%;
    margin: 10px 0px;
    padding: 0px 35px;
}

#user,
#pass,
#pass_new,
#pass_new2 {
    font-size: 15px;
    line-height: 1.5;
    color: #666666;
    border-color: #666666;
    ;
    display: block;
    width: 100%;
    background: #e6e6e6;
    height: 50px;
    border-radius: 25px;
    padding: 0px 20px;
    outline-width: 0;
    border: none;
}



.title_login {
    font-family: "Bai Jamjuree", sans-serif;
    font-weight: bold;
    font-size: 28px;
    color: #333333;
    line-height: 1.2;
    text-align: center;
    width: 100%;
    display: block;
    padding-bottom: 35px;
    padding-top: 10px;
}

.login_buton {
    margin-top: 40px;
}


.btn {
    font-family: "Bai Jamjuree", sans-serif;
    font-size: 15px;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    height: 50px;
    border-radius: 25px;
    background: #009FE3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 25px;
    border: none;
    cursor: pointer;
    font-weight: bold;
}

.btn:hover {
    background-color: rgb(59, 59, 59);
}

.info_login {
    text-align: center;
    padding-top: 250x;

}

#info_erro {
    font-family: "Bai Jamjuree", sans-serif;
    color: red;
    font-size: 16px;
}