﻿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;
}

.btn-round {
    border-radius: 17px;
}

.tabCon {
    height: 380px;
    padding-top: 15px;
    overflow-y: auto;
    overflow-x: hidden;
}

a.btnGray, a.btnRed, a.btnWRed, a.btnCC, a.btnWGray, a.btnGreenRS, a.btnOrange {
    border-bottom-width: 2px;
}

a.btnGray, button.btnGray {
    border: 1px solid #4b4d59;
    background-color: #777a87;
    color: #fff;
}

a.btnWGray, button.btnWGray {
    border: 1px solid #757575;
    color: #404040;
    text-shadow: 0 0 0 #fff !important;
    background-color: #fff;
}

a.btnM {
    min-width: 80px;
    padding: 7px 9px 8px;
    font-size: 11px;
    line-height: 13px;
}

a.btnStyle, button.btnStyle {
    display: inline-block;
    text-align: center;
    border-radius: 2px;
    text-transform: capitalize;
}

a:hover {
    color: #404040;
}

.Login {
    background-image: url('../../Content/banner/banner2.png');
    background-size: 200%;
    border-radius: 25px;
    border: 1px #E6E4E4;
    margin: 40px auto 10px auto;
    padding: 30px;
    padding-top: 10px;
    overflow: hidden;
    position: relative;
    width: 800px;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
}

.feature-img {
    margin: 30px;
    width: 60px;
}

.fZmJBQ {
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    border: 1px solid rgb(218, 225, 233);
    border-radius: 50%;
}

.dcUsdS {
    display: flex;
}

* {
    box-sizing: border-box;
}

.features-item {
    -moz-box-align: center;
    flex-direction: column;
    align-items: center;
    padding: 0px 24px;
    text-align: center;
    display: flex;
}

.Index-Rzy {
    padding-top: 50px;
    margin: 40px auto 10px auto;
    height: 400px;
}

.footer.main-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #2f333e;
    color: #fff;
    padding: 20px 10px;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: red;
    color: white;
    text-align: center;
}

@media only screen and (max-width: 1024px) {
    .body-content {
        padding-top: 50px;
    }
}

@media only screen and (max-width: 980px) {
    .body-content {
        padding-top: 100px;
    }
}

@media only screen and (max-width: 800px) {
    .body-content {
        padding-top: 100px;
        padding-left: 10px;
        padding-right: 30px;
    }
}

@media only screen and (max-width: 768px) {
    .body-content {
        padding-top: 100px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media only screen and (max-width: 360px) {
    .body-content {
        padding-top: 0px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.highlight {
    padding: 9px 14px;
    margin-bottom: 14px;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
    border-radius: 4px;
}