﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

.roundReg {
    border-radius: 24px;
    background: #e92327;
    width: 148px;
}

.roundLogin {
    border-radius: 24px;
    background: #1ec8ff;
    width: 148px;
}

.lm {
    border-radius: 28px;
    background: #e92327;
    width: 180px;
}

.top-bar {
    padding: 3px 0 3px 0 !important;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

    .btn-circle.btn-xl {
        width: 220px;
        height: 220px;
        padding: 10px 16px;
        font-size: 24px;
        line-height: 1.33;
        border-radius: 110px;
    }

.btn-default {
    border-color: White !important;
}

.srv1 {
    margin-top: -140px;
}

.fnav {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

    .fnav li {
        display: inline;
    }

    .fnav a {
        display: inline-block;
        padding: 10px;
    }

.topbar-fixed {
    top: 0;
    z-index: 100;
    position: fixed;
    width: 100%;
}



