body {
    background-color: rgb(146 208 231 / 8%);
}

a {
    text-decoration: none;
    font-size: 0.9rem;
}

.login-grid {
    overflow: auto;
    height: 100vh;
    display: grid;
    grid-template-columns: 45% auto;
    padding: 40px;
}
.reset-senha-grid {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-info {
    border-radius: 60px;
    background-image: url(/assets/img/bg-login3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.login-info .content-logo {
    margin: auto;
    color: #ffffff;
    text-align: center;
    position: absolute;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 40px;
    background: rgb(0 11 16 / 31%);
    border-radius: 60px;
    width: 100%;
}

.login-info h1 {
    font-size: 6.5rem;
    margin: 0;
    /* filter: drop-shadow(2px 6px 6px #243964); */
}

.login-info h2 {
    font-size: 50px;
    margin: 0;
    font-weight: 500;
    /* filter: drop-shadow(2px 6px 6px #243964); */
}

.login-design {
    margin: 0;
    display: flex;
}

.login-design img {
    max-width: 100%;
    margin: auto;
}

.bck-filter {
    filter: blur(2px);
}

.container-login {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-direction: column;
}

.container-login .mdc-card {
    min-width: 380px;
    max-width: 400px;
    min-height: 200px;
    border-radius: 16px;
    box-shadow: 0px 2px 5px -15px rgba(0, 0, 0, 0.2),
        0px 1px 28px -6px rgba(0, 0, 0, 0.14),
        0px 1px 2px 0px rgba(0, 0, 0, 0.12);
}

.card-login {
    max-width: 500px;
    padding: 20px;
}

.login-img-logo {
    text-align: center;
    margin-bottom: 20px;
}

.login-img-logo img {
    width: 80px;
    position: relative;
    filter: drop-shadow(0 0 34px #ffffff);
}

.title-login {
    font-weight: 400;
    margin: 0;
}

.message-error {
    margin-bottom: 16px;
    color: red;
    font-weight: 600;
    text-align: center;
}

@media (max-width: 1100px) {
    .login-grid {
        grid-template-columns: 450px auto;
    }
}

@media (max-width: 810px) {
    .login-grid {
        grid-template-columns: none;
        grid-template-rows: auto auto;
        padding: 20px;
    }
    .login-info h1 {
        font-size: 2.5rem;
    }
    .login-design img {
        width: 250px;
    }
    .login-info h2 {
        font-size: 24px;
    }
    .login-info .content-logo,
    .login-info {
        border-radius: 30px;
    }
}

.form-control {
    border-width: 1px;
}

.mdc-button--raised {
    background: linear-gradient(0.25turn, #009bd5, #00989e) !important;
}
