@media screen and (min-width: 641px){
img{
max-width: 100%;
height: auto;
width /***/:auto;　
}
#container{
width:100%;
}

.login-wrap{
  width:365px;
  margin: 0 auto;
  margin-top:5%;
}

.form-group{
  text-align: center;
}

.notify{
  width:100%;
}

#message{
  margin-bottom:3%;
  color:red;
}

.text-color{
  display:inline;
  color:#036EB7;
  text-decoration: underline;
}

#submit img{
  width:191px;
}

button {
  padding:0;
	margin:0;
	background:none;
	border:0;
	font-size:0;
	line-height:0;
 	overflow:visible;
	cursor:pointer;
}
}

@media screen and (max-width: 640px){
img{
max-width: 100%;
height: auto;
width /***/:auto;　
}
#container{
width:100%;
}

.login-wrap{
  width:90%;
  margin: 0 auto;
  margin-top:8%;
}

.form-group{
  text-align: center;
}

.notify{
  width:100%;
}

#message{
  margin-bottom:3%;
  color:red;
}

.text-color{
  display:inline;
  color:#036EB7;
  text-decoration: underline;
}

#submit img{
  width:191px;
}

button {
  padding:0;
	margin:0;
	background:none;
	border:0;
	font-size:0;
	line-height:0;
 	overflow:visible;
	cursor:pointer;
}
}
