html {
    font-family: 'Muli', sans-serif !important;
    font-weight: normal;
    line-height: 1.5;
}

body {
    background-image: linear-gradient(to left, #00182e, #003555);
}

.valign-wrapper {
    flex-wrap: wrap;
}

.orange-custom {
    background-color: #ed8527 !important;
}

.content-100vh {
    min-height: 100vh !important;
}

.border-circle-10 {
    border-radius: 10px;
}
.border-circle-30 {
    border-radius: 30px;
}

/* Cartão de erros */
.card-panel.card-error {
    box-shadow: none !important;
    border-radius: 10px;
}
.card-panel.card-error p {
    margin: 0;
}

/* label focus color */
.input-field input:focus + label,
.material-icons.prefix.active {
    color: #ed8527 !important;
}
/* label underline focus color */
.input-field input:focus {
    border-bottom: 1px solid #ed8527 !important;
    box-shadow: 0 1px 0 0 #ed8527 !important;
}

.title-description {
    font-size: 36px;
    font-weight: bold;
    color: #00304b !important;
}

.subtitle-description {
    font-size: 28px;
    font-weight: normal;
    color: #00304b !important;
}

.link a {
    color: #ed8527 !important;
}
.link p {
    font-weight: bold;
}