body {
    background-image: linear-gradient(180deg, var(--bs-secondary-bg), var(--bs-body-bg) 100px, var(--bs-body-bg));
}

.container {
    max-width: 960px;
}

.pricing-header {
    max-width: 800px;
}

/*login*/
.form-signin {
    max-width: 330px;
    padding: 1rem;
}

.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;
}

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

/*select2*/
.select2-container{ width: 100% !important; }
.select2-selection--single{ height: 36px !important; }
.select2-dropdown,
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--multiple .select2-selection__choice,
.select2-container--classic .select2-selection--single,
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow,
.select2-container--classic .select2-selection--multiple,
.select2-container--classic .select2-selection--multiple .select2-selection__choice
 {
  border: 1px solid #ced4da;
  border-radius: .25rem;

}
.select2-dropdown:focus,
.select2-container--default .select2-selection--single:focus,
.select2-container--default .select2-selection--multiple:focus,
.select2-container--default .select2-selection--multiple .select2-selection__choice:focus,
.select2-container--classic .select2-selection--single:focus,
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow:focus,
.select2-container--classic .select2-selection--multiple:focus,
.select2-container--classic .select2-selection--multiple .select2-selection__choice:focus
 {
  border-color: #007bff;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 33px;
  border-color: #007bff;
}
.select2-container--classic .select2-selection--single:focus {
  border-color: #007bff;
 }
