﻿@charset "utf-8";

input{
	margin-left: 0;
}

input[type="text"],input[type="password"] {
    font-size:12px;
    margin:0;
    padding:5px;
    width: 260px;
}

.submit{
	text-align: center;
	margin-bottom: 12px;
}

.login,.pass,.check{
	margin-bottom: 12px;
}

/* -- ユーザー側ログイン -- */

#loginform{
	width: 300px;
	margin: auto;
}

/* -- 営業所側ログイン -- */

#loginform-office{
	width: 270px;
	margin: auto;
	padding: 10px 30px 10px 30px;
	border: solid #A4A4A4 1px;
	background: #fafafa;
	box-shadow: 0px 1px 10px #A4A4A4;
}

#loginform-office p{
  font-weight: bold;
  }

.loginform-office-title{
	text-align: center;
	font-size: 23px;
	color: #A4A4A4;
	border-bottom: 2px solid #4eb4c2;
	margin-bottom: 10px;
}
