
/*form dang nhap && dang ki && quen mat khau*/ 
.divDangNhap table{
    width: 100%;
}
.divDangNhap{
    margin: 20px;
}

.divDangNhap tr th{
    text-align: center;
    color: white;
    background-color: #00a2e7;
    font-weight: normal;
    font-size: 1rem;
    height: 50px
}

.divDangNhap tr td{
    padding:10px;
}


.divDangNhap tr td input[type="text"]{
    margin-top: 10px;
    padding-left: 5px;
    height: 40px;
    width: 100%;
    border-radius: 10px;
}

.divDangNhap tr td input[type="password"]{
    margin-top: 10px;
    padding-left: 5px;
    height: 40px;
    width: 100%;
    border-radius: 10px;
}

tr td{
    border: 0;
}

.divDangNhap tr td button{
    height: 40px;
    width: 100%;
    margin-top: -10px;
    color: white;
    font-size: 1rem;
    font-weight: bold;
    position: relative;
}

#btnDangNhap{
    background-color: #23a22d;
}

#btnDangKi{
    background-color: #00a2e7;
}

.divDangNhap tr td button a{
    text-decoration: none;
    color:white;
    display: block;
}

.divDangNhap tr td .quenMatKhau{
    float: right;
    color:#00a2e7 ;
    padding-right: 5px;
}

@media only screen and (min-width:1024px) {
    .divDangNhap{
        margin-left:150px;
        margin-right: 150px;
    }
    .divDangNhap tr td{
        padding-left: 150px;
        padding-right:150px;
    }
}


/*quen Mat Khau*/
.divDangNhap tr td input[type="email"]{
    padding-left: 5px;
    height: 40px;
    width: 100%;
}

#btnResetMatKhau{
    background-color: #00a2e7;
}