body{
  background-color: #eee;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}
.card{
  width: 400px;
  padding: 20px;
  border:none;
  box-shadow: 0 15px 30px rgb(0 0 0 / 10%);
  border-radius: 10px;
}
.account{
      font-weight: 500;
  font-size: 17px;
}
.contact{
      font-size: 13px;
}
.form-control{
 text-indent: 14px;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #4a148c;
  outline: 0;
  box-shadow: none;
}
.inputbox{
  margin-bottom: 10px;
  position: relative;
}
.inputbox i{
      position: absolute;
  left: 8px;
  top: 12px;
  color: #dadada;
}
.form-check-label{
  font-size: 13px;
}
.form-check-input {
  width: 14px;
  height: 15px;
  margin-top: 5px;
  }
 .forgot {
  font-size: 14px;
  text-decoration: none;
  color: #4A148C;
}
.mail{
  color: #4a148c;
  text-decoration: none;
}
  .form-check{
  cursor: pointer;
  }
  .btn-primary {
  color: #fff;
  background-color: #4A148C;
  border-color: #4A148C;
}
.error {
  color:red
}
.form-control.error{
  border-color: red;
}