@charset "UTF-8";
html {
    font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

.form-login {
    margin: 200px auto 0 auto;
    max-width: 600px;
}

.meu-menu {
    font-size: 25px;
    color: white;
}

input[type=checkbox]
{
  -ms-transform: scale(1.5); /* IE */
  -moz-transform: scale(1.5); /* FF */
  -webkit-transform: scale(1.5); /* Safari and Chrome */
  -o-transform: scale(1.5); /* Opera */
  transform: scale(1.5);
  margin-right: 10px;

}

.form-check-input[type=checkbox] {
    border-radius: 0.25em;
    border-color: grey;
}

.documento-ajax{
    text-decoration: none;
    padding: 7px;
}

.card-body{
    padding-bottom: 0;
}

body {
    background-color: #facbd0;
}
