@import url('https://fonts.cdnfonts.com/css/sf-pro-display');

.form-check-code{text-align: center;width: 100%;height: 100%;}
.form-check-code .form-check-code-inner{
  max-width: 850px;width:100%;
  min-height: 735px;background: url('../img/bg_form_2.png') no-repeat top center;margin: 0px auto;
  position: relative;
  display: grid;
  align-items: end;
}

.form-check-code .form-check-code-inner .box-form{
  width:100%;
  max-width:450px;
  margin: 0px auto;

}
.form-check-code .form-check-code-inner .box-form-item{

}
.form-check-code .form-check-code-inner .box-form-item label{
  display: block;text-align: center;font-size: 24px;
  background: linear-gradient(180deg, #F8586C 4.77%, #C63741 100%);
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: bold;
  padding-top:15px;
  margin-bottom: 20px;cursor: pointer;
  

}

.form-check-code .form-check-code-inner .box-form-item input{

  min-height: 44px;border:1px solid #C63741;
  border-radius: 7px;background: #fff;color:#757575;font-size: 18px;
  width:100%;padding:0px 10px;outline: none;

}

.form-check-code .form-check-code-inner .box-form-button{
    padding-bottom: 70px;
    padding-top: 60px;
    
}
.form-check-code .form-check-code-inner .box-form-button button{
    background: transparent;
    border:0px;
    outline: none;
    color:#fff;
    text-transform: uppercase;font-size: 32px;font-weight: bold;
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm){
    background: linear-gradient(180deg, #F8586C 0%, #C63741 100%) !important;
    outline: none;

}