/*----------------------------------------
    Login Page
------------------------------------------*/

button[type='submit'].btn_03, a.btn_03 { 
	display:inline-block; 
	width:200px; 
	border:0; 
	border-radius:20px; 
	font-size:13px; 
	font-weight:500; 
	line-height:40px; 
	color:#fff; 
	text-align:center; 
}

#copyright {
	left: 0px;
	bottom: 0px;
	width: 100%;
    text-align: center;
    background:#f3f4f6;
    -webkit-user-select:none;
    -webkit-touch-callout:none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    overflow-y: visible !important;
}

#copyright img {
    max-height: 70px;
    min-width: 320px;
}

#login {
	min-height: calc(100vh - 140px - 134px);
	padding-bottom: 60px;
}

#remember_me + label{
	margin-left: 30px;
	display: none;
}

#main {
	background-color: #fff;
}

ul {width:100%;	padding:15px 0 10px; font-size:0; text-align:center; background:#f3f4f6; }
ul li { display:inline-block; padding:0 30px; }
ul li:first-child { border-right:1px solid #ddd; }