.custom-popup {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1000;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 1003;
}
.popup-overlay {
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    opacity: 0.5;
    position: fixed;
    z-index: 1000;
}
#PopupLogin_Div .popup-content,
#PopupRegister_Div .popup-content{
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1003;
    transform: translate(-50%, -50%);
    position: absolute;
    color: rgb(0, 0, 0);
}
#PopupLogin_Div .popup-content{
    background: #fff;
    padding: 8px;
    font-size: 12px;
    min-width: 310px;
    border: 5px solid rgb(225, 225, 225);
}
#PopupRegister_Div .popup-content{
    background: #000;
    font-size: 12px;
    width: 420px;
}
#PopupRegister_Div .popup-content .Popup_DangKy{
    background: url('./../images/bg-popup-dangky.png') no-repeat left top transparent;
    background-size: 100% 100%;
    padding: 40px;
}
.Popup-TaiKhoan {
    border: 1px solid rgb(241, 195, 200);
    background: rgb(250, 233, 235);
    padding: 20px;
}
.popup-close-btn{
    background: url('./../images/bt-close.png') 0px 0px no-repeat scroll transparent;
    display: block;
    height: 25px;
    position: absolute;
    right: 8px;
    text-indent: -9999px;
    top: 8px;
    width: 25px;
    cursor: pointer;
}
a.DangKy_Popup {
    background: url('./../images/bt-dangky-popup.gif') no-repeat;
    padding-left: 89px;
    height: 20px;
    display: inline-block;
    text-indent: -9999px;
    margin-bottom: 7px;
}
.Popup-TaiKhoan .BoxDangNhap {
    width: 268px;
}
h3.DangKyTitle {
    background: url('./../images/icon-dangnhap.gif') 0px 2px no-repeat;
    padding-left: 20px;
    color: rgb(207, 42, 58);
    font-size: 15px;
    font-weight: bold;
}
.Popup-TaiKhoan .Line {
    display: block;
    height: 10px;
    background: url('./../images/line-news.gif') 0px bottom repeat-x;
    margin-bottom: 7px;
}
.BoxDangNhap label {
    font-weight: bold;
    font-size: 13px;
    width: 100%;
    color: rgb(207, 42, 58);
    display: block;
}
.BoxDangNhap .BgInput {
    border: 1px solid rgb(235, 190, 194);
    width: 256px;
    margin: 2px 0px 5px;
    padding: 2px 5px;
}
a.MatKhau {
    background: url('./../images/icon-matkhau.gif') 0px 8px no-repeat;
    padding-left: 6px;
    float: left;
    color: rgb(0, 0, 0);
    text-decoration: underline;
}
.BoxDangNhap .BtDangNhap {
    background: url('./../images/bt-dangnhap-popup.gif') 0px 0px no-repeat;
    height: 33px;
    width: 96px;
    display: block;
    text-indent: -9999px;
    border: none;
    clear: both;
    cursor: pointer;
    margin: 23px auto 2px;
}
.Box_Social_login {
    width: 100%;
}
.custom-popup p, .custom-popup h3{
    margin-bottom: 0;
}
fieldset {
    border: 0;
    background: 0;
    margin: 0 !important;
    padding: 0;
}
.Popup_DangKy .TextNote {
    clear: both;
    font-size: 11px;
    margin: 0;
    color: #8d8d8d;
}
.TextForm {
    width: 100%;
    margin-top: 10px;
    clear: both;
    overflow: hidden;
}
.Popup_DangKy .BgText {
    background: #fff !important;
    border: solid 1px #ccc !important;
    border-radius: 5px !important;
}
.Popup_DangKy .ChoiNgay {
    background: url('./../images/popup-dongy-dangky.gif') no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    cursor: pointer;
    display: block;
    margin: 10px auto 0;
    height: 32px;
    text-indent: -9999px;
    width: 100px;
}
.Box_Social {
    clear: both;
    padding-top: 10px;
    position: relative;
    top: unset;
    width: 100%;
    display: inline-block;
}