body {
  background-color: #ffffff;
}
.blue-header-box-full {
  text-align: center;
  padding: 0 0 0 0;
  background-image: url("images/header-bg.gif");
  background-size: contain;
  background-position: center;
  background-repeat: repeat;
}
.header-row-wrap {
  align-items: center;
  padding: 7px;
}
.signout-cenlogo-div-wrap {
  display: flex;
}
.header-logo-box img {
  width: 100px;
  overflow: hidden;
}
.blue-header-box {
  text-align: center;
  padding: 0 0 0 0;
}
.blue-header-box h4 {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  line-height: 20px;
}
.padding-320 {
  padding: 0 20px;
}
.cenlogo-wrap {
  width: 50px;
  display: inline-block;
}
.header-cenlogo-wrap {
  display: flex;
  display: inline-flex;
  flex-direction: column;
}
.header-cenlogo-wrap .cenlogo-wrap {
  width: 53px;
  margin: 0 auto;
}
.header-cenlogo-wrap .dep-name-wrap {
  width: 80px;
  margin-top: 5px;
}
.button-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 10px;
  margin-top: 20px;
}
.exam-button {
  border: 2px solid #005596;
  border-radius: 20px;
  max-width: 500px;
  width: 60%;
  padding: 20px 0;
  text-align: center;
  color: #005596;
  font-size: 18px;
  cursor: pointer;
  user-select: none;
  background-color: #ffffff;
}

/* Responsive */
@media (min-width: 768px) and (max-width: 1200px) {
  .blue-header-box h4 {
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 10px;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .header-row-wrap {
    padding: 10px;
  }
  .blue-header-box h4 {
    font-size: 14px;
    line-height: normal;
    margin-bottom: 5px;
  }
}

@media (max-width: 400px) {
  .blue-header-box h4 {
    font-size: 11px !important;
    margin-bottom: 0px !important;
  }
  .padding-320 {
    padding: 0;
  }
}

@media (min-width: 320px) and (max-width: 576px) {
  .header-logo-box img {
    width: 100%;
  }
  .exam-button {
    padding: 10px 0px;
  }
  .blue-header-box h4 {
    font-size: 13px;
    line-height: normal;
    margin-bottom: 7px;
  }
  .header-cenlogo-wrap .cenlogo-wrap {
    width: 50%;
  }
  .header-cenlogo-wrap .dep-name-wrap {
    width: 100%;
  }
}
