﻿
/*Desktop only*/
@media only screen and (min-width: 768px) {

    body {
        padding-top: 50px;
        padding-bottom: 20px;
    }

    .fastway > .panel {
        max-width: 400px;
        background-color: #f5f5f5;
    }
}

/*Mobile only*/
@media only screen and (max-width: 768px) {

    body {
        background-color: #f5f5f5 !important;
    }
}


/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.divcenter {
    position: relative !important;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.center {
    text-align: center !important;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.logo, .logo:visited, .logo:hover {
    text-decoration: none;
    text-underline: none;
}


.field-validation-error {
    color: red;
}
