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: 16px;
  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: 20px;
  width: 80%;
  margin: 0 auto;
  margin-top: 100px;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 13px 4px #e2e2e2;
}
.exam-button {
  border-radius: 20px;
  display: inline-block;
  width: 100%;
  padding: 25px 0;
  text-align: center;
  color: #005596;
  font-size: 25px;
  font-weight: 800;
  cursor: pointer;
  user-select: none;
  background-color: #efefef;
  color: #000000;
}
.exam-button-wrapper {
  width: 100%;
  text-align: center;
}

/* 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%;
  }
  .button-container {
    width: 90%;
    margin-top: 50px;
  }
  .exam-button {
    padding: 15px 10px;
        font-size: 16px;
  }
  .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%;
  }
}
