﻿html {
    height: 100%;
}

body {
    background-color: #fc7279;
    background-image: -webkit-linear-gradient(bottom left, #fc7279 10%, #ff7b9c 65%, #ffc019 125%);
    background-image: linear-gradient(to top right,#fc7279 10%, #ff7b9c 65%, #ffc019 125%);
    width: 100%;
    min-height: 100%;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 75px;
}

.bug-info {
    display: none;
}

.btn-primary {
    background: #1AAFD0 !important;
    border-color: #1AAFD0 !important;
}

.form_data {
    background-color: #fff;
    margin: auto;
    padding: 25px;
    max-width: 800px;
    border-radius: 3px;
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1);
    text-align: center;
}

    .form_data label {
        /*color: #898E95 !important;*/
        font-weight: 500;
    }

    .form_data text-danger {
        text-align: left !important;
    }

.message_data {
    margin: auto;
    max-width: 800px;
    text-align: center;
}
/*textarea {
    height: 126px !important;
}*/

/* Set widths on the form inputs since otherwise they're 100% wide */
/*input,
select,
textarea {
    max-width: 280px;
}*/

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}
/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}
