body {
    padding: 0;
    color: #343741;
    font-family: 'Guardian Sans', sans-serif;
}

.bg-yellow {
    background: #ffffff;

}

.login-form {
    width: 340px;

    background: #f3f3f3;
}

.d-md-block {
    display: block !important;
}

form {
    padding: 30px;
}

.login-form h2 {
    margin: 0 0 15px;
}

.form-control,
.btn {
    min-height: 38px;
    margin-top: 10px;
}

.btn {
    background: #006729;
    /* fallback for old browsers */
    border: #006729;
    border-radius: 0%;
}

.btn {
    font-size: 15px;
    font-weight: bold;
    margin-top: 20px;
    color: white;
}

.btn:hover,
.btn:focus {
    background: #343741;
    border: #343741;
    border-radius: 0%;
    color: white;
}

.btn:active {
    background: #343741;
    border: #343741;
}

.formulario {
    margin-top: 50%;
}

.efeito-rodape {
    border-radius: 0px 0px 15px 15px;
    width: 100%;
}

.logo {
    width: 40%;
}

.border-form {
    border-radius: 0%;
    border-color: #343741;
    color: #343741;
}

.container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    align-self: center
}

.container-form {
    display: flex;
    align-items: center;
    height: 100vh;
    align-self: center;
    left: -15px;
    background-color: #c0bfc0;
}

.inputLogin {
    color: #343741;
    background-color: #f3f3f3;
    font-weight: 500;
}

.inputLogin::placeholder {
    font-weight: 500;
    color: #343741;
}

.esqueciSenha {
    text-decoration: underline;
    font-weight: 300;
    color: #343741;
}

.fontetitulo {
    font-weight: 600;
}

@media (max-width: 768px) {
    .bg-yellow {
        height: 200px;
    }

    .container-form {
        height: 70vh;
        left: 0px;
    }
}

.blocoLoginCentralizado {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}