.navbar-header {
    background: #fff;
    box-shadow: 0px 0px 4px rgba(46, 49, 56, 0.15);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}
.navbar-header .hospital-name {
    margin: 15px;
    font-size: 24px;
}
.navbar-header .img-logo {
    max-width: none;
    height: 50%;
    max-height: 40px;
    min-height: 30px;
    margin: 15px;
}
.page-header {
    margin-top: 0.5rem;
    margin-bottom: 1.5rem;
}
.page-header .title {
    font-weight: 700;
    font-size: 25px;
    color: #313131;
}
@media (max-width: 576px) {
    .img-logo {
        width: 139px !important;
    }
    .hospital-name {
        font-size: 15px !important;
    }
}

.form-area {
    margin-top: 28px;
}

@media only screen and (min-width: 769px) {
    html {
        height: 100%;
    }
    body{
        background-image: url("../images/2340.png") !important;
        height: 100%;
    }
    .wrapper {
        max-width: 100%;
        height: 100%;
        padding: 0;
        display: flex;
        flex-direction: column;
    }
    .page-header .title {
        padding-top: 40px;
    }
}
@media only screen and (max-width: 768px) {
    .page-header .title {
        font-size: 20px;
    }
}