form {
    padding: 0 5%;
}

.background-login {
    background: linear-gradient(#00985C, #B0D53E) !important;
    min-height: 100%;
}

.card {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 25px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

.image-quero-consulta {
    margin: 1em;
    max-width: 90%;
}

.btn {
    background-color: #00985C;
    width: 70%;
}

.marginTop5percent {
    margin-top: 5%;
}

.spinner {
    vertical-align: middle;
    color: white;
    font-size: 100px;
}

#esqueciSenha, textCadastro {
    color: grey;
}

#linkCadastro {
    color: #2FAB7A;
    cursor: pointer;
}

i {
    margin-top: 10px;
    color: #9e9e9e;
}

.input-field .prefix.active {
    color: #2FAB7A;
}

.modal {
    width: 20%;
}

.modal-content {
    padding: 10%;
}

.chipBack {
    background-color: firebrick;
    color: white;
    font-weight: bold;
}

.chipClose {
    margin-top: 1px;
    color: white;
}

.row {
    margin-bottom: 0 !important;
}

.invalid-feedback {
    margin-top: -40px !important;
    color: orangered;
}
