@import './cores.css';

.modal-content.login {
    padding: 0 30px 0 30px;
    border: solid 2px var(--cor-tematica) !important;
    border-radius: 18px !important;
}

.modal-content.login {
    background-color: var(--cor-tematica) !important;
}

.form-login, .input {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.input input {
    border: solid 1px var(--cor-tematica-light);
    border-radius: 10px;
    height: 40px;
    padding-left: 15px;
    color: #000000;
    font-size: 18px;
}

.inp {
    color: #fff !important;
}

.header {
    padding-top: 15px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.header h5 {
    color: #fff;
    font-weight: 600;
    font-size: 25px;
}

.mt-1 {
    color: #fff;
    display: flex;
    align-items: center;
    font-weight: 500;
}
.text-light {
    font-size: 15px !important;
}

.btn.btn-login {
    border: solid 2px var(--cor-tematica-extra-dark) !important;
    background-color: var(--cor-tematica-extra-dark)  !important;
    color: #fff;
    font-weight: 500;
}

.btn.btn-login:hover {
    transition: inherit;
    color: #fff;
}