
.centerFormLogin[data-v-1cdfb397] {
  margin: auto;
  position: relative;
  box-shadow: 0 4px 10px -1px rgba(0, 0, 0, 0.3);
}
.centerFormLogin .header[data-v-1cdfb397] {
  font-size: 16px;
  color: white;
  padding: 10px 0 10px 25px;
  background: #000;
  border-bottom: 1px solid #370e3f;
  border-radius: 5px 5px 0 0;
}
.centerFormLogin form[data-v-1cdfb397] {
  background: white;
  text-align: left;
  width: 100%;
  padding: 10px 0 0 0;
  box-sizing: border-box;
  border: 1px solid #6d1c7d;
  border-radius: 0 0 5px 5px;
}
.formdiv[data-v-1cdfb397] {
  text-align: right;
  padding: 0 20px 0 0;
}
.divLabel[data-v-1cdfb397] {
  font-size: 14px;
  margin-left: 25px;
  margin-top: 20px;
}
form input[data-v-1cdfb397]:not([type="checkbox"]) {
  height: 35px;
  width: 90%;
  margin-left: 15px;
  padding-left: 10px;
  border-radius: 5px;
  border: 1px solid silver;
  font-size: 12px;
  outline: none;
  color: #555552;
}
form input[data-v-1cdfb397]:focus:not([type="checkbox"]) {
  background-color: lightyellow;
}
form select[data-v-1cdfb397]:focus:not([type="checkbox"]) {
  background-color: lightyellow;
}
.form_select_focus[data-v-1cdfb397]:not([type="checkbox"]) {
  background-color: lightyellow;
}
form input[type="submit"][data-v-1cdfb397] {
  margin-top: 35px;
  margin-bottom: 20px;
  width: 130px;
  height: 45px;
  color: white;
  cursor: pointer;
  line-height: 45px;
  border-radius: 45px;
  border-radius: 5px;
  background: #dd2736;
  border-radius: 8px;
  font-size: 16px;
}
form input[type="submit"][data-v-1cdfb397]:hover {
  background: rgb(218, 129, 129);
  transition: 0.5s;
}
form select[data-v-1cdfb397] {
  height: 35px;
  width: 80%;
  margin-left: 18px;
  padding-left: 10px;
  border-radius: 5px;
  border: 1px solid silver;
  font-size: 12px;
  outline: none;
  color: #555552;
}
form a[data-v-1cdfb397] {
  text-align: right;
  text-decoration: none;
  font-size: 18px;
  color: #7652da;
}
form a[data-v-1cdfb397]:hover {
  color: #dd2736;
}
