.btn-submit {
    background-color: rgba(30, 67, 105, 1);
    color: #FFF;
}

.icon-submit {
    width: 23px;
    height: 23px;
}

.img-logotipo {
    width: 80%;
    margin-top: 80px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
}

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

.modal-footer-alert {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: center;
    padding: 1rem;
}

.form-control-login {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: rgba(30, 67, 105, 1);
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    outline: 0;
    border-bottom: 1px solid rgba(30, 67, 105, 1);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control-login:focus {
    outline: none !important;
}

.input-modal {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: rgba(177, 177, 177, 1);
    background-color: rgba(245, 245, 245, 1);
    background-clip: padding-box;
    border: 1px solid rgba(245, 245, 245, 1);
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.img-marcas {
    width: 100%;
    max-width: 600px;
}