body {
    background-image: url("../../../images/left.jpeg");
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    margin: 0px;
    height: 100%;
    overflow: hidden; /* Hide scrollbars */
}

.carousel-inner, .carousel {
    height: 100%;
}

html {
    margin: 0px;
    height: 100%;
}

.box {
    position:absolute;
    top:0px;
    right:0px;
    bottom:0px;
    left:0px;
  }

.rotation-image {
    transform: rotate(90deg);
}

.rotated-text {
    writing-mode: vertical-rl;
}

.logo {
    top: 40%; /* your required value */
    right: 0;
  
    float: right;
    clear: right;
    position: fixed;
}

.img-dokter {
    margin-top: -200px;
    margin-left: 200px;
    max-width: 700px;
    height: auto;
}

.jadwal-dokter {
    margin-left: 100px;
    margin-top: -100px;
}

.hari {
    margin-left: -20px;    
}

.navy-colour{
    color: #003366;
}