body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}

.div-login-logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 70vh;
}

.div-login-logo form {
    width: 70%;
}

.div-form-login {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.form {
    height: 80vh;
    width: 100%;
    padding: 20px 40px 10px 40px;
    border-radius: 15px;
}

.logo-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 20px 0px 20px 0px;
}

.div-login-logo img {
    width: 250px;
    filter: drop-shadow(2px 4px 6px #a0a0a0);
}

.form img {
    width: 200px;
    filter: drop-shadow(2px 4px 6px #D3D3D3);
}

.form form {
    width: 100%;
}

.input-mail-partner {
    border: none;
    border-bottom: 1px solid #dcdcdc;
    border-radius: 0;
    outline: none;
}

.input-mail-partner:focus {
    box-shadow: none;
}

.btn-login {
    width: 150px;
    color: #FFF;
    background-color: var(--azul-500);
    border-radius: 15px;
}

.btn-login:hover {
    color: #FFF;
    background-color: var(--verde-500);
}

.modal .logo-unity {
    max-width: 80px;
}

.modal-header {
    border-bottom: none !important;
}

.modal-footer {
    border-top: none !important;
}

.modal h5 {
    font-size: 14px;
    font-weight: bold;
    color: #0e0e0e;
}

.modal-body p {
    font-size: 13px;
    color: #585858;
}

.btn-confirm {
    background-color: #2DC64F;
    color: #FFF;
}

.btn-confirm:hover {
    background-color: #2E8B57;
    color: #FFF;
}