
.login-form {
	margin: auto;
	margin-top: 2em;
	max-width: 60%;
}

#error-message {
	color: tomato;
}

#dispute-form {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

#advance-form {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.form-section {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.form-section input {
	margin: 1em;
}

.advance-type-container {
	display: flex;
	flex-direction: column;
	white-space: nowrap;
	align-items: center;
	margin-bottom: 2em;
}


#other-order-section {
	padding: 0.2em;
	width: 100%;
}

#other-order-section input, #other-order-section select {
	margin: 0.25em;
	margin-left: 0.5em;
	margin-right: 0.5em;
}

#other-checkbox {
	width: auto;
}

#other-wo-number {
	max-width: 15%;
}

#other_disputed_total {
	min-width: 15%;
}

#other_reduction {
	max-width: 3em;
}

.form-section select {
	height: 3em;
	width: 100%;
}

.form-section textarea {
	margin: 2vw;
	width: 90%;
	max-height: 5em;
	overflow-y: auto;
}

#dispute-info {
	display: flex;
	flex-direction: column;
	padding: 1em;
}

#advance-info {
	display: flex;
	flex-direction: column;
}

#submit-info {
	display: flex;
	flex-direction: column;
}

#adv-amount-container {
	display: flex;
	flex-direction: row;
	margin-left: auto;
	margin-right: 3em;
	white-space: nowrap;
	font-weight: bolder;
}

#adv-amount-error {
	color: tomato;
}