/* index.php (login) */
html {background-color: whitesmoke;}
.container {display:block; width:100%; height:100%;}

.mbskin {display:block; position:absolute; width:300px; height:auto; text-align: center; left:50%; top:40%; transform: translate(-50%, -50%);}
.logo {display:block; width:100%; height:auto; margin:0;}
.awt_logo {width:55%; cursor: pointer;}
#login_fs {display:block; width:300px; height:360px; margin:30px 0 0 0; padding:25px; border: 1px solid lightgray; box-sizing: border-box; background-color:white;}
.frm_input {display:block; width:100%; height:40px; margin-bottom: 10px; padding:10px; background-color:aliceblue;
            box-sizing: border-box; border: 1px solid lightgray; border-radius:3px; font-size: 15px; outline: none;}
.frm_input:focus {border-color:royalblue; box-shadow: 0 0 3px rgba(0, 123, 255, 0.5);}      
.btn_submit {display:block; width:100%; height:45px; margin-top: 20px; box-sizing: border-box; cursor: pointer;
            background-color:#007BFF; color: white; border: none; border-radius:4px; font-size: 16px; font-weight: bold;}
.btn_submit:hover {background-color:royalblue;}

.login_auto {display:block; width:100%; text-align: left; font-size: 14px; color:#000; margin-top:10px; cursor: pointer;}
.login_checkbox {transform: scale(1.3); margin-right:3px; accent-color:royalblue; vertical-align:-10%; cursor: pointer;}
.login_label { cursor: pointer;}

.tline {position:absolute; width:100%; border-bottom: 1px solid lightgray; margin-top:20px; left:0;}
.btn_submit2 {display:block; width:100%; height:45px; margin-top: 50px; box-sizing: border-box; cursor: pointer;
            background-color:whitesmoke; color: dimgray; border: 1px solid lightgray; border-radius:4px; font-size: 16px; font-weight:bold;}
.ps_search {display:block; width:100%; margin-top: 10px; padding:0; font-size: 14px; color:dimgray; cursor: pointer;}