/*

#8ec53f

*/

body {
/*    background: rgb(107,107,107);*/
/*    background: radial-gradient(circle, rgba(107,107,107,1) 0%, rgba(59,59,59,1) 100%); */
    height: 100%;
}

main {
    height: 100%;
}

main > .container {
    padding: 20px 15px 20px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: center;
}

h1 {
/*    color: #fff !important;*/
}

.select2-container--krajee-bs5 .select2-results__option[aria-selected] {
  color: #333;
  line-height: 1.3 !important;
  text-align: center;
  font-size: 1rem;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
/*  color: #fff !important;*/
}

a {
    color: #666 !important; 
    text-decoration: none !important;
}