body {
    color: #2c2d30;
    line-height: 1.5rem;
    background: #f9f9f9 url('/static/portal/img/geometry.png');
    font-family: Roboto, Helvetica, Arial, sans-serif;

}

#content {
    margin-top: 50px;
}

.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}

.form-signin .checkbox {
    font-weight: normal;
}

.form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

h1 {
    font-size: 2rem;
    line-height: 2.5rem;
    letter-spacing: -1px;
    margin-bottom: 1rem;
}

.large_bottom_margin {
    margin-bottom: 2rem !important;
}

.homepage-grid-icon {
    margin-bottom: 2rem;
}

.mha-nav {
    background: rgba(255, 255, 255, 1);
    /*box-shadow: 0 1px 1px rgba(0, 0, 0, .1);*/
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    height: 70px;
}

.mha-btn-primary {
    background-color: #3f46ad !important;
    border-color: #3f46ad !important;
    color: #fff !important;
    padding: 1rem 1rem;
    line-height: 1.2;
    cursor: pointer;
}

.mha-btn-secondary {
    background-color: #fff;
    color: #1c299d;
    box-shadow: inset 0 0 0 1px #9ba0d3;
    padding: 0.8rem 1rem;
}

#brand-name {
    font-size: 1.5rem;
    color: #444769;
    font-weight: 300;
    font-style: italic;
    margin-left: 10px;
    line-height: 2.5rem;

}

.portal-btn {
    padding: 15px 22px 15px;
    line-height: 1rem;
    background-color: #2DB27C;
    display: inline-block;
    color: #FFFFFF;
    text-transform: capitalize;
    border: 2px solid white;
}

.portal-btn:hover {
    text-decoration: none;
    color: #FFFFFF;
}

/*.mha-btn-secondary:focus, .mha-btn-secondary:active {*/
/*background-color: #1c299d;*/
/*color: #fff;*/
/*outline: 0;*/
/*box-shadow: inset 0 0 0 2px #1c299d;*/
/*}*/

.mha-btn-primary:hover {
    background-color: #1c299d !important;
}

.mha-btn-primary:focus {
    background-color: #5b77c4 !important;
    color: #fff;
    outline: 0;
    box-shadow: none;
}

.btn:focus {
    outline: 0;
    box-shadow: inset 0 0 0 1px #9ba0d3;

}

a.mha-featured-link {
    font-size: 0.9rem;
    border-bottom: 1px solid #3f46ad;
    color: #3f46ad;
    cursor: pointer;
    text-decoration: none;
    border-bottom: 1px solid #3f46ad;
}

a.mha-featured-link:hover {
    color: #1c299d;
    border-bottom-color: #1c299d;
}

a.mha-featured-link:focus {
    outline: 0;
}

input::-webkit-input-placeholder { /* Chrome */
    color: #c0c0c0 !important;
}

input:-ms-input-placeholder { /* IE 10+ */
    color: #c0c0c0 !important;
}

input::-moz-placeholder { /* Firefox 19+ */
    color: #c0c0c0 !important;
    opacity: 1;
}

input:-moz-placeholder { /* Firefox 4 - 18 */
    color: #c0c0c0 !important;
    opacity: 1;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    background-color: #fff;
    border-top: 1px solid #e8e8e8;
    padding-top: 20px;

}

.footer p {
    font-size: 0.7rem;
}

.my-referral-btn {
    color: #fff;
    background: #32325d;
    margin-right: 15px;
    font-size: 1rem;
    letter-spacing: 1px;
    font-weight: 400;
    padding: 15px 30px 15px 30px;
    line-height: 22px;
    margin-top: -4px !important;

    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}

.my-referral-btn:hover {
    color: #fff;
    /*background: #6772e5;*/
    background: #32325d;

}

.Footer-item {
    display: inline-block;
    padding: 0 9px 0 9px;
    color: #aab8c2;
}

.Footer-item a {
    color: #aab8c2;
    font-size: 12px
}



.feedback-container {
    z-index: 1200;
    white-space: nowrap;
    cursor: pointer;
    position: fixed;
    display: block;
    -webkit-box-shadow: 0 0 .9em 0 rgba(0,0,0,.4);
    -moz-box-shadow: 0 0 .9em 0 rgba(0,0,0,.4);
    box-shadow: 0 0 .9em 0 rgba(0,0,0,.4);
    font-size: 14px;
    border-radius: .25em;
    overflow: hidden;
    background-color: rgb(0, 51, 102);
    visibility: visible;
    -webkit-transform: rotate(-90deg) translate(0,0) scale(1,1);
    -ms-transform: rotate(-90deg) translate(0,0) scale(1,1);
    -moz-transform: rotate(-90deg) translate(0,0) scale(1,1);
    transform: rotate(-90deg) translate(0,0) scale(1,1);
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    transition-duration: .3s;
    opacity: 1;
     padding: .4em;
    margin-right: .6em;
    left: auto!important;
    right: 0!important;
    top: 48%!important
}

.badge-img {
    max-height: .86em;
    max-width: .86em;
    display: inline;
    vertical-align: middle;
    margin-bottom: 0
}

.badge-label {
    font-size: .86em;
    padding-left: .3em;
    padding-right: 1em
}

.feedback-modal{
    background-color: white;
    z-index: 1101;
    border-radius: 2px;
    height: 320px;
    min-height: 320px;
}

#feedbackForm textarea{
    border: none;
    box-sizing: border-box;
    box-shadow: none;
    color: rgb(33, 33, 33);
    flex-grow: 1; font: 400 16px Roboto, RobotoDraft, Helvetica, Arial, sans-serif;
    max-width: 100%;
    outline: none;
    padding: 18px 16px 0px; resize: none;
    width: 100%;
    min-height: 130px;
}
.create-service-btn {
    color: #000;
    background: #ffca00;
    margin-right: 15px;
    font-size: 1rem;
    letter-spacing: 1px;
    font-weight: 400;
    padding: 15px 30px 15px 30px;
    line-height: 22px;
    margin-top: -4px !important;

    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}

.create-service-btn:hover {
    color: #000;
    /*background: #6772e5;*/
    background: #ffca00;
    box-shadow: inset 0 0 0 1px #c9a300;
    -webkit-box-shadow: inset 0 0 0 1px #c9a300

}