@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700,900&display=swap');

body{
	background-color: white;
	width: 100%;
	height: 100%;
	font-size: 18px;
	line-height: 1.5;
	font-family: 'Roboto', sans-serif;
	color: #222;
}
.container{
	max-width: 1230px;
	width: 100%;
}

.header {
	background-color:#0B2134;
	color:white;
	padding-top: 20px;
    margin-bottom: 15px;
}

.list-unstyled {
	text-align: center;
}

.inn-makers {
	font-family: 'Roboto', sans-serif; 
	font-size: 31px; 
	font-weight: 400; 
	color: rgb(255, 255, 255);
	font-weight: bold;
	white-space: nowrap; 
	overflow: visible; 
	padding: 0px;
	display: block; 
	background: transparent;
}

h1{
	font-weight: 700;
	font-size: 22px;
	font-family: 'Roboto', sans-serif;
}


.aton-text {
	font-family: Arial, sans-serif;
  	font-weight: bold;
  	font-size: 35px;
  	color: #333333;
}

#title {
	color:rgb(50,74,97);
}

#description{
	font-size: 18px;
	padding-top:10px;
	color:#dd9933;
}

.form-wrap{
	background: rgba(255,255,255,1);
	width: 100%;
	/*max-width: 850px;*/
	padding-top: 50px;
	padding-right: 50px;
	padding-left: 50px;
	padding-bottom: 400px;
	margin: 0 auto;
	position: relative;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
}
.form-wrap:before{
	content: "";
	width: 90%;
	height: calc(100% + 60px);
	left: 0;
	right: 0;
	margin: 0 auto;
	position: absolute;
	top: -30px;
	background: rgba(15,41,143,255);
	z-index: -1;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
}

#btn {
	color: #fff;
    background-color: #0B2134;
    border-color:#0B2134;
	font-size: 16px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.buttonClose {
	margin-bottom:6px;
}
