body{
	background:#000;
	font-family: 'Montserrat', sans-serif;
}
a:hover{
	text-decoration:none;
	color:#000;
}
.header{
	padding:50px 0;
	text-align:center;
}
.header img{
	max-width:100%;
}
.content-area{
	text-align:center;
}
.content-area h1{
	text-align:center;
	margin-top:0;
	margin-bottom:20px;
	padding:0;
	font-size:28px;
	color:#fff;
	font-weight:400;
}
.content-area p{
	color:#fff;
	font-size:16px;
	font-weight:300;
	margin-bottom:10px;
}
.container{
	max-width:430px;
}
.icon-wrapper{
	margin-top:30px;
}
.btn-wrapper{
	margin:30px 0;
}
.btn-other{
	text-decoration:none;
	background:#fedc00;
	color:#000;
	display:inline-block;
	font-weight:500;
	padding:2px 15px;
}
.btn-connect{
	text-decoration:none;
	background:#fedc00;
	color:#000;
	display:inline-block;
	font-weight:500;
	padding:3px 40px;
	font-size:32px;
}
.btn-validate{
	text-decoration:none;
	background:#fedc00;
	color:#000;
	display:inline-block;
	font-weight:400;
	padding:3px 20px;
	font-size:25px;
}
.form-info input{
	max-width:400px;
	border-radius:0;
	min-height:45px;
	border:2px solid #fedc00;
	text-align:center;
}

.ace-control.checkbox{
	text-align:left;
}
.ace-control .fake-label {
	font-size:16px;
	color:#fff;
}
.ace-control .fake-label a{
	color:#fedc00;
	text-decoration:underline;
}
.ace-control .fake-input, .ace-control .fake-label {
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    vertical-align: middle;
	text-align:left;
}
.ace-control [type="radio"], .ace-control [type="checkbox"] {
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    z-index: -1;
}
.ace-control .fake-input, .ace-control label {
    display: inline-block;
    vertical-align: middle;
}
.ace-control label {
    padding-right: 5px;
}
.ace-control .fake-input {
    background: #000 none repeat scroll 0 0;
    border: 1px solid #fedc00;
    display: inline-block;
    height: 35px;
    margin-right: 5px;
    position: relative;
    vertical-align: middle;
    width: 35px;
}
.ace-control.checkbox [type="checkbox"] + .fake-input::before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #fff;
    border-image: none;
    border-style: solid;
    border-width: 0 0 3px 3px;
    content: "";
    height: 10px;
    left: 50%;
    margin: -10px 0 0 -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(-45deg);
    width: 20px;
}
.ace-control [type="radio"] + .fake-input::before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #777;
    border-image: none;
    border-style: solid;
    border-width: 0 0 3px 3px;
    content: "";
    height: 10px;
    left: 50%;
    margin: -10px 0 0 -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(-45deg);
    width: 20px;
}
.ace-control [type="radio"]:checked + .fake-input::before, .ace-control [type="checkbox"]:checked + .fake-input::before {
    opacity: 1;
}
.ace-control input:disabled + .fake-input, .ace-control input:disabled ~ .fake-label {
    opacity: 0.5;
}
.ace-control .fake-select {
    display: inline-block;
    position: relative;
}
.ace-control select {
    background: #f8f8f8 none repeat scroll 0 0;
    border: 2px solid #bbb;
    border-radius: 6px;
    display: inline-block;
    font-family: inherit;
    font-feature-settings: inherit;
    font-kerning: inherit;
    font-language-override: inherit;
    font-size: inherit;
    font-size-adjust: inherit;
    font-stretch: inherit;
    font-style: inherit;
    font-synthesis: inherit;
    font-variant: inherit;
    font-weight: inherit;
    line-height: 1.2;
    margin: 0;
    outline: medium none;
    padding: 4px 3px 4px 5px;
    position: relative;
    width: 250px;
}
.ace-control .fake-select::before {
    background: #bbb none repeat scroll 0 0;
    border-radius: 0 6px 6px 0;
    bottom: 0;
    content: "";
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 35px;
    z-index: 1;
}
.ace-control .fake-select::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #666;
    border-image: none;
    border-style: solid;
    border-width: 0 0 3px 3px;
    content: "";
    height: 8px;
    line-height: 0;
    margin-top: -6px;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: rotate(-45deg);
    width: 8px;
    z-index: 1;
}
#fadeandscale_wrapper{
    padding-left:10%;
    padding-right:10%;
    height:90%;
}
#fadeandscale {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}
.popup_visible #fadeandscale {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.yellow {
	color:#fddd00;
	font-size:16px;
	font-weight:300;
}

