﻿/* responsive */
/*  Small devices (landscape phones, 544px and up) */
@media (min-width: 544px) {
    #qrleft-mobile {
        display: none;
    }

    #qrleft-pc {
        display: block;
    }
}

/*  Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    #qrleft-mobile {
        display: none;
    }

    #qrleft-pc {
        display: block;
    }
}

/*  Large devices (desktops, 992px and up) */
@media (min-width: 1024px) {
    #qrleft-mobile {
        display: none;
    }

    #qrleft-pc {
        display: block;
    }
}
/*  Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
   /* ระยะห่าง footer */
    .login-content {
    max-width: 700px !important;
    margin: 12vh auto !important;
	}
}
/*  Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1800px) {
    .container{ max-width:1400px}
	/* ระยะห่าง footer */
    .login-content {
    max-width: 700px !important;
    margin: 12vh auto !important;
	}
}
/*  Extra small devices (portrait phones, less than 544px) */
@media (max-width: 543px) {
    #qrleft-mobile {
        display: block;
    }

    #qrleft-pc {
        display: none;
    }
}
.col-sm-3 {

padding-top:2rem}