html, body {
    height: 100%;
    width: 100%;
    font-family: 'Roboto', sans-serif !important;
    background: url("/static/img/bg.jpg") 100% 40% no-repeat;
    background-size: cover;
}
.separator {
    width: 100%;
    height: 5px;
    background-color: #40004f;
}

.input_login {
    -webkit-appearance: none;
    border: 0;
    border-radius: 1px;
    box-shadow: -1px 3px 5px rgba(0, 0, 0, 0.3);
    margin-bottom: 5%;
    height: 40%;
    width: 100%;
}

.button_login {
    background-color: #a4cb00;
    color: #40004f;
    border: 0;
    border-radius: 2px;
    font-weight: 700;
}