body {
  background: -moz-linear-gradient(
    0% 28.71% 0deg,
    rgba(2, 1, 31, 1) 0%,
    rgba(1, 1, 20, 1) 42.05%,
    rgba(1, 1, 19, 1) 44.2%,
    rgba(0, 0, 0, 1) 100%
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(2, 1, 31, 1) 0%,
    rgba(1, 1, 20, 1) 42.05%,
    rgba(1, 1, 19, 1) 44.2%,
    rgba(0, 0, 0, 1) 100%
  );
  background: -webkit-gradient(
    linear,
    0% 28.71%,
    100% 28.71%,
    color-stop(0, rgba(2, 1, 31, 1)),
    color-stop(0.4205, rgba(1, 1, 20, 1)),
    color-stop(0.442, rgba(1, 1, 19, 1)),
    color-stop(1, rgba(0, 0, 0, 1))
  );
  background: -o-linear-gradient(
    0deg,
    rgba(2, 1, 31, 1) 0%,
    rgba(1, 1, 20, 1) 42.05%,
    rgba(1, 1, 19, 1) 44.2%,
    rgba(0, 0, 0, 1) 100%
  );
  background: -ms-linear-gradient(
    0deg,
    rgba(2, 1, 31, 1) 0%,
    rgba(1, 1, 20, 1) 42.05%,
    rgba(1, 1, 19, 1) 44.2%,
    rgba(0, 0, 0, 1) 100%
  );
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#02011F', endColorstr='#000000' ,GradientType=0)";
  background: linear-gradient(
    90deg,
    rgba(2, 1, 31, 1) 0%,
    rgba(1, 1, 20, 1) 42.05%,
    rgba(1, 1, 19, 1) 44.2%,
    rgba(0, 0, 0, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#02011F',endColorstr='#000000' , GradientType=1);

  display: flex;
  align-items: center;
  height: 100vh;
}

.container {
  max-width: 1366px;
  background-image: url(../assets/artworks/img_stars_backg.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.logo {
  padding: 40px 0 90px 90px;
}

.contact-image {
  padding-left: 90px;
  padding-bottom: 116px;
}

/* Font Styles --- */
.roboto-style-1 {
  font-family: "Roboto Regular";
  font-size: 24px;
  color: #03c4f7;
}

.roboto-style-1-err {
  font-family: "Roboto Regular";
  font-size: 24px;
  color: #cc0000;
}

.roboto-style-2 {
  font-family: "Roboto LightItalic";
  font-size: 14px;
  color: #58595b;
}

.roboto-style-3 {
  font-family: "Roboto Light";
  font-size: 14px;
  color: #03c4f7;
}
/* Font Styles --- */

.hide {
  display: none;
}

.col-lg-5 {
  padding-left: 90px;
}

.contact-first-text {
  padding: 60px 0 50px 15px;
}

.contact-first-text-modify {
  padding: 60px 0 50px 0px;
}

.btn-pos-modify {
  padding-top: 40px;
}

.form-control.form-control-custom {
  max-width: 390px;
  padding: 0.375rem 0.5rem;
  margin-bottom: 40px;
  background-color: #cccccc;
  border-radius: 0;
  background-clip: unset;
}

.col-input {
  padding-left: 0;
}

.form-group-custom {
  margin-bottom: 40px;
}

.font-size-modify {
  max-width: 390px;
  font-size: 20px;
}

/* Buttons --- */
.btn-custom {
  font-family: "Roboto Medium";
  font-size: 16px;
  text-align: center;
  line-height: 44px;
  width: 150px;
  height: 44px;
}

.gray {
  filter: grayscale(1);
}

.btn-custom-modify {
  font-family: "Roboto Medium";
  font-size: 16px;
  text-align: center;
  line-height: 44px;
  width: 240px;
  height: 44px;
}

.btn-custom-1 {
  color: #03c4f7 !important;
  text-decoration: none !important;
  background: transparent;
  margin-right: 30px;
  border: 1px solid #03c4f7 !important;
  display: inline-block;
  transition: all 0.4s ease 0s;
}

.btn-custom-1:hover {
  color: #000000 !important;
  background: #03c4f7;
  border-color: #03c4f7 !important;
  transition: all 0.4s ease 0s;
}

/* Customize the label (the container) */
.container-label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  /* font-size: 22px; */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: transparent;
  border: 1px solid #58595b !important;
}

/* On mouse-over, add a grey background color */
.container-label:hover input ~ .checkmark {
  background-color: transparent;
}

/* When the checkbox is checked, add a blue background */
.container-label input:checked ~ .checkmark {
  background-color: transparent;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-label input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-label .checkmark:after {
  left: 5px;
  top: 0px;
  width: 6px;
  height: 12px;
  border: solid #03c4f7;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* Buttons --- */

@media (max-width: 1024px) and (max-height: 811px) {
  body {
    height: auto;
  }

  .btn-custom-1 {
    margin-right: 10px;
  }

  .container {
    background-image: none;
    display: flex;
    justify-content: center;
  }

  .row {
    max-width: 420px;
  }

  .col {
    padding-right: 0;
  }

  .col-input {
    padding-right: 0;
  }

  .contact-image {
    display: none;
  }

  .logo {
    padding: 15px 0px 0 15px;
  }

  .contact-first-text {
    padding: 60px 0 30px 15px;
  }
}

@media (max-width: 1024px) and (min-height: 812px) {
  .btn-custom-1 {
    margin-right: 10px;
  }

  .container {
    background-image: none;
    display: flex;
    justify-content: center;
  }

  .row {
    max-width: 420px;
  }

  .col {
    padding-right: 0;
  }

  .col-input {
    padding-right: 0;
  }

  .contact-image {
    display: none;
  }

  .logo {
    padding: 15px 0px 0 15px;
  }

  .contact-first-text {
    padding: 60px 0 30px 15px;
  }
}

@media (max-width: 320px) {
  .btn-custom {
    font-family: "Roboto Medium";
    font-size: 16px;
    text-align: center;
    line-height: 44px;
    width: 130px;
    height: 44px;
  }
}
