
.orientacoes {
    font-size: 14px;
}

.orientacoes h4 {
    font-size: 17px;
    margin: 10px 0
}

.container_custom {
    display: flex;
    flex-direction: column;
    /* border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem !important;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
    margin: 20%; */
}

.login_footer {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.body_login {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;

    color: rgba(0, 0, 0, 0.87);
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.login_header img {
    width: auto;
    max-width: 100%;
}

.login_header {
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;

}

.login_body {
    gap: 30px;
    display: flex;
    flex-direction: column;
    padding: 5rem;
    background-color: #0F180F;
}

#btn_save{ background-color: #BFD730; color: #FFF; font-weight: 400; font-size: 1.25rem; border-radius: 10px; }
.login_body form .input-group-text {
    padding: 0px;
    background: #0F180F;

    padding-right: 1rem;
    padding-left: 0.5rem;

}

.login_body form input {
    background: #0F180F;
    color: #FFF;
}

.login_body form svg {
    color: rgba(158, 158, 158, 0.87);
    width: 18px;
    height: 18px;
}

.login_body form input::placeholder {
    color: #ffffff !important;
    font-size: 13px;
}

.login_body form input:focus {
    color: #ffffff;
    background-color: #4f4e4e;
    border-color: #4f4e4e;
    outline: 0;
    box-shadow: none;
}