body {
    font-family: 'Roboto', sans-serif !important;
    /* background-size: 0.5em 0.5em;
    background-image:
      linear-gradient(to right, lightblue 1px, transparent 1px),
      linear-gradient(to bottom, lightblue 1px, transparent 1px); */
}



h2 {
    margin-top: 1rem;
}

input,
select {
    /* height: 2em !important;
    /* line-height: 1em !important; */
    margin-top: 0em !important;
    /* /* padding-top: 0em !important; */
    /* margin-bottom: 0em !important;
    padding-bottom: 0em !important; */
}

label {
    /* height: 2em !important;
    /* line-height: 2em !important; */
    margin-top: 0.5em !important;
    /* padding-top: 0em !important; */
    /* margin-bottom: 0em !important; */
    /* padding-bottom: 0em !important; */
}

.login-box-outer {
    /* background-color: pink; */
    /* margun-left: 3em; */
}


.login-box-inner {
    background-color: lavender;
    width: 100%;
    border-radius: 5px;
    padding-left: 1.5em;
    padding-right: 1.5em;
    padding-bottom: 1em;
    padding-top: 0.5em;
    margin-top: 1em;
    margin-bottom: 4em;
}

button {
    margin-top: 1.5em !important;
    margin-bottom: 1em !important;
    /* background-color: darkblue !important;
    height: 2em !important; */
    /* line-height: 1em !important; */
}


.btn-primary {
    width: 100% !important;
}


@media (min-width: 768px) and (max-width: 991px) {
    button {
        margin-bottom: 0.5em !important;
    }
}

@media (min-width: 992px) {
    button {
        margin-bottom: 0.5em !important;
    }
}

.container{
    min-height: 100vh;
}