@charset "utf-8";
@font-face {
    font-family: font-1;
    src: url('font/Light.ttf') format('truetype');
}

@font-face {
    font-family: font-2;
    src: url('font/Regular.ttf') format('truetype');
}

@font-face {
    font-family: font-3;
    src: url('font/Semibold.ttf') format('truetype');
}
body{
    font-family: font-2;
    font-size: 13px;
}
#divBd {
    background: url(dn/1.jpg) no-repeat center center;
    background-size: 2000px 2000px;
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
}
#dangNhap, #quenMK, #dangKy{
    animation: fade .8s;
}

.content {
    background: url(dn/bg-white-lock.png) repeat;
    width: 400px;
    margin: 0 auto;
    margin-bottom: 0px;
    padding: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 90px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.content h3{
    margin-top: 0;
    padding-top: 10px;
}
.img{
    opacity: 0.8;
}
.img:hover{
    opacity: 1;
}
.form-title {
    margin-bottom: 25px;
    font-size: 22px;
    color: #FFF;
    padding-top: 20px;
    font-family: font-1;
}

.txtUser, .txtPass, .txtEmail {
    background-image: url('dn/user.png');
    background-repeat: no-repeat;
    background-position: center left 10px;
    background-size: 13px 13px;
    outline: none;
    padding: 8px 8px 8px 30px;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-bottom: 20px;
    border: 1px solid #FFF;
    color: #666;
    font-family: font-1;
    font-size: 13px;
}

.txtUser:focus, .txtPass:focus, .txtEmail:focus {
    border: 1px solid #7e7e7e;
    transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    color: #444;
}

.txtPass {
    background-image: url('dn/lock.png');
}
.txtEmail {
    background-image: url('dn/email.png');
}
.txtDiaChi {
    background-image: url('dn/dc.png');
}
.btnDangNhap, .btnQuayLai {
    outline: none;
    background-color: rgba(255, 143, 76, 0.70);
    color: #FFF;
    font-family: font-1;
    font-size: 13px;
    padding: 8px 25px 8px 10px;
    border: none;
    background-image: url("dn/btndn.png");
    background-position: center right 5px;
    background-repeat: no-repeat;
}

.btnDangNhap:hover {
    background-color: rgb(255, 95, 78);
}
.btnQuayLai{
    background-color: rgb(255, 255, 255);
    padding: 8px 10px 8px 25px;
    border: none;
    background-image: url("dn/btnql.png");
    background-position: center left 5px;
    color: #000;
}
.btnQuayLai:hover{
    background-color: rgb(226, 226, 226);
}
.tbDN{
    margin-top: 10px;
    font-family: font-1;
    font-size: 13px;
}

.ttPhanMem {
    font-size: 20px;
    color: #FFF;
}

.lienHe, .loiChao, .thietKe {
    font-size: 13px;
    font-family: font-1;
    color: #FFF;
    margin-bottom: 15px;
}

.loiChao {
    margin-top: 10px;
    line-height: 16px;
    text-align: justify;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #FFF;
}

.thietKe {
    max-width: 400px;
    margin: auto;
    padding: 10px;
    text-align: center;
    margin-bottom: 30px;
}

.a1 {
    color: #ff8f4c;
    outline: none;
    text-decoration: none;
}

.a1:hover {
    text-decoration: underline;
}

@keyframes fade {
    0%{
        opacity: 0;
        margin-top: -10px;
    }
    100%{
        opacity: 1;
        margin-top: 0;
    }
}
@keyframes fade2 {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
