body,
html {
    height: 100%;
}

@media only screen and (max-width: 600px) {
    .mdc-card {
        height: 100%;
        width: 100%;
    }

    body {
        color: #262626;
        margin: 0px !important;
    }

    .box-login {
        place-content: center;
    }

    .card-header {
        place-content: center;
    }
}

@media only screen and (min-width: 600px) {
    .mdc-card {
        height: 450px;
        width: 350px;
    }

    body {
        background-image: url("/static/login/img/login.e37360803238.jpg");
        background-repeat: no-repeat;
        background-size: contain;
        color: #262626;
        margin: 0px !important;
    }

    .box-login {
        opacity: 0.80;
        filter: alpha(opacity=80); /* For IE8 and earlier */
    }
}

.card-header {
    margin: 1.25rem 0;
    padding: 16px;
    align-self: center;
}

.card-header h2,
.card-header h3 {
    margin: 0;
}

.card-body {
    padding: 16px;
}

.mdc-text-field, .mdc-button {
    width: 100%;
}

div.mdc-layout-grid {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.form-label {
    left: auto;
    color: darkred;
    white-space: normal;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    background-color: black;
    color: white;
    text-align: center;
    opacity: 0.80;
    filter: alpha(opacity=80); /* For IE8 and earlier */
    display: table;
    font-family: 'PT Sans', sans-serif;
    font-display: swap;
}

.footer span {
    display:table-cell;
    vertical-align:middle;
}

:root {
    --mdc-theme-primary: #4682B4;
}

.img-logo {
    width: 100%;
}

.mdc-text-field .mdc-text-field__input {
    caret-color: var(--blue, #4682B4);
}

.mdc-drawer .mdc-list-item--activated,
.mdc-drawer .mdc-list-item--activated .mdc-list-item__graphic,
.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
    color: var(--blue, #4682B4);
}

.img-signature {
    position: absolute;
    right: 20px;
    bottom: 50px;
    width: 250px;
}

.firm {
    width: 100vw;
    height: 100%;
    padding-left: 100px;
}

.contact {
    width: 100px;
    right: 0px;
}

.contact a {
    color: rgb(196, 181, 187);
    text-decoration: None;
}
