section {
  position: relative;
}

.image-full{
  width: 100%;
}

.card-img{
  padding: 0;
  margin-bottom: 20px;
}

.bg {
  position: fixed;
  width: 100%;
  min-height: 100vh;
  background: skyblue;
  background-color: #74090d;
  clip-path: polygon(0 79%, 100% 35%, 100% 100%, 0% 100%);
  z-index: -1;
}

.box-form label.title {
  text-decoration: underline;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 12pt;
}

.logo-form {
  font-size: 18pt;
  font-weight: bold;
  padding: 15px;
  display: flex;
  align-items: center;
  color: #FFF;
}

.logo-form>img {
  width: 12vmin;
  margin-right: 10px;
}

.box-form {
  display: block;
  width: 90vmin;
  margin: auto;
  margin-bottom: 150px;
}

.box-form h1 {
  font-size: 3.7vmin;
  line-height: 6.3vmin;
  text-align: center;
  color: #FFF;
}

.box-form>p {
  font-size: 2vmin;
  line-height: 5vmin;
  text-align: center;
  color: #FFF;
}

.box-form label {
  color: #455560;
  font-weight: 400;
}

.box-form .form-control {
  border-radius: 0px;
  border: 1px solid #aaaaaa;
  height: 44px;
}

.box-form .form-control:focus {
  border-color: #66afe9;
  box-shadow: none;
}

/* .box-in-form{
  padding: 20px;
  background-color: #FFF;
  box-shadow: 0px 0px 5px #dadada;
} */
.card {
  padding: 20px;
  background-color: #FFF;
  box-shadow: 0px 0px 30px #000000;
  margin-bottom: 20px;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ccd1d5 !important;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ccd1d5 !important;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #ccd1d5 !important;
}

.condition {
  padding-left: 15px;
  margin-bottom: 25px;
}

.condition li {
  font-size: 8pt;
  font-weight: 100;
  line-height: 18px;
}

.consent {
  font-size: 8pt;
  font-weight: 100;
  line-height: 18px;
}

.checkbox>label {
  font-size: 8pt;
}

input[type=checkbox] {
  margin: 1px 0 0;
}

.btn-block {
  padding: 15px 0;
  border-radius: 0px;
}

.has-error .form-control,.has-error .form-control:focus,
.has-feedback.has-error.smk-select .select2-container--default .select2-selection--single{
  border-color: #a94442;
}

.has-error.smk-checkbox .checkbox label{
  color: #a94442;
}

textarea{
  height: 122px !important;
}

.swal2-styled.swal2-confirm {
    background-color: #337ab7 !important;
    font-size: 1em;
}

.red{
  color: red;
}

.swal2-container.swal2-center>.swal2-popup{
  transform: scale(1.5);
}

.radio{
  margin-right: 20px;
  display: inline-block;
}

[class*="col-"]{
  padding: 0 6px;
}
