.a1{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
/* identical to box height */
  color: #38598C;
}
.a2{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #767676;
}
.a3{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #38598C;
  }
.a4{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #38598C;
  }
.a5{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #767676;
  }
.a6{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
  /* identical to box height */
  color: #767676;
}
.form-inputs{
  width: 100%;
  border-bottom: 2px solid #AEAEAE;
  border-top: none;
  border-left: none;
  border-right: none;
  padding-top: 10px;
  padding-bottom: 8px;
  outline: none;
}
.submit-btn{
  background: #38598C;
  border-radius: 3px;
  padding: 10px;
  color: #fff;
  border: none;
  margin-top: 45px;
}
.form-format{
  padding: 8%;
}
.margins{
  margin-top:100px;
}
.custom-checkbox{
  text-align: left;
}
.forgot{
  text-align: right;
  margin-top: -27px;
}
.forgot-password{
  display: flex;
  justify-content: space-between;
}
.form-group{
  display: flex;
}
.input-group-text{
  height: 45px;
 
}
.myBtn{
  padding: 10px 15px;
  font-size: 17px;
  border-radius: 25px;
  margin-top: 35px;
}
.myLinkBtn{
  padding: 10px 15px;
  font-size: 17px;
  border-radius: 25px;
  margin-top: 35px;
  color: #060606;
  background-color: #adb5bd;
  margin-left: 285px;
  width: 115px;
}
.error
{
  color: red;
}
@media only screen and (max-width: 600px) {
  .margins{
  margin-top:0px;
}
}