/*@font-face {
  font-family: font_type1;
  src: url(../../plugins/font/sc.ttc);
}*/
/*@media only screen and (max-width: 320px) {*/

body{
	height:100vh;
	width:100%;
	padding:0px;
	margin:0px;
	font-family: font_type1, serif;
	font-size: 20px;
}
header{
	height:10vh;
	text-align:center;
}
header h1{
	padding-top: 5%;
}
footer{
	padding:50px 0;
	text-align:center;
}
article{
	min-height: calc(100vh - 220px);

	display:flex;
	align-items:center;
	justify-content:center;
	background-color: #efefef;
}
.login {
}
.login div{
	padding-top: 10px;
}
 input{
 	width:90%;
	border: 0px;
	border-bottom: 1px solid #3c3c3c;
	padding:5px 10px;
	text-align: center;
	font-size: 20px;
	box-shadow:4px 4px 3px rgba(20%,20%,40%,0.5);
}
.login input[type=checkbox]:not(old){
  width   : 28px;
  margin  : 0;
  padding : 0;
  opacity : 0;
}
.login input[type=checkbox]:not(old):checked + label{
	color:#bb5500;
	font-weight: bold;
	background: #ffee99;
}

.login_input:focus{
	border: 0px;
}
.btn_1{
	font-size: 20px;
	text-align: center;
	width:90%;
	text-decoration:none;
	padding:0px 5px;
	color:#000000;
}
.btn_1:visited{
	color:#000000;
}
.btn_1:hover{
	border:1px solid #3c3c3c;
}

.show_line {
	width:100%;
	padding-bottom: 5px;
}

