.width_790{
	max-width: 790px;
}
#interval{
	height: 140px;
	width: 345px;
	margin: 24px 0 0 25px;
	float: left;
	text-align: center;
}
#form_container{
	background: none repeat scroll 0 0 #efefef;
	z-index: 98;
	padding-bottom: 20px;
	border: 1px solid #AAA;
	font-size: 13px;
}
#form_container a{
	color: #0072C6;
}
#form_container a:hover{
	color: #FF6C00;
}
.trip_item_container{
	margin: 23px 23px 23px 24px;
}
#form_content{
	width: 345px;
	float: left;
	margin-left: 25px;
}
input{
	width: 88%;
	height: 30px;
	position: relative;
	font-size: 14px;
	color: #444444;
	outline: none;
	border: 1px solid #AAAAAA;
	padding-left: 20px;
}
input[type="text"]:focus, input[type="password"]:focus{
	border-left: 2px solid #008000;
	padding-left: 19px;
}
input[name="input_equation_digit"]{
	width: 25px;
}
input[type="submit"]{
	width: 120px;
	height: 30px;
	color: #FFFFFF;
	font-size: 17px;
	background-color: #0072c6;
	border: none;
	float: right;
	margin-right: 19px;
	padding-left: 0;
	cursor: pointer;
}
input[type="submit"]:hover{
	background-color: #1E82CC;
}
input[type="submit"]:focus{
	background-color: #000000;
}
.error{
	border: 1px solid #FF6C00;
}
.error_message{
	width: 325px;
	height: 18px;
	line-height: 15px;
	color: #FF6C00;
	font-size: 12px;
}

@media only screen and (max-width: 810px){
	.width_790{
		max-width: 90%;
	}
	#interval{
		display: none;
		margin: 24px 0 0;
	}
	#form_content{
		margin: 23px 0 0 0;
		width: 42%;
	}
	.error_message{
		height: 28px;
		width: inherit;
	}
	input[type="submit"]{
		margin-right: 15px;
	}
}
@media only screen and (max-width: 804px){
	#form_content{
		margin: 23px 0 0 0;
		width: calc(100% - 345px);
	}
	input[type="submit"]{
		margin-right: 6%;
	}
}
@media only screen and (max-width: 740px){
	input[type="submit"]{
		margin-right: 5%;
	}
}
@media only screen and (max-width: 690px){
	input[type="submit"]{
		margin-right: 4%;
	}
}
@media only screen and (max-width: 640px){
	input[name="input_equation_digit"]{
		width: 20px;
	}
	input[type="submit"]{
		margin-right: 2%;
	}
}
@media only screen and (max-width: 620px){
	.trip_item_container{
		display: none;
	}
	#form_content{
		margin: 20px auto 0 auto;
		width: 300px;
		float: none;
	}
	input[type="submit"]{
		margin-right: 4.6%;
	}
	#slick-login{
		height: 200px !important;
	}
	#interval{
		display: block;
		height: auto;
		float: none;
		margin: 24px auto 0 auto;
	}
	#logo{
		width: 100%;
		height: auto;
	}
}
@media only screen and (max-height: 480px) and (max-width: 690px){
	#footer_container{
		bottom: -100px;
	}
}
@media only screen and (max-width: 440px){
	#form_content{
		width: 90%;
		float: unset;
	}
}
@media only screen and (max-width: 400px){
	#interval{
		width: 95%;
	}
}