body {
    background-image: url('/images/paper_fibers.png');
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    min-height:100vh;
}

main {
  flex:1 0 auto;
}

.dropdown-default:hover {
    background-color: #2bbbad!important;
}
.form-check-input[type=checkbox]:checked+label:before, label.btn input[type=checkbox]:checked+label:before {
    border-right: 3px solid #2bbbad;
    border-bottom: 3px solid #2bbbad;
}
.form-check-input[type=checkbox]:not(.filled-in)+label:before, label.btn input[type=checkbox]+label:after, label.btn input[type=checkbox]:not(.filled-in)+label:before {
    left:-16px;
}
.form-check-input[type=checkbox]+label, label.btn input[type=checkbox]+label {
    padding-left:18px;
}
.form-check-input[type=checkbox]:checked+label:before, label.btn input[type=checkbox]:checked+label:before {
    left:-21px;
}
.form-check {
    padding-left: 0.3rem;
}
.form-check-input[type=radio].with-gap:checked+label:after, .form-check-input[type=radio]:checked+label:after, label.btn input[type=radio].with-gap:checked+label:after, label.btn input[type=radio]:checked+label:after {
    background-color: #2bbbad;
}


.alert-default {
    color: #2bbbad !important;
}

.recent-prescriptions {
    border-bottom:1px solid #e7e7e7;
}

.recent-prescriptions:last-child {
    border-bottom:none;
}

.account-menu {
    position:relative;
}

.account-menu a {
    position:relative;
    display:block;
    color:#333;
    font-size:16px;
    font-weight:400;
    margin-bottom:5px;
    padding:10px 10px 10px 38px;
}

.account-menu a.active {
    background:#fff;
    border:1px solid #e7e7e7;
    color:#2bbbad;
}

.account-menu a i {
    position:absolute;
    top:13px;
    left:13px;
}


.msg-updated {
    font-size:18px;
    font-weight:400;
}

.terms-body p {
    padding-left: 0.5em;
    text-indent:-0.5em;
    line-height:1.3em;
}

.terms-body a:link, .terms-body a:visited {
    text-decoration:underline;
}

.terms-body a:hover, .terms-body a:active {
    text-decoration:none;
}







