@import 'https://fonts.googleapis.com/css?family=Comfortaa:300|Cormorant+Garamond|Cormorant+Infant|Cormorant+SC|Cormorant+Unicase|EB+Garamond|El+Messiri|Forum|Jura|Lobster|Neucha|Open+Sans+Condensed:300|PT+Sans|PT+Sans+Narrow|Philosopher|Playfair+Display+SC|Poiret+One|Ruslan+Display|Russo+One|Ubuntu&subset=cyrillic';

html, body{
    height: 100%;
	width:100%;
}
body{
    font-family: 'PT Sans', sans-serif;
    color: #333;
	position:relative;
}
#reg_button{
	z-index:5;
	position:absolute;
	right:10px;
	top:150px;
	background:rgb(144, 104, 190);
	border:1px white solid;
	line-height:40px;
	border-radius:5px;
	cursor:pointer;
	-webkit-user-select: none;
}
#reg_button font{
	margin:15px 20px;
	color:white;
	font-size:20px;
	text-decoration:none;
}
#location{
	color:black; 
	font-size:20px;
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
}

.field input[type="submit"].submit_btn{
    box-sizing: border-box;
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box;     
    
    
}
.field{
    color: #000;
}

.field input[type="email"],
.field textarea,
.field input[type="text"]{
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    width: 100%;
    padding: 7px 10px;
    border: solid 1px rgba(0,0,0,0.2);
    margin-bottom: 15px;
    color: #313131;
}

.field input[type="submit"]{
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    width: 100%;
    padding: 7px 10px;
    border: solid 2px;
    margin-bottom: 15px;
    color: #fff;
    background: #fff;
}


.field input[type="submit"]:hover{
    background: rgba(0,0,0,0.1);

}


.field input[type="file"],
.field input[type="checkbox"],
.field select,
.field input[type="radio"]{

    margin-bottom: 15px;

}

.field textarea{
    min-height: 70px;
}
.field input[type="submit"]{
    padding: 15px 10px;
    font-size: 24px;
    background-repeat: repeat-x;

}
#wrapper{
	margin: 50px auto;
	padding:0;
	height:500px;
	background:url(../img/reg_background.jpg) no-repeat;
	background-attachment:fixed;
	background-position:0 center;
	max-width:1400px;
}

#wrapper .section_inner .title{
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 100%;
}
#wrapper .sub_title{ 
    padding-bottom: 0px;
    text-align: center;
    font-size: 16px;
    margin-bottom: 0px;
}
#wrapper .section_inner{
    width: 26%;
	height:440px;
	max-width: 940px;
    font-size: 14px;
	background:#03b4f2;
	padding: 30px 2%;
	color:white;
	float:right;
}
#wrapper .form_wrapper{
    text-align:center;
	width:250px;
	margin:0 auto;
}
#wrapper .form_wrapper .field{
    width: 90%;
}

#wrapper .form_wrapper .field input{
    height: 40px;
    padding: 0 5px;
    font-size: 15px;
    box-sizing: border-box;
    font-family:"Garamond", serif;
	width:100%;
	margin-bottom:10px;
}
#wrapper .form_wrapper .field .field_title, 
#wrapper .form_wrapper .field .field_description{
    display: none;
}
#wrapper .form_wrapper .field:last-child{
    margin-right: 0;
}

#wrapper .form_wrapper .field input[type="submit"] {
	font-size: 18px;
    height: 42px; 
	background:#03b4f2;
	font-weight:bold;
}
#wrapper .form_wrapper .field input[type="submit"]:hover {
    background:white;
	color:#03b4f2;
	background:white;
}
#wrapper .form_text{
	line-height:100%;
}
