.container-login {
    width: 90%;
    margin-left: 9%;
}

.login {
    width: 100%;
    height: 100%;
    padding-bottom: 30px;
    border-radius: 15px;
    background-color: rgba(236, 236, 236, 0.2);
}

.error404 {
    width: 100%;
    height: 100%;
    padding-bottom: 30px;
    border-radius: 15px;
    background-color: rgba(0, 0, 0, 0.288);
}

body {
    background-size: cover;
    background-color: #E7D4E6;
    /* background-image: linear-gradient(rgba(255,0,0,0), rgba(234,211,230)); */
    background-image: url('/images/bg_login.webp');
    background-repeat: no-repeat;
    height: 100vh;
}

.titulo {
    font-size: larger;
}

.blue_btn_login {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: large;
    display: block;
    text-align: center;
    width: 100%;
    min-height: 50px;
    height: 100%;
    color: #FFF;
    font-weight: bold;
    line-height: center;
    background-color: #4E497E;
    border: 0;
}

.blue_btn_login:hover {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: large;
    display: block;
    text-align: center;
    width: 100%;
    min-height: 50px;
    height: 100%;
    color: #FFF;
    font-weight: bold;
    line-height: center;
    background-color: #181147;
    border: 0;
}

.blue_btn_login2 {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: large;
    display: block;
    text-align: center;
    width: 100%;
    min-height: 50px;
    height: 100%;
    color: #FFF;
    font-weight: bold;
    line-height: center;
    background-color: #4E497E;
    border: 0;
}

.blue_btn_login2:hover {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: large;
    display: block;
    text-align: center;
    width: 100%;
    min-height: 50px;
    height: 100%;
    color: #FFF;
    font-weight: bold;
    line-height: center;
    background-color: #181147;
    border: 0;
}

.btn-assinante {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: large;
    display: block;
    text-align: center;
    width: 50%;
    height: 50px;
    color: #131313;
    font-weight: bold;
    line-height: center;
    background-color: #d1cfeb;
    border: 0;
}

.btn-assinante:hover {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: large;
    display: block;
    text-align: center;
    width: 50%;
    height: 50px;
    color: #FFF;
    font-weight: bold;
    line-height: center;
    background-color: #181147;
    border: 0;
}

.input_login {
    border: #8987af solid 3px;
    border-radius: 7px;
    height: 50px;
}


