html,
body {
  height: 100%;
  color:#531868;
  font-family: verdana;
  font-size: 14px;
  font-weight: normal;
}

body {
  display: flex;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #b3a0cf;
}

input{
  margin-bottom: 10px;
}


a{
   color:#7300ff;
}

.btn-violeta{
  background-color: #7300ff;
  color:white;
  border-radius: 10px;
}

.btn-violeta:hover{
   color:white;
   font-weight: bold;
}

.text-violeta-bold{
  color:#7300ff;
  font-weight: 700;
  font-size: 14px;
}

.text-violeta{
  color:#7300ff;
  font-size: 14px;
}

.form-signin {
  width: 100%;
  max-width: 500px;
  padding: 15px;
  margin: auto;
  border-radius: 10px;
}

.form-signin .checkbox {
  font-weight: 400;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
