@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

/* font-family: "Montserrat", sans-serif; */
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'Segoe UI';
  transition: 0.5s;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  background-image: linear-gradient(#fdfdfe, #d9dee4);
  background-color: #fdfdfe;
  min-height: 100vh;
}

h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
ul {
  margin: 0;
  padding: 0;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.wrapper{
  display: block;
  max-width: 712px;
  margin: 0 auto;
  padding: 0 16px;
}
.logo{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0 0 0;
}
.logo img{
  display: inline-block;
  height: 60px;
  width: auto;
}
.form-box{
  display: block;
  background-color: #fff;
  box-shadow: 0 0 32px rgba(42, 42, 42, 0.16);
  border-radius: 20px;
  padding: 40px;
  margin: 40px 0 16px 0;
}
.form-box h2{
  display: block;
  text-align: center;
  color: #2c3345;
  font-size: 28px;
  line-height: 34px;
  font-weight: 700;
  margin: 0 0 60px 0;
  text-transform: uppercase;
}
.form-box h3{
  display: block;
  color: #2c3345;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  margin: 22px 0 0 0;
  text-transform: uppercase;
}
.form-box h4{
  display: block;
  color: #2c3345;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin: 22px 0 0 0;
  text-transform: uppercase;
}
.form-box p{
  display: block;
  color: #2c3345;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  margin: 12px 0 0 0;
}
.form-box ul{
  display: block;
  padding: 0;
}
.form-box ul li{
  display: block;
  color: #2c3345;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  margin: 12px 0 0 0;
  padding: 0 0 0 18px;
  position: relative;
}
.form-box ul li:before{
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 0px;
  width: 5px;
  height: 5px;
  background-color: #222;
  border-radius: 100px;
}
.employee-form{
  display: block;
  margin: 40px 0 0 0;
}
.employee-form h2,
.employee-form h3,
.employee-form h4{
  margin-bottom: 16px;
}
.field-container{
  display: block;
  margin: 0 0 16px 0;
}
.field-container label{
  display: block;
  color: #2c3345;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  margin: 0 0 6px 0;
}
.field-container .field-box{
  display: block;
  color: #46506a;
  font-size: 14px;
  font-weight: 500;
  height: 42px;
  width: 100%;
  border: 1px solid #949494;
  border-radius: 6px;
  outline: none;
  transition: 500ms;
  padding: 8px 12px;
}
.field-container textarea.field-box{
  height: 120px;
  resize: none;
}
.field-container select.field-box{
  -moz-appearance:none; /* Firefox */
  -webkit-appearance:none; /* Safari and Chrome */
  appearance:none;
  background: url(../images/down-arrow.svg) no-repeat right 8px center;
  background-size: 9px auto;
  padding-right: 26px;
}
.field-container .field-box:focus{
  border-color: #1e3aff;
}
.field-row{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}
.field-row .col{
  display: block;
  float: left;
  max-width: 50%;
  flex: 0 0 50%;
  padding: 0 8px;
}
.field-row .col.full,
.field-row .col.half-field{
  max-width: 100%;
  flex: 0 0 100%;
}
.field-row .col.half-field .field-box{
  max-width: calc(50% - 8px);
}
.check-listing{
  display: block;
  margin: 16px 0 0 0;
}
.check-list{
  display: block;
}
.check-list:not(:first-child){
  margin-top: 10px;
}
.check-box{
  display: inline-flex;
  position: relative;
  padding-left: 28px;
  min-height: 16px;
  color: #46506a !important;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}
.check-box input{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}
.check-box span{
  display: block;
}
.check-box span:before{
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #b8b8b8;
  border-radius: 4px;
}
.check-box input:checked ~ span:before{
  background: url(../images/check.svg) no-repeat center center;
  background-size: 11px auto;
  background-color: #1e3aff;
  border-color: #1e3aff;
}
.radio-list-container{
  display: inline-flex;
  flex-flow: column;
  flex-wrap: wrap;
}
.radio-list-container .info-c{
  display: flex;
  justify-content: space-between;
  margin: 0;
}
.radio-list-container .info-c span{
  display: block;
  color: #747474;
  font-size: 13px;
  line-height: 15px;
  font-weight: 500;
}
.radio-listing{
  display: inline-flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 16px;
}
.radio-listing label{
  display: inline-flex;
  border-radius: 100px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.radio-listing label input{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  cursor: pointer;
  opacity: 0;
  padding: 0;
  margin: 0;
}
.radio-listing label span{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  border: 1px solid #949494;
  color: #46506a;
  transition: 500ms;
}
.radio-listing label input:checked ~ span{
  background-color: #1e3aff;
  color: #fff;
  border-color: #1e3aff;
}



.form-btns{
  display: flex;
  justify-content: center;
  padding: 40px 0 0 0;
  border-top: 1px solid #ddd;
}
.form-btns .f-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #1e3aff;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  padding: 14px 20px;
  border: none;
  border-radius: 100px;
  min-width: 142px;
  transition: 500ms;
  outline: none;
  box-shadow: none;
  cursor: pointer;
}
.form-btns .f-btn:hover{
  background-color: #4f65ff;
}

@media (max-width: 639px){
  .form-box{
    padding-left: 24px;
    padding-right: 24px;
  }
  .form-box h2{
    font-size: 26px;
  }
  .form-box h3{
    font-size: 19px;
  }
}
@media (max-width: 479px){
  .field-row .col,
  .field-row .col.half-field .field-box{
    max-width: 100%;
    flex: 0 0 100%;
  }
  .form-box h2{
    font-size: 25px;
  }
  .form-box h3{
    font-size: 18px;
  }
  .form-box h4{
    font-size: 17px;
  }
}
@media (max-width: 359px){
  .form-box {
    padding-left: 20px;
    padding-right: 20px;
  }
  .radio-listing{
    gap: 6px;
  }
  .radio-listing label span{
    width: 36px;
    height: 36px;
  }
}

.alert {

    padding: 15px;

    margin-bottom: 20px;

    border-radius: 5px;

}



.alert-danger {

    background-color: #f8d7da;

    color: #721c24;

    border: 1px solid #f5c6cb;

}



.alert-success {

    background-color: #d4edda;

    color: #155724;

    border: 1px solid #c3e6cb;

}

