body {
    font-family: 'Lato', sans-serif;	
    margin:0;
    background:url(images/background2.jpg) no-repeat center top;
    min-height:1024px;
}

h2 {
    margin:0;
    font-size:36px;
    font-weight:700;
    color:#fff;	
}

input[type="text"], input[type="password"] {
	width:95%;
	border:none;
	height:36px;
	padding-left:15px;
	margin:10px 0 10px 0;
	float:left;
}

#container {
    margin:0 auto;
    /*background-attachment:fixed;*/	
}

.clear {clear:both;}

header {
    text-align:center;
    margin:20px 0 0 0;
}

footer {
    text-align:center;
    font-size:10px;
    color:#666;
    margin:15px 0 15px 0;
}

.black-bg {
    background:rgba(0, 0, 0, 0.8);
    width:90%;
    margin:25px auto;
    text-align:center;
    padding:65px 0 25px 0;
}

.black-bg span, span a {
    color:#fff;
    font-size:20px;
	text-decoration:none;
}

.green {color:#a5ce41;}
.blue {color:#1dafed;}

.separator {margin:35px 0 35px 0;}



/************************************************************************************************************** std Form Holder */
.form-holder {
    width:700px;
    margin:0 auto;
}
@media (max-width : 750px) {
.form-holder {
	width:85%;
	margin:0 auto;
}
}
.form-holder .inner {
    width:95%;
    margin:0 auto;
}
.form-holder .left {
    float:left;
    width:47%;
    margin:4px 0 4px 0;
}
.form-holder .right {
    float:right;
    width:47%;
    margin:4px 0 4px 0;
}
.form-holder select {
    width:95%;
    padding:8px 0 8px 15px;
    border-radius:6px;
    border:none;
	height:38px;
	margin:10px 0 10px 0;	
}
.login span {
    color:#fff;
    font-size:14px;
	margin-top:-6px;
}
.login span a {
	color:#00b2ff;
	text-decoration:none;
	font-size:14px;
}



.form-holder-login label {
	text-align:left;
	float:left;
	color:#fff;
	font-size:12px;
	padding:5px 0 5px 0;
}
.form-holder-login .left {
    float:left;
    margin:4px 0 4px 0;
}
.form-holder-login .right {
    float:right;
    margin:4px 0 4px 0;
}
.form-holder-login footer, footer a {
    text-align:center;
    font-size:10px;
    color:#fff;
    margin:20px 0 5px 0;
}

/************************************************************************************************************** std Form Holder */


.coming-soon{
    color:#006290;
    font-size:30px;
    text-align:center;
    margin:20px 0 20px 0;
}

.button{
    background: #a6ce3f;
    color:#384519;
    font-weight:700;
    font-size:14px;
    border:none;
	text-align:center;
    border-radius:0;
	width:120px;
	height:35px;
	margin:5px auto 10px auto;
	-webkit-appearance: none;
}
.button:hover{background:#b2db4c;}
.button:active{background:#97bc39;}

.signup-button {
    background: #ff8f2b;
    color:#fff;
    font-weight:700;
    font-size:14px;
    border:none;
    border-radius:0!important;
    width:30%!important;
    padding:10px 0 10px 0!important;
    margin:15px auto 15px auto;
}
.signup-button:hover{
    background:#ffa32b;
}
.signup-button:active{
    background:#ff7b2b;
}

.title-copy{
    color:#fff;
    font-size:20px;
}
.title-copy-blue{
    color:#00deff;
    font-size:20px;
}
.legal-copy{
    color:#fff;
    font-size:11px;
    line-height:1em;
}

.captcha_image{
    width:170px; 
    height:36px; 
	margin:10px 0 10px 0; 
    border-radius:6px;
}
@media (max-width : 1263px) {
.captcha_image{
	width:170px; 
	height:36px; 
	margin:10px 0 10px 0; 
	border-radius:6px;
}
}

/************************************************************************************************************** Login */
.black-bg-login {
    background:rgba(0, 0, 0, 0.8);
    width:450px;
    margin:25px auto;
    text-align:center;
    padding:25px 0 25px 0;
    -webkit-border-radius: 4px; 
       -moz-border-radius: 4px; 
            border-radius: 4px; 
}

.form-holder-login {
    width:90%;
    margin:0 auto;
}
.form-holder-login .inner {
    width:90%;
    margin:0 auto;
    padding:10px 0 10px 0;
}
.form-holder-login .left {
    float:left;
    margin:0 8px 0 0;
}
.form-holder-login .remember {
	width:auto;
	margin:10px auto 10px auto;
}
.form-holder-login span, span a {
	color:#fff;
	font-size:11px;
	margin:10px 0 10px 0;
}

.copy {
	color:#fff;
	font-size:14px;
	padding:15px 0 15px 0;
}

/*.form-holder-login .right {
    float:right;
    width:47%;
    margin:4px 0 4px 0;
}
.form-holder-login input[type="text"], input[type="password"] {
    width:98%;
    padding:8px 0 8px 10px;
    border-radius:4px;
    border:none;
}*/
@media (max-width : 750px) {
.black-bg-login {
    background:rgba(0, 0, 0, 0.8);
    width:90%;
    margin:25px auto;
    text-align:center;
    padding:25px 0 25px 0;
    -webkit-border-radius: 4px; 
       -moz-border-radius: 4px; 
            border-radius: 4px; 
}
}
/************************************************************************************************************** / Login */

/************************************************************************************************************** Terms */
.terms {
	width:750px;
	margin:0 auto;
}

.terms div {
	margin:8px 0 8px 0;
}

.terms h2 {
	color:#333;
	font-size:32px;
	font-weight:bold;
	margin:15px 0 25px 0;
}

ol li {
	margin:15px 0 20px 0;
}
@media (max-width:750px) {
	.terms {
		width:85%;
		margin:0 auto;
	}
}
/************************************************************************************************************** / Terms */