html {
height: 100%; }

body {
min-height: 100vh;
padding: 0;
background-image: url('bg2.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
background-position: 50% 0%; }

h2 {
font-size: 1.4em !important; }

#data {
background-color: rgba(255,255,255,1);
min-height: 100vh;
height: 100%;  }

.required label {
font-weight: bold; }

.form-switch.form-switch-lg .form-check-input {
height: 2.2rem;
width: calc(3rem + 0.75rem);
border-radius: 4rem;
margin-top: 8px; }

a {
color: black !important;
font-weight: bold; }

@media only screen and (min-width: 1200px) {
    #data {
    max-width: 72%; }
}


@media only screen and (min-width: 1400px) {
    #data {
    max-width: 50%; }
}