*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: sans-serif;
}
body{
    background-color: #F5F7F3;
    margin-top: 120px;
}
.account{
    background-image: url("./img/dangnhap.jpg");
    background-size:750px 470px;
    background-position: left;
    border-radius: 5px;
    width: 750px;
    height: 470px;
    margin: 0 auto;
}
.logo img{
    margin:  10px 10px;
    width: 180px;
    filter: drop-shadow(0 0 2px rgb(197, 86, 104));
}
.account-1{
    margin: 0px 200px;
}
.account-1 input{
    font-size: 14px;
    padding-left: 10px;
    outline: none;
    width: 100%;
    height:40px;
    margin-bottom: 20px;
    border-radius: 5px;
    border: #F5F7F3;
}
.account-1 p{
    margin-bottom: 10px;
}
.name-account h2{
    margin-bottom: 10px;
    font-size: 25px;
    text-align: center;
    margin-bottom: 20px;
    color: rgb(88, 99, 88);
}
.name-login p{
    margin-top: 20px;
    color: rgb(88, 99, 88);
    width: 400px;
}
.passworld p{
    color: rgb(88, 99, 88);
    width: 400px;
}
.note{
    color: rgb(88, 99, 88);
}
.note input{
    width: 12px;
    height: 12px;
    margin-bottom: 10px;
}
.Forgot-password{
    float: left;
    width: 350px;
}
.Forgot-password a{
    float: right;
    margin-bottom: 10px;
    font-size: 13px;
    color:rgb(79, 112, 79);
    text-decoration: none;
    margin-right: 10px;
}
.Forgot-password a:hover{
    text-decoration: underline;
}
.login button{
     width: 100%;
     height: 40px;
     font-size: 16px;
     background-image: linear-gradient(0,pink,rgb(243, 238, 239));
     border: 1px solid rgb(226, 163, 163);
     border-radius: 5px;
     margin-bottom: 20px;
     color: rgb(88, 99, 88);
}
.login button:hover{
    box-shadow: 0 0 3px rgb(220, 65, 90);
}
.account-register{
    text-align: center;
    color:rgb(79, 112, 79);
    font-size: 13px;
}
.account-register a{
    margin-bottom: 10px;
    font-size: 13px;
    color:rgb(79, 112, 79);
    text-decoration: none;
    margin-right: 10px;
}
.account-register a:hover{
    text-decoration: underline;
}