.bg {
  background: url("../../images/background.png") no-repeat;
  /*background-color: #c5dfff;*/
  width: 100%;
  height: 100vh;
  background-size: 100% 100%;
}

.formContainer {
  border: 1px;
  background-color: #ffffff;
  padding: 20px;
  margin-top: 25vh;
  border-radius: 20px;
}
.companyLogo {
position: absolute;
    background: url(../../images/logo.png) no-repeat;
    background-size: contain;
    background-position: center;
    margin-top: -2.5em;
    left: 43%;
    width: 15%;
    height: 7%;
    border: none;
}
.item {
  padding: 25px 30px 5px 30px;
  margin: 0em;
}

.formStyle {
  background-color: #ffffff;
  width: 100%;
  margin-bottom: 0px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e5e5e5;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  font-size: 14px;
  font-weight: 400;
  font-family: PingFangSC-Regular, PingFang SC;
  color: black;
}

.formButton {
  background-color: #e5e5e5;

  color: #a0a0a0;
  font-size: 18px;
  font-weight: 100;
  font-family: PingFangSC-Medium, PingFang SC;
  width: 100%;
  height: 150%;
  padding: 14px 28px;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  border-style: none;
}

.formButton:hover {
  background-color: #47a5fc;
  color: #ffffff;
  font-size: 18px;
  font-weight: 100;
  font-family: PingFangSC-Medium, PingFang SC;
  width: 100%;
  height: 150%;

  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  border-style: none;
  border-radius: 4px;
}

.formButton:active {
  position: center;
}

/*To remove the outline that appears on clicking the input textbox*/
input:focus {
  outline: none;
  outline-color: #ffffff;
}

/* To format the placeholder text color */
::-webkit-input-placeholder {
  color: #cacaca;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #cacaca;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #cacaca;
}

:-ms-input-placeholder {
  color: #cacaca;
}
