P{
  font-size : 13px;
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  line-height : 16px;
  font-weight : normal;
  text-decoration : none;
  margin-bottom : -1px;
}
STRONG{
  font-weight : normal;
  text-decoration : none;
}
.Class0{
  font-size : 12px;
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  line-height : 18px;
  font-weight : normal;
  text-decoration : none;
  top : 0mm;
  left : 0mm;
}
.Class0,p{
  margin-bottom: 15px;
}
.Class0B{
  font-size : 13px;
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  line-height : 18px;
  font-weight : bold;
  text-decoration : none;
}
.Class1{
  font-size : 14px;
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  line-height : 20px;
  font-weight : normal;
  text-decoration : none;
}
.Class1B{
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  font-size : 14px;
  line-height : 20px;
  font-weight : bold;
  text-decoration : none;
}
.ClassNB{
  font-size : 12px;
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  line-height : 18px;
text-align : left;

list-style-type : disc;
list-style-position : outside;
left : -15px;
}
H1{
  font-size : 13px;
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  line-height : 18px;
  font-weight : normal;
  text-decoration : none;
  top : 0mm;
  left : 0mm;
  margin-bottom : -1px;
}
H2{
  font-size : 14px;
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  font-weight : bold;
  line-height : 20px;
  text-decoration : none;
  margin-bottom : -2px;
  color : #f27900;
}
H3{
  font-size : 14px;
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  line-height : 20px;
  font-weight : bold;
  text-decoration : none;
  margin-bottom : -2px;
  color : blue;
}
H4{
  font-size : 13px;
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  font-weight : normal;
  line-height : 18px;
  text-decoration : none;
  margin-bottom : -1px;
  color : black;
}
H5{
  font-size : 13px;
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  line-height : 18px;
  margin-bottom : -1px;
  color : white;
}
H6{
  font-size : 13px;
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  font-weight : bold;
  line-height : 18px;
  color : black;
  text-decoration : none;
  margin-bottom : -1px;
}
UL{

margin-bottom : 3px;
margin-top : 0px;
}
LI{
margin-left : -23px;




font-size : 13px;
line-height : 18px;





list-style-image : url(../guide-supplier-61/guide-supplier-61/guide-supplier-61/img/e_16.gif);

}
A{
font-size : 12px;
line-height : 18px;
text-decoration : none;
}
A:HOVER{
text-decoration : underline;
}

.error {
  margin-top: 10px;
  	color: #FF0000;
}
body {
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  text-align: center;
  background-color: #f5f5f5;
}

.login-container {
  width: 759px;
  margin: 0 auto;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 2px 2px 2px 1px rgba(0, 26, 48, 0.2);
}

h1 {
  font-family:sans-serif;
  font-size: 20px;
  font-weight: bold;
}

.loginInfo {
  background-color: #fff; 
  width: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 20px auto;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); 
}
.form-group {
  display: flex;
  align-items: center;
  margin: 20px 0;
}

label {
  width: auto;
  text-align: right;
  margin-right: 10px;
}

.formInput {
  flex: 1;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 12px;
  line-height: 16px;
  width: auto; 
}

.error {
  color: #FF0000;
}


.submitBtn{
    width: 150px;
    background-color: #237AC1;
    padding: 7px 10px;
    box-shadow: 2px 2px 2px 1px rgba(0, 26, 48, 0.2);
    cursor:pointer;
    color: #fff;
    font-weight: bold;
    border-radius: 1rem;
    margin: 0 0 20px 0;
}
.submitBtn:hover{
	background-color: rgba(6, 116, 212, 0.9);
}
.passwordTitle{
  width: auto;
}

.login-coment {
  margin-top: 10px; 
  font-size: 12px; 
  color: #666; 
  text-align: center; 
  padding: 5px;
  background-color: #f5f5f5;
  border-radius: 5px; 
}
.pageTitle{
 margin-right: 40px;
}
.entryInfo {
  background-color: #fff; 
  width: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 20px auto;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); 
}
.receiptName{
  margin-right: 2rem;
}
.instruction-coment {
  margin-top: 30px; 
  font-size: 13px; 
  color: #666; 
  text-align: center; 
  padding: 5px;
  background-color: #f5f5f5;
  border-radius: 5px; 
}
.submitBtn2{
  width: 100px;
  background-color: #237AC1;
  padding: 7px 10px;
  box-shadow: 2px 2px 2px 1px rgba(0, 26, 48, 0.2);
  cursor:pointer;
  color: #fff;
  font-weight: bold;
  border-radius: 1rem;
}
.submitBtn2:hover{
background-color: rgba(6, 116, 212, 0.9);
}