*,
::after,
::before {
  box-sizing: border-box;
}

@font-face {
  font-family: "Neuzeit Grotesk Light";
  src: url(fonts/NeuzeitGro-Lig.eot);
  src: local("Neuzeit Grotesk Light"), local("NeuzeitGro-Lig"), url(fonts/NeuzeitGro-Lig.eot?#iefix) format("embedded-opentype"), url(fonts/NeuzeitGro-Lig.woff2) format("woff2"), url(fonts/NeuzeitGro-Lig.woff) format("woff"), url(fonts/NeuzeitGro-Lig.ttf) format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Neuzeit Grotesk Regular";
  src: url(fonts/NeuzeitGro-Reg.eot);
  src: local("Neuzeit Grotesk Regular"), local("NeuzeitGro-Reg"), url(fonts/NeuzeitGro-Reg.eot?#iefix) format("embedded-opentype"), url(fonts/NeuzeitGro-Reg.woff2) format("woff2"), url(fonts/NeuzeitGro-Reg.woff) format("woff"), url(fonts/NeuzeitGro-Reg.ttf) format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Neuzeit Grotesk Bold";
  src: url(fonts/NeuzeitGro-Bol.eot);
  src: local("Neuzeit Grotesk Bold"), local("NeuzeitGro-Bol"), url(fonts/NeuzeitGro-Bol.eot?#iefix) format("embedded-opentype"), url(fonts/NeuzeitGro-Bol.woff2) format("woff2"), url(fonts/NeuzeitGro-Bol.woff) format("woff"), url(fonts/NeuzeitGro-Bol.ttf) format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Neuzeit Grotesk Black";
  src: url(fonts/NeuzeitGro-Bla.eot);
  src: local("Neuzeit Grotesk Black"), local("NeuzeitGro-Bla"), url(fonts/NeuzeitGro-Bla.eot?#iefix) format("embedded-opentype"), url(fonts/NeuzeitGro-Bla.woff2) format("woff2"), url(fonts/NeuzeitGro-Bla.woff) format("woff"), url(fonts/NeuzeitGro-Bla.ttf) format("truetype");
  font-weight: 900;
  font-display: swap;
  font-style: normal;
}

body {
  background: url(login-bg.jpg) no-repeat center center;
  background-size: cover;
  margin: 0;
  font-family: "Neuzeit Grotesk Regular";
}

.parent {
  /* display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;*/
  /* Set the height to 100% viewport height to center vertically */
}

.child {
  width: 710px;
  padding: 23px 35px 18px;
  border: 1px #ccc solid;
  background: #fff;
  position: relative;
  margin: 0 auto;
  /* box-shadow: -15px -22px 58px #eef7ff inset;*/
}

.reboot,
.clientList {
  text-align: center;
}

.reboot {
  padding: 12px 0;
  margin: 0 auto;
  width: 278px;
}

.clientList {
  padding: 40px 15px;
}

span#loader {
  display: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-size: 100% !important;
  background: url(images/loader.gif) no-repeat center center;
}

.child li:last-child {
  position: relative;
}

span#loader {
  position: absolute;
  right: 50%;
  bottom: 50%;
  margin-right: -101px;
  margin-bottom: -16px;
}

.child>form>ul>li:nth-child(2),
.child>form>ul>li:nth-child(3) {
  width: 49%;
}

.child>form>ul>li:nth-child(3) {
  float: right;
}

.child>form>ul>li:nth-child(2) {
  float: left;
}

.child>form>ul>li:nth-child(4),
form {
  clear: both;
}

.careers_netstager {
  margin: 20px auto 6px;
  width: 220px;

}

/*
.child:before {
  content: "";
  position: absolute;
  left: -161px;
  top: -100px;
  background: url(fly.png) no-repeat 0 0;
  width: 364px;
  height: 347px;
}
*/
.child ul {
  position: relative;
  z-index: 2;
}

img {
  max-width: 100%;
  height: auto;
}

/*.careers_netstager {
  margin: 0 0 27px;
  width: 156px;
}*/

.child li {
  margin: 0 0 20px;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

input[type="text"],
input[type="email"],
input[type="file"],
select {
  width: 100%;
  height: 40px;
  padding: 5px 14px;
  font-size: 14px;
  border: 1px #ccc solid;
  outline: none;
}

.child li label {
  display: block;
  margin: 0 0 8px;
  font-size: 17px;
}


form p {
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 170px;
  color: #ffffff;
  font-family: Arial;
}

.custom-file-upload {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  padding: 0 0 8px;
  margin: 0 !important;
  font-size: 15px !important;
}

.filefldCvr {
  border: 1px dashed #b8b8b8;
  background-color: #f8f8f8;
  width: 100%;
  display: block;
  position: relative;
  font-size: 13px;
}

.filefldCvr input[type="file"] {
  cursor: pointer;
  padding-bottom: 52px;
  padding-left: 258px;
  padding-right: 32px;
  padding-top: 64px;
  position: relative;
  z-index: 1;
}

.filefldCvr:before {
  content: "Drop file here or click to upload";
  font-size: 15px;
  font-weight: 500;
  color: black;
  margin-bottom: 16px;
  margin-left: 0;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 27px;
}

/* Removes "no file uploaded" text because otherwise it stays on screen when the user drags-and-drops a file */
input[type="file"] {
  color: transparent;
}

input[type="submit"] {
  width: 129px;
  height: 43px;
  margin: 0 auto;
  display: block;
  border: 1px #0e5e8a solid;
  background: #0e5e8a;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}

.skills li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 15px;
  position: relative;
}

.skills li label {
  padding-left: 22px;
  margin: 0;
  font-size: 15px;
  line-height: 20px;
}

input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 0;
}

.invalid-feedback,
span.mandatory,
.error {
  width: 100%;
  margin-top: 0.25rem;
  font-size: .875em;
  color: #dc3545;
}

.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-dismissible {
  padding-right: 3rem;
}

.alert {
  position: relative;
  padding: 1rem 2rem 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.fade {
  transition: opacity .15s linear;
}

.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url(close.svg) center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: .5;
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}

.child li small {
  display: block;
  width: 100%;
  text-align: left;
  padding-bottom: 11px;
  padding-top: 7px;
}

.is-invalid {
  border-color: #dc3545 !important;
}

@media screen and (max-width:767px) {

  .child>form>ul>li:nth-child(2),
  .child>form>ul>li:nth-child(3) {
    width: 100%;
  }

  .filefldCvr input[type="file"] {
    padding-left: 36%;
  }


  .child {
    width: 92%;
    padding: 25px;
  }

  .careers_netstager {
    margin: 0 auto;
    width: 170px;
  }


}

@media screen and (max-width:431px) {
  .reboot {
    width: 173px;
  }

  .child {
    /*width: 290px;*/
    padding: 20px;
  }

  form input[type="file"] {
    padding-left: 82px;
  }

  .filefldCvr input[type="file"] {
    padding-left: 31%;
  }

  .careers_netstager {
    margin: 0 auto;
    width: 170px;
  }



}