
body {
    color: #888;
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    text-align: center;
}

img {
    max-width: 100%;
}




.inner-bg {
    padding: 100px 0 170px;
}
.top-content .text {
    color: #fff;
}
.top-content .text h1 {
    color: #fff;
}
.top-content .description {
    margin: 20px 0 10px;
}
.top-content .description p {
    opacity: 0.8;
}
.top-content .description a {
    color: #fff;
}
.top-content .description a:hover, .top-content .description a:focus {
    border-bottom: 1px dotted #fff;
}
.form-box {
    margin-top: 35px;
}
.form-top {
    background: rgba(0, 0, 0, 0.35) none repeat scroll 0 0;
    border-radius: 4px 4px 0 0;
    overflow: hidden;
   
    text-align: left;
}
.form-top-left {
    float: left;
    padding-top: 25px;
    width: 75%;
}



.form-top-right {
    color: #fff;
    float: left;
    font-size: 66px;
    line-height: 100px;
    opacity: 0.3;
    padding-top: 5px;
    text-align: right;
    width: 25%;
}
.form-bottom {
    background: white;
    border-radius: 0 0 4px 4px;
    padding: 25px 25px 30px;
    text-align: left;
}
.form-bottom form textarea {
    height: 100px;
}
.form-bottom form button.btn {
    width: 100%;
}
.form-bottom form .input-error {
    border-color: #de615e;
}

@media (min-width: 992px) and (max-width: 1199px) {
}
@media (min-width: 768px) and (max-width: 991px) {
}
@media (max-width: 767px) {
.inner-bg {
    padding: 60px 0 110px;
}
}
@media (max-width: 415px) {

}



