html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.valid-color{
    color: green;
}

.invalid-color{
    color: red;
}

.change-password-view {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.change-password-form {
    justify-content: center;
}

.navbar {
    background-color: #191B27 !important;
    height: 64px;
}

.filled-button {
    color: #fff;
    background-color: #191B27;
    border-color: #191B27;
}

.button {
    padding: 6px 24px 6px 24px;
    border-radius: 48px;
    font-weight: 600;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: .0178571429em;
    height: 48px;
    text-align: center;
    text-decoration: none;
}


.filled-button:hover {
    color: #fff;
}

.btn-primary {
    background-color: #2D354A;
    border: 0px;
    border-radius: 48px;
}

.btn-outline-primary {
    border-radius: 48px;
    overflow: hidden;
    box-shadow: inset 0 0 0 0.5px #0093FF, inset 0 0 0 1px #00D160;
    border: none;
    color: #2D354A;
    background-color: white;
}

.btn-outline-primary:hover {
    background-color: unset;
    color: unset;
}

.btn-primary:hover {
    background-color: #2D354A;
    color: #fff;
}

.text-dark {
    color: #fff !important;
}

.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 200, 'GRAD' -25, 'opsz' 24
}

input{
    border-radius: 30px !important;
    height: 48px;
    padding-left: 20px  !important;
}

.form-label{
    padding-left: 20px;
    font-size: 16px;
    font-weight: 500;
}