.label {
}

.logo {
    content: url(../Images/b2e-logo-bl.png);
    max-width: 400px;
    max-height: 300px;
    vertical-align: middle;
    border-style: none;
    overflow: clip;
    margin-left: -40px;
}

.login_tela_imagem
{
    padding: 20px;
}

.login {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100vh;
    width: 100vw;
}

.login_tela {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    height: 100%;
    position: relative;
    padding: 0;
}

.login_card {
    background: white;
    border-radius: 20px;
    padding: 20px;
    width: 374px;
    height: auto;
    font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif !important;
    box-sizing: border-box;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.4) 0px 0px 8px;
    color: #f47910;
}


.login_links {
    margin-top: 10px;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    color: #676a6c;
    line-height: 1.15;
}

.form-control {
    background: #fff;
    border: 1px solid #d0c4c3;
    border-radius: 10px;
    color: #3d3d3e;
    padding: 4.5px 10px;
    font-size: 14px;
    line-height: 19px;
}

a {
    color: #f47910;
}



.btn-primary {
    background-image: linear-gradient(to right, #f47910 0%, #ffaa51 51%, #f68e52 100%);
    border-color: #f0f0f0;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 0 20px #eee;
    transition: 0.5s;
    background-size: 200% auto;
    text-align: center;
    transition: 0.5s;
    color: white;
    display: block;
}
.btn-primary:hover {
    background-position: right center;
    color: #fff;
    text-decoration: none;
    border-color: transparent;
}

.alert-danger {
    color: #683b3a;
    background-color: #f2dede7a;
    border-color: #ebccd1;
}

@media screen and (max-width: 768px) {
    .login_tela {
        flex-direction: column;
        gap: 20px;
        height: auto;
    }


    .logo {
        max-width: 280px;
        padding-top: 30px;
    }

    .body {
        font-size: 16px;
        background-color: #f5f5f5;
        padding: 10px;
    }
}

@media  (max-width: 480px) {

    .login_card {
        width: 280px;
    }


    .logo {
        max-width: 200px;
    }
}
