/************************   xs   ************************/
/*__________( ~ 767px )__________*/
@media only screen and (max-width : 767px) {
body {
    background-position:center;
    background-size: auto;
}
.Title {font-size:34px;}

}

/*__________( ~ 640px )__________*/
@media only screen and (max-width :640px) {
br.visible-xs{
    display: none !important;
}

}

/*__________( ~ 480px )__________*/
@media only screen and (max-width :480px) {
.login_box > div.d_td{padding:15px 0 10px;}

}



/************************   sm   ************************/
/*__________(768px ~ )__________*/
@media only screen and (min-width : 768px) {

}



/************************   md   ************************/
/*__________(992px ~ )__________*/
@media only screen and (min-width : 992px) {

}


/************************   lg   ************************/
/*__________(1200px ~ )__________*/
@media (min-width: 1200px){

}
