@charset "utf-8";
*{
	margin:0 auto;
	padding:0;
}
body{
	background:#fff8db;
}
.wrapper {
	background:url(../images/bgCont.PNG) no-repeat center center;
	height:483px;
	width:639px;
	margin-top:60px;
	text-align:center;
}
.logo{
	width:268px;
	border:none;
	margin-top:158px;
}
.hihi input[type=submit]{
	background:url(../images/btn.PNG) no-repeat top center;
	width:132px;
	height:40px;
	color:#fff;
	border:none;
	margin:43px 7px;
	font-size:18px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	cursor:pointer;
}
.hihi input[type=submit]:hover{
	text-shadow:0px 0px 2px #fff;
	cursor:pointer;
}

.hihi input[type=button]{
	background:url(../images/btn.PNG) no-repeat top center;
	width:132px;
	height:40px;
	color:#fff;
	border:none;
	margin:43px 7px;
	font-size:18px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	cursor:pointer;
}
.hihi input[type=button]:hover{
	text-shadow:0px 0px 2px #fff;
	cursor:pointer;
}
.company-info{
	width:600px;
	margin:25px auto;
	border:2px solid #ef2f04;
	padding:15px;
	line-height:1.5em;
}
.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.col-sm-12{
	position: relative;
	padding-right: 15px;
	padding-left: 15px;

}
.row{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
@media(max-width: 767px){
	.company-info{
		width: calc(100% - 34px);
	}
	.wrapper{
		width:100%;
		background-size:100% 100%;
		height:auto;
	}

}