input { margin-bottom: 5px !important; }
form > div {padding-bottom: 0px !important;}
ul {margin: 0px;}
.container {
  margin-top: 10px;
}
.header {
  background-color: #ffffff;
  margin-bottom: 0px !important;
}

.loaders {
  display: none;
  position: absolute;
  top: 45%;
  left: 45%;
  z-index: 1001;
}

.loading > #loaders {
  display: block;
}

.loading > #overlay {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAACXBIWXMAAC4jAAAuIwF4pT92AAAAFnpUWHRUaXRsZQAACJnLL0stykmsBAAMFAMDzI8GiQAAAA1JREFUCNdjYGBg2AwAALgAtEwmwcYAAAAASUVORK5CYII=);
      height: 100%;
  min-height: 100%;
  max-height: 100%;
      width: 100%;
  min-width: 100%;
  max-width: 100%;

  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}

@media only screen and (max-width : 600px) {
  .btn {
    min-width: 100%;
    margin-bottom: 5px;
  }
}

label.error {
  color: red;
}


div.mtopfix > div {
	margin-top: -15px;
}
div.mtopfix > ul {
	margin-top: -15px;
}

.desktop .logo-sponsor img {
  margin-right: 15px;
}

.swal2-container .select-wrapper {display:none !important;}
.swal-pdf {
  width : 99vw !important;
  height: 85vh important;
}

.swal-pdf .swal2-checkbox span:before {
  content: none;
}

#swal-privacy {
  width : 85vw !important;
  height: 60vh !important;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.materialize-textarea {
  margin-top: 10px !important;
}

.login {
  max-width: 800px;
  margin: 0 auto;
}

.login .container {
  width: 60%;
}

.login > .background {
  position: absolute;
  display: flex;
  justify-content: flex-end;

  height: 800px;
  width: 800px;

  z-index: -1;
}
.login > .background img {
  height: 400px;
  margin-top: 150px;
}

.login .logo {
  text-align: center;
}
.login .logo img {
  height: 150px
}

.login .logo-sponsor img {
  max-width: 250px;
  padding-top: 24px;
}

.login.bg {
  background: url(../images/webinterview_login_background.svg) space 20;
  background-repeat: no-repeat;
  animation: none !important;
  background: none;
} 


.login.interview .recovery {
  display: none;

}

.logo .img {
    width: 182px;
    height: fit-content;
}

.logo .img {
    height: fit-content;
    padding: 5px;
}
.logo-sponsor .img {
    padding: 5px;
}
.desktop .logo-sponsor img {
    margin-right: 0px;
}


.desktop .logo-sponsor img {
    margin-right: 0px;
    max-width: 234px;
}

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

	.logo-sponsor.col.s8.m6.right-align {
		width: 50%;
		float: right;
	}

	.logo-sponsor img {
		margin-right: 15px;
		width: 76px;
		padding-top: 11px;
	}


	.logo.col.s4.m6 {
		width: 50%;
		padding-top: 10px;
	}
.logo .img {
    width: 100%;
    height: fit-content;
   
}

.logo .img {
    width: 69%;
    height: fit-content;
}

.logo-sponsor.col.s8.m6.right-align {
            width: 50%;
            float: right;
            display: flex;
            align-items: center;
            justify-content: flex-end;
        }


}



span.label_answers_1_required {
    font-size: 15px;
    color: gray;
}
label.label_answers_1.active {
    font-size: 15px !important;
    color: black;
}
