html {
	background: url(../img/bg.JPG) center;
	-webkit-background-size: cover;
	background-size: cover;
	height: 100vh;
}

body {
	padding: 0;
	margin: 0;
	min-height: 100%;
	background: rgba(0, 0, 0, 0.55);
	font-family: "OpenSansRegular";
}

p {
	margin: 0;
}

* {
	outline: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.index {
	width: 100%;
    height: 100%;
    display: table;
    table-layout: fixed;
}

.wrapper {
	width: 100%;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.container {
    width: 960px;
    margin: 0 auto;
}

/* --------------- Content --------------- */

.box-form {
	color: #fff;
}

.title-page {
	font-size: 30px;
	font-family: "OpenSansBold";
}

.sub-title {
	margin: 5px 0 40px;
	font-size: 18px;
	font-family: "OpenSansLight";
}

.sub-title p:last-child {
	margin-top: 5px;
}

.main-form {
    width: 70%;
    color: #000;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.62);
    border-radius: 8px;
    padding: 30px 40px;
}

.text-top {
    font-size: 14px;
    margin-bottom: 20px;
    color: rgba(0, 0, 0, 0.89);
    font-family: "OpenSansLight";
}

.main-form label {
	display: block;
	text-align: left;
}

.main-form label span {
    width: 35%;
    font-size: 14px;
    display: inline-block;
    color: #414141;
   	font-family: "OpenSansSemiBold";
}

.main-form label input {
	width: 60%;
	height: 33px;
	padding: 0 10px;
	margin-bottom: 10px;
	color: #414141;
	font-family: "OpenSansLight";
}

.file-field {
	padding-top: 5px;
}

.file-field input {
	padding: 0 !important;
}

.btn-box {
    text-align: center;
}

.btn-form {
	border: 0;
    width: 30%;
    height: 45px;
    color: #fff;
    padding: 0;
    cursor: pointer;
    font-size: 22px;
    border-radius: 2px;
    margin-left: 120px;
    background: #f27000;
    font-family: "OpenSansSemiBold";

    -webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.btn-form:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.21);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.text-bottom {
    color: #414141;
    font-size: 12px;
    text-align: right;
    margin-top: 20px;
    font-family: "OpenSansLight";
}

.box-footer {
	margin: 20px 0;
	color: #fff;
	font-size: 14px;
	font-family: "OpenSansSemiBold";
}

.box-footer a {
	color: #fff;
	margin-right: 80px;
	text-decoration: none;
}

/* Modal */

.modal {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.71);
	display: none;
#	display: yes;
}

.box-thank {
	width: 300px;
	height: 150px;
	margin: auto;
	background: #fff;
	padding: 20px;
	color: #000;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.box-thank:after {
	content: " ";
	position: absolute;
	width: 51px;
	height: 51px;
	background: url(../img/ok.png) no-repeat;
	top: 80px;
	left: 0;
	right: 0;
	margin: auto;
}

.req {font-color: #ff0000; color: #ff0000 !important;}