/* VK쐬 */
.button {
	display: inline-block;
	width: 100px;
	height: 30px;
	text-decoration: none;
	outline: none;
	background-color: #696969;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	font-family: arial;
}
.button:hover {
	background-color: #59b1eb;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}


.base {
  background-color: #ebf7f8;
}
.loginForm {
  background-color: #ffffff ;
  margin:20px auto;
  width:347px;
/*  text-align:center;*/
  padding:20px;
}

.loginForm .msgForm {
  font-weight: bold;
  color: #ff0000;
}

input[type='text'] {
	FONT-FAMILY: "Meiryo UI", "MS PGothic"; FONT-SIZE: 12px; width: 120px;
}
input[type='password'] {
	FONT-FAMILY: "Meiryo UI", "MS PGothic"; FONT-SIZE: 12px; width: 120px;
}
