

body {
    background: url(/images/onlyRueda.png);
    background-repeat: no-repeat;
    background-size:auto;
}




h3 {
    font-family: 'Orbitron'; 
	font-size: 28px;
    font-weight: 200;
    line-height: 30px;
}

a {
    font-family: 'Roboto';
    font-size: 16px;
    color: rgb(0, 0, 0);
    
}
a:hover {
  
    color:  hsl(0, 0%, 1%);
      
}



input[type="text"], 
input[type="password"], 
textarea, 
textarea.form-control {
	height: 50px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    color: rgb(24, 14, 14);
    
}

textarea, 
textarea.form-control {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 30px;
}
 
input[type="text"]:focus, 
input[type="password"]:focus, 
textarea:focus, 
textarea.form-control:focus {
	outline: 1;
	background: #fff;
    border: 3px solid rgb(1, 1, 1);
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; 
}

input[type="text"]:-moz-placeholder, input[type="password"]:-moz-placeholder,  
textarea:-moz-placeholder, textarea.form-control:-moz-placeholder { color: #888; }

input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, 
textarea:-ms-input-placeholder, textarea.form-control:-ms-input-placeholder { color: #888; }

input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, 
textarea::-webkit-input-placeholder, textarea.form-control::-webkit-input-placeholder { color: #888; }


button:hover { opacity: 1; color: rgb(16, 6, 6); }


.inner-bg {
    padding: 15px 0 10px 0 !important;
	height: 70vh !important;
}

.form-box {
	margin-top: 35px;
}

.form-top {
	overflow: hidden;
	padding: 0 25px 15px 25px;
	background: hsl(217, 71%, 45%);
	-moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0;
	text-align: left;
}

.form-top-left {
	float: left;
	width: 75%;
	padding-top: 25px;
}

.form-top-left h3 { margin-top: 0; color: #fff; }
.form-top-left p { opacity: 1; color: #fff; }

.form-top-right {
	float: left;
	width: 25%;
	padding-top: 5px;
	font-size: 66px;
	color: #fff;
	line-height: 100px;
	text-align: right;
	opacity: 1;
}

.form-bottom {
	padding: 25px 25px 50px 25px;
	background: rgb(152, 148, 148);
	background: rgba(200, 180, 228, 0.7);
	-moz-border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px;
	text-align: left;
}

.form-bottom form textarea {
	height: 100px;
}

.form-bottom form button.btn {
	width: 100%;
}

.form-bottom form .input-error {
	border-color: #ed4c49;
}

