.loginBox {
  width: 500px;
  margin: auto;
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 50px;
}

.loginBox .container{
	padding: 20px 10px;
	box-shadow: 0 0 4px 4px #e0e0e0;
	background-color: white;
}

.loginBox .h1 {
  font-size: 28px;
  font-weight: bold;
}

.loginBox .h2 {
  font-size: 12px;
  color: #6e6e6e;
}

.loginBox input[type="text"] {
  border-radius: 0px;
  background-color: #f7f7f7;
}

.loginBox input[type="password"] {
  border-radius: 0px;
  background-color: #f7f7f7;
}

.loginBox .btn-signin {
  background-color: #fec14f;
  color: #464646;
  border-radius: 0px;
  font-weight: bold;
}

.loginBox .forgetPassword {
  color: #19a7b5;
  font-size: 12px;
}

.employerLoginBox {
  width: 500px;
  margin: auto;
  box-shadow: 0 0 4px 4px #e0e0e0;
  background-color: white;
  margin-top: 250px;
  margin-bottom: 100px;
  padding: 50px;
}

.employerLoginBox .h1 {
  font-size: 28px;
  font-weight: bold;
}

.employerLoginBox .h2 {
  font-size: 12px;
  color: #6e6e6e;
}

.employerLoginBox input[type="text"] {
  border-radius: 0px;
  background-color: #f7f7f7;
}

.employerLoginBox input[type="password"] {
  border-radius: 0px;
  background-color: #f7f7f7;
}

.employerLoginBox .btn-signin {
  background-color: #fec14f;
  color: #464646;
  border-radius: 0px;
  font-weight: bold;
}

.employerLoginBox .forgetPassword a {
  color: #19a7b5;
  font-size: 12px;
  text-decoration: none;
}

.employerRegisterBox {
  width: 1000px;
  margin: auto;
  box-shadow: 0 0 4px 4px #e0e0e0;
  background-color: white;
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 50px;
}

.employerRegisterBox .h1 {
  font-size: 28px;
  font-weight: bold;
}

.employerRegisterBox .h2 {
  font-size: 12px;
  color: #6e6e6e;
}

.employerRegisterBox input[type="text"] {
  border-radius: 0px;
  background-color: #f7f7f7;
}

.employerRegisterBox input[type="password"] {
  border-radius: 0px;
  background-color: #f7f7f7;
}

.employerRegisterBox .btn-signin {
  background-color: #fec14f;
  color: #464646;
  border-radius: 0px;
  font-weight: bold;
}

.employerRegisterBox a {
  color: #19a7b5;
  text-decoration: none;
}
