@charset "UTF-8";

.loginLabel{
  font-size:0px;
 }
 
#deptlabel {
  position:relative;
  top: 20px;
  left:50px;
  font-size:18px;
 }

#userlabel {
  position:relative;
  top: 20px;
  left:50px;
  font-size:18px;
 }

#passwordlabel {
  position:relative;
  top: 20px;
  left:50px;
  font-size:18px;
 }

#comment {
  position:relative;
  top: 160px;
  left:50px;
 }

*[id$="dept"] {
  position:relative;
  top: 20px;
  left:50px;
  color: #404040;
  border-left: solid 6px #408080;/*左側の線*/
  background: #ffffff;
  margin-bottom: 10px;/*下のバーとの余白*/
  padding: 0.2em;
  list-style-type: none!important;/*ポチ消す*/
  font-weight: bold;
  font-size:24px;
}

#user{
  position:relative;
  top: 20px;
  left:50px;
  color: #404040;
  border-left: solid 6px #408080;/*左側の線*/
  background: #ffffff;
  margin-bottom: 10px;/*下のバーとの余白*/
  padding: 0.2em;
  list-style-type: none!important;/*ポチ消す*/
  font-weight: bold;
  font-size:24px;
}

#password	{
  position:relative;
  top: 20px;
  left:50px;
  color: #404040;
  border-left: solid 6px #408080;/*左側の線*/
  background: #ffffff;
  margin-bottom: 10px;/*下のバーとの余白*/
  padding: 0.2em;
  list-style-type: none!important;/*ポチ消す*/
  font-weight: bold;
  font-size:24px;
}

#submit {
	width:250px;
	height:80px;
	position:relative;
	top: 40px;
	left:50px;
	font-size:24px;
	box-shadow:2px 2px #404040;
 }