
header{
  background-color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  border-bottom: 1px solid #EFEFEF;

}

.login button a{
  text-decoration: none;
  color: white;
}

.logo{
  display: flex;
  align-items: center;
}

.logo img{
  object-fit: contain;
  height: 50px;
  margin-right: 20px;  
}

.logo h1{
  color: black;
  font-family:'Source Sans Pro', sans-serif;
  margin: 0px;
  font-size: 12px;
  text-transform: uppercase;

  border-style: solid;
  border-width: 0px 0px 0px 1px;
  padding: 5px 0px 5px 20px;
 
}


/* Dropdown Button */
.dropbtn {
  background-color: #00adb6;
  color: white;
  padding: 8px;
  font-size: 16px;
  border: 1px solid;
  border-radius: 5px;
  cursor: pointer;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
  background-color: #2980B9;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 90px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}

.heading{
  height: 55px;
  font-family: 'Source Sans Pro', sans-serif ;
  display: flex;
  justify-content: center;
}

h2{
  font-size: 32px;
  font-weight: 500;
}

.container-wrapper {
  padding-bottom: 100px;
}

.container{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.container > div, .container > form {
  margin-left: auto;
  margin-right: auto;
}

.mainform{
  width: 440px;
  /* height: 707px; */
  margin-top: 26px;
  
}
.mainform2{
  width: 440px;
  /* height: 1500px; */
  margin-top: 26px;
  display: none;
}

.circled1{
  width: 20px;
  height: 20px;
  background-color: #00adb6;
  border-radius: 50%;
  border: 2px solid #00adb6;
  color: #FFFFFF;
  text-align: center;
  line-height: 20px;
  font-size: 15px;
  font-family: "Source Sans Pro", Sans-serif;
}

.row1{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 5px;
  width: 440px;
}

.Accountinfo{
  display: flex;
  flex-direction: row;
}
.Businessinfo{
  display: flex;
  flex-direction: row;
}

.circled2{
  width: 20px;
  height: 20px;
  background-color: #FFFFFF;
  border-radius: 50%;
  border: 2px solid #00adb6;
  color: #00adb6;
  text-align: center;
  line-height: 20px;
  font-size: 15px;
  font-family: "Source Sans Pro", Sans-serif;
}

hr{
  width: 100%;
  opacity: 0.2;
}

.fields{
  display: flex;
  flex-direction: column;

}



.Fname{
  display: flex;
  flex-direction: column;
}
.Bname{
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

input{
  height: 35px;
  margin-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  border-color: #6e6a6a1f;
  border-radius: 3px;
  border-width: 1px;
}

.Lname, .SecondLastname, .position, .Hr_name{
  display: flex;
  flex-direction: column;
  margin-top: 15px;
}

.Address, .mailingAddress{
  display: flex;
  flex-direction: column;
  margin-top: 15px;

}
.twoinput{
  display: flex;
  flex-direction: row;
  margin-top: 15px;
  justify-content: space-between;
}
.nextimg{
  height: 12px;
}
.phone{
  display: flex;
  flex-direction: column;
  margin-top: 15px;
}
.infoimg{
  height: 15px;
}
.infospan{
  opacity: 0.7;
  font-size: smaller;
  margin-top: 5px;
}
.email{
  display: flex;
  flex-direction: column;
  margin-top: 15px;
}
.password{
  display: flex;
  flex-direction: column;
  margin-top: 15px;
}
.password span{
  display: flex;
  flex-direction: row;
}

/* Hide the password toggle icon */
input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear,
input[type="password"]::-webkit-contacts-auto-fill-button,
input[type="password"]::-webkit-credentials-auto-fill-button {
  display: none !important;
}

input[type="password"]::-webkit-password-toggle-button {
  display: none !important;
}



.submit1{
  margin-top: 50px;
}

.submitbtn{
  width: 100%;
  height: 40px;
  padding: 8px 16px;
  background-color: #00adb6;
  color: white;
  border-radius: 4px;
  font-family: "Source Sans Pro", Sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0.5px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  cursor: pointer;
}

.fa-eye:before { 
  float: right;
  margin-top: -26px;
  margin-right: 15px;
}

.password-validation-container {
  margin-top: 8px;
}
.validation-note1, .validation-note2, .validation-note3 {
  opacity: 0.7;
  font-size: smaller;
  margin-top: 5px;
  display: none;
  margin-bottom: 0px;
}
label{
  font-family: 'Source Sans Pro', sans-serif ;
}
span{
  font-family: 'Source Sans Pro', sans-serif ;
}
#checkclass1, #checkclass2, #checkclass3, #checkclasspass1, #checkclasspass2, #checkclasspass3{
  display: none;
  opacity: 0.7;
  font-size: smaller;
  margin-top: 7px;
  margin-right: 5px;
  margin-bottom: 0px;
}

#checkclass1, #checkclass2, #checkclass3 {
  margin-right: 9px;
}

.headf2{
  font-size: 16px;
  font-weight: 600;
  font-family: 'Source Sans Pro', sans-serif ;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
}
.SEIN{
  font-size: 14px;
  font-weight: 400;
  margin-top: 20px;
}
#selectOption{
  height: 35.2px;
  margin-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  width: 195.6px;
}
select{
  height: 40px;
  margin-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  border-color: #6e6a6a1f;
  border-radius: 3px;
  border-width: 1px;
  width: 204px;
}

.industry{
  display: flex;
  flex-direction: column;
  margin-top: 15px;
}


#selectOption2{
  margin-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  border-color: #6e6a6a1f;
  border-radius: 3px;
  border-width: 1px;
  /* height: 40px; */
  /* width: 100%; */
}

.labor_union{
  display: flex;
  flex-direction: column;
  margin-top: 15px;
}

#labor_union{
  margin-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  border-color: #6e6a6a1f;
  border-radius: 3px;
  border-width: 1px;
  height: 40px;
  width: 100%; 
}

.work_type{
  display: flex;
  flex-direction: column;
  margin-top: 15px;
}

#work_type{
  margin-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  border-color: #6e6a6a1f;
  border-radius: 3px;
  border-width: 1px;
  height: 40px;
  width: 100%; 
}

.noofemp, .sein, .fein{
  display: flex;
  flex-direction: column;
  margin-top: 15px;
}
.descB{
  display: flex;
  flex-direction: column;
  margin-top: 15px;
}
textarea{
    resize: vertical;
    overflow: auto;
    min-height: 50px; 
    min-width: 100px;
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    border-color: #6e6a6a1f;
    border-radius: 3px;
    border-width: 1px;
}
.bwebsite{
  display: flex;
  flex-direction: column;
  margin-top: 15px;
}
.Blinkedin{
  display: flex;
  flex-direction: column;
  margin-top: 15px;
}
.radio1{
  display: flex;
  flex-direction: column;
  margin-top: 15px;
}
.radio1inside{
  /* display: flex; */
  flex-direction: row;
  margin-top: 10px;
}
.CAGE{
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
.normal{
  margin-top: 20px;
  font-family: 'Source Sans Pro', sans-serif ;
}
.normal a{
  text-decoration: none;
  color: #00adb6;
}
.buttons{
  display: flex;
  flex-direction: row;
  margin-top: 30px;
  justify-content: space-between;
}
.btn1{
  background-color: #FFFFFF;
  color: #00adb6;
  font-family: "Source Sans Pro", Sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0.5px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  width: 214px;
  height: 40px;
  border-radius: 3px;
  cursor: pointer;
}
.error-message-container {
  color: #DC4C64;
  font-size: 19px;
  margin-top: 20px;
  display: none;
}
.btn2{
  width: 214px;
  height: 40px;
  border-radius: 3px;
  background-color: #00adb6;
  color: white;
  font-family: "Source Sans Pro", Sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0.5px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  cursor: pointer;
}


.check_box{
  display: flex !important;
  flex-direction: row !important;
}

input[type="checkbox"]{
  width: auto;
}

.check_box label{
  margin-top: 16px;
  margin-left: 10px;
}

#loading {
  display: none;
  justify-content: center;
  align-items: center;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

#loading::after {
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 5px solid #ccc;
  border-top-color: #333;
  animation: spin 1s infinite linear;
}

@keyframes spin {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
}

/* mobile view */

@media screen and (max-width:640px){
  header{
    justify-content: space-between;
    padding: 10px;
  }
  .logo{
    flex-direction: column;
    text-align: center;
  } 
  .logo img{
    margin-right: 0;
    margin-bottom: 10px;
  } 

  header {
    align-items: start;
  }

  .heading {
    margin-top: 5px;
  }
  
  .row1 {
    width: 100%;
    margin-top: 25px
  }

  h2 {
    font-size: 25px;
  }

  .mainform {
    width: 100%;
    margin-top: 26px;
  }

 .mainform2 {
    width: 100%;
  }

  select {
    width: 150px;
  }

  .normal {
    font-size: 13px;
    margin-top: 20px;
    font-family: 'Source Sans Pro', sans-serif;
  }

  .headf2 {
    font-size: 13px;
  }

  .city{
    width: 119px;
  }
  .pcode{
    width: 119px;
  }

  label {
    font-size: 14px;
    font-family: 'Source Sans Pro', sans-serif;
  }

  .btn1 {
    width: 100%;
    margin-right: 10px;
  }

  .btn2{
    width: 100%;
  }

  .state_textbox{
    width: 119px;
  }

  .infospan {
    font-size: 13px;
  }
}