﻿body {
    padding-top: 100px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
   margin-top: 135px;
}

/* 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;*/
}

.validation-summary-errors ul li {
    list-style-type: none;
    list-style-position: inside;
    color: red;
}

.validation-summary-errors ul {
    margin-left: 0px;
}

.card-container {
    height: auto;
    padding: 5px 25px 25px 25px;
}

h3 {
    margin: 20px 0px;
    font-weight: bold;
   color: rgba(54,95,8, 1);
}

.card-container {
    border: 1px solid #171b67;
    align-content: center;
}

.card-container {
    width: 400px;
}

input[type="text"] {
    width: 100%;
}

input[type="password"] {
    width: 100%;
}


.validation-summary-errors ul li {
    padding-left: 20px;
}

.logotitle {
    font-weight: bold;
    font-size: 21pt;
    color: #47bd43;
    line-height: 18pt;
    display: inline-block;
    vertical-align: middle;
}

.highlihttext {
    font-weight: bold;
    font-size: 15pt;
    color: white;
    margin-left: 5px;
    line-height: 18pt;
    padding: 10px 15px;
    float: right;
    top: 40px;
    position: relative;
    background-color: darkgreen;
    margin-right: 15px;
}

.highlihttext2 {
    font-weight: bold;
    font-size: 12pt;
    color: white;
    margin-left: 5px;
    line-height: 18pt;
    padding: 10px 15px;
    float: right;
    top: 30px;
    position: relative;
    color: black;
    margin-right: 20px;
}

.subtitle1 {
    font-size: 17pt;
    color: white;
    font-weight: bold
}

.subtitle2 {
    font-size: 12pt;
}

body {
    padding-top: 0px;
}

.navbar-inverse {
    background-color: white;
    border: 0px !important;
}

.logoimg {
}

@media(max-width: 449px) {
    .logotitle {
        padding: 5px;
    }

    .highlihttext {
        float: none;
        display: block;
        position: unset;
        text-align: center;
    }

    .highlihttext2 {
        float: none;
        display: block;
        position: unset;
        text-align: center;
    }


    .logotitle {
        font-size: 14pt;
        text-align: center;
    }

    .logoimg {
        margin: 0px auto;
        display: block;
    }

    .mtitle {
        text-align: center;
        font-weight: bold;
    }
}

@media(max-width: 449px) {
    .card-container {
        width: 350px;
    }
    .body-content {
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 250px !important;
    }

    .logoimg {
     
        text-align: center;
    }
    .navbar-nav {
      text-align:center
    }
    .membershipbody {
        margin-top: -45px
    }
}

.header {
    background-color: rgb(54,95,8);
}

.footer {
    margin-top:25px;
    background: #1d1c1c;
    color: white;
    text-align: center;
    padding: 10px;
}

body {
    margin-top: 40px;
}

.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 0px;
    background-color: #ccc;
    z-order: 0;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.dd {
    padding: 0px !important;
}

.form-group {
    margin-bottom: 5px
}

h3 {
    margin: 0.5em 0px !important;
}


.menuheading
{
    background:green;
    padding: 10px 5px;
    color:white;
    font-weight:bold;
}

.menu {
   
    padding: 5px 5px;
    font-weight: bold;
}

.memberdlabel {
    font-weight: bold
}

