.navbar {
    border: none;
    border-radius: 0;
    padding: 15px;
    z-index: 998;
    border-bottom: 1px solid #e7e7e7;
}

.GetLabReport {
    border: 7px solid #f1f1f1;
    padding: 10px 25px;
}

.GetLabReport h2 {
    color: #464646;
    font-size: 21px;
    font-weight: 700;
    margin: 22px 0 35px 0;
}

.GetLabReport label {
    color: #8c8c8cc4;
    margin-bottom: 10px;
}

.GetLabReport input {
    background: #ffffffde;
    padding: 12px;
    border: 2px solid #f1f1f1;
    height: 45px;
    border-radius: 8px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.AccessCodeLink {
    color: #00a95b;
    text-decoration: underline;
    font-size: 13px;
    font-weight: 500;
}

.AccessCodeLink:hover, .content a:hover {
    color: #037f46;
}

.GetLabReport .MoreBtn {
    margin-top: 0;
}

.form-group {
    margin: 25px 0;
}

.form-control:focus {
    box-shadow: none;
    border: 2px solid #00a95a52;
}

.content {
    line-height: 24px;
    letter-spacing: 0.5px;
    width: 95%;
    color: #828282;
    float: right;
}

.content ul {
    list-style: none;
    padding: 0 10px;
}

.content li {
    padding-left: 2.3em;
    margin-top: 10px;
}

.content li:before {
    content: "\f0da";
    font-family: FontAwesome;
    display: inline-block;
    color: #00a95b;
    margin-left: -2.3em;
    width: 2.3em;
    font-size: 18px;
}

.content a {
    color: #00a95b;
    text-decoration: underline;
    font-size: 15px;
    font-weight: 700;
}

@media (max-width: 992px) and (min-width: 768px ){
    .content{
        width: 100%;
        margin-top: 20px;
    }
}

@media (max-width: 768px) and (min-width: 320px ){
    .content{
        width: 100%;
        margin-top: 20px;
    }
    .xs_no_paadding{
        padding: 0;    
    }
}

@media (max-width: 333px){
    .GetLabReport .MoreBtn:last-child {
        margin-top: 15px;
    }
}