.page-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto; 
}
.form-container {
  width: 100%;
 
}
.form-container .form-group {
  width: 100%;
  border-radius: 8px; 
  margin-bottom: 16px;
  display:inline-block;
}
.form-container .form-group:last-child{
  margin-bottom: 0;
}
.form-container .form-input {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #E4EBFA;
  border-radius: 8px;
  margin-bottom: 5px;
  display: block;
  box-sizing: border-box;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
}
.form-container .datepicker::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/icon-calendar.svg) no-repeat center center / contain;
  display: block;
  position: absolute;
  right: 10px;
  top: 23px;
  transform: translateY(-50%);
}
.form-container .datepicker::placeholder{
  color: #737379 !important;
}
.form-container .form-label {
  margin-bottom: 5px;
  display:block;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
}
.form-container .form-input::placeholder{
  font-weight: 300;
  line-height: 140%; /* 19.6px */
  color: #737379 !important;
}

.form-container .btn-form-submit {
  padding: 8px;
  border: 1px solid transparent;
  border-radius: 8px;
  width: 146px;
  gap: 10px;
  background: #0097CE;
  cursor: pointer;
}
.form-container .selected-item{
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  color: #737379;
}
.errorTrue{
  color: #dc3545;
  font-size: 12px;
  padding-bottom: 10px;
}
.custom-file-upload{
  display: flex;
  justify-content: space-between;
  align-items: center; 
  padding: 12px 16px;
  border: 1px solid #E4EBFA;
  border-radius: 8px;
  margin-bottom: 16px;
}
.custom-file-label {
  display: inline-flex;  
  color: #fff; 
  cursor: pointer;
  font-weight: bold;
  align-items: center;
}
#cvFileName{
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  color: #737379;
  background: url(../img/icon-upload.svg) no-repeat center left / contain;
  background-size:24px;
  padding-left: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  margin-left: 0px;
  font-style: italic;
  color: #737379;
}
.custom-file-label:hover {
  
}
.contact-btn-container .btn-primary{
  width:100%;
}
@media (min-width: 769px) {
  .contact-btn-container .btn-primary.with-icon{
    width: auto;
  }
}
@media (min-width: 1024px) {
   
}