.entry-confirm {
  width: 300px;
}

.entry-confirm .button {
  font-size: 16px;
}

.entry-confirm-msg {
  font-size: 16px;
}

.entry-content {
  max-width: 900px;
  width: 100%;
  margin: auto;
}

.entry-title {
  font-size: 18px;
  line-height: 24px;
}

.entry .input-label {
  width: 35%;
}

.entry .input {
  width: 65%;
}

.entry .input .select-medium {
  width: 140px;
}

.entry .input .select-medium:after {
  left: 75% !important;
}

.entry .input .select-small {
  width: 110px !important;
}

.entry .input .select-small:after {
  left: 65% !important;
}

.entry .input .select-large {
  width: 371px !important;
}

.entry .input .select-large:after {
  left: 90% !important;
}

.entry .input .form-text {
  width: 140px;
}

.entry-button {
  width: 260px;
}

.entry-box {
  border-radius: 5px;
  border: 2px solid #d3d3d3;
  width: 100%;
  padding: 45px 32px;
}

.entry-box-content {
  width: 100%;
  max-height: 241px;
  overflow-y: scroll;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  -ms-overflow-style: none;
}

.entry-box-content::-webkit-scrollbar {
  display: none;
}

.page-header-title {
  text-shadow: 0px 0px 0px #00000080;
}

@media screen and (max-width: 960px) {
  .entry-content {
    padding: 10px;
  }
}

@media screen and (max-width: 560px) {
  .entry .col.input-label .fs-16 {
    font-size: 14px !important;
  }
  .entry-confirm {
    width: 260px;
  }
  .entry-confirm-msg {
    font-size: 14px;
  }
  .entry-box-content {
    max-height: 178px;
  }
  .entry-page-header {
    height: 60px;
  }
  .entry-title {
    font-size: 14px;
    line-height: 20px;
  }
  .entry-content {
    padding: 10px;
  }
  .entry .input-label {
    width: 100%;
  }
  .entry .input {
    margin-top: 10px;
    width: 100%;
  }
  .entry .input-lg {
    height: 48px;
    font-size: 16px !important;
    padding: 0px 20px;
  }
  .entry .input .select-small {
    margin-right: 0px !important;
  }
  .entry .input .select-large {
    margin-right: 0px !important;
  }
  .entry .input .form-file-div {
    width: 150px;
  }
  .form-auth-img {
    display: block;
  }
  .entry .input .form-text {
    width: 100%;
    margin-top: 5px;
  }
}
