html,
body {
  height: 100%;
}

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

.btn-primary {
  background-color: #0082c9;
  border-color: #0082c9;
}
.btn-primary:hover,
.btn-primary:active {
  background-color: #6fbd44;
  border-color: #6fbd44;
}

.form-tarifario {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}

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

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

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

.form-tarifario input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container .select2-selection--single {
  height: 38px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 36px;
}
.select2-container--default .select2-selection--single {
  padding: .375rem .75rem;
  border: 1px solid #ced4da;
}

.select2-container--default .select2-selection--single:focus {
  color: #212529;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
}