body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgb(30, 35, 41);


}

#hinhanh {
    width: 150px;

}

#longin {height: 500px;
    width: 300px;
    border-radius: 40px;
    background-color: rgb(30, 35, 41);
    border: 2px rgba(255, 255, 255, 0.142) solid;
    padding: 30px;
    margin-top: 30px;
    display: flex;
    flex-direction: column;


}

#dangnhap {
    font-size: 30px;
    color: white;
    font-weight: 700;
    margin: 10px;
}

#email {
    font-size: 15px;
    color: white;
    margin-top: 20px;
    
}
#khung{
    height: 50px;
    width: 300px;
    border: solid 1px;
    border-radius: 10px;
    background-color: rgb(30, 35, 41);
    border-color: white;
}
#tieptheo{
    height: 50px;
    width: 300px;
    border-radius: 10px;
    background-color: yellow;
    border-color: white;
    font-size: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;

}
#line{
    border: solid 1px;
    border-color: white;


}
#google{ height: 50px;
    width: 300px;
    border-radius: 10px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-color: white;
    border: solid 1px;
    margin-top: 10px;
    margin-bottom: 10px;


}
#apple{height: 50px;
width: 300px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
border-color: white;
border: solid 1px;
border-radius: 10px;
color: white;


}
#binance{font-size: 20px;
    color: yellow;
 margin-top: 20px;
 margin-bottom: 20px;
    text-decoration: none;

}
#khong{flex-direction: row;
    display: flex;

}
#khong a{color: white;
    font-size: 15px;
    margin-bottom: 20px;
    text-decoration: none;

}
#cooke{margin-left: 15px;
    margin-right: 15px;

}
#dieukhoan{
    margin-left: 15px;
}


