.bg-default {
    background: #ffffff;
}

.box-login, .register-box-body {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 5px;
    background: #fff;
    padding: 20px;
    margin: 10rem 30rem;
}

#form_login select{
    font-size: 17px;
    /*margin-bottom: 1.5rem;*/
    border: 0;
    border-bottom: 2px solid rgba(0, 0, 0, 0.12);
    border-radius: 0;
    width: 100%;
    color: #777777;
    text-transform: uppercase;
    outline: 0;
}
.div-login {
    margin-top: 0;
}

.formLoginPagina {
    width: 100%;
    margin: 0;
}

#form_login select {
    padding: 0;
}

.div-login .login {
    background: none;
}

#form_login #div1 {
    width: 100%;
    padding: 0 10px;
}

.form-row {
    display: flex;
    min-height: 65px;
    align-items: center;
    justify-content: center;
}

.form-row:nth-last-child(2) {
    justify-content: flex-start;
    align-items: start;
    min-height: auto;
}

.input-data {
    width: 100%;
    height: 40px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.input-data:nth-last-child(1) {
    justify-content: flex-start;
}

.input-data input {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    font-size: 17px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.12);
    outline: 0;
}

.input-data .underline {
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 100%;
}

.input-data .underline:before {
    position: absolute;
    content: "";
    height: 2px;
    width: 100%;
    background: #229397;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.3s ease;
    left: 0;
}

.input-data input:focus~.underline:before, .input-data input:valid~.underline:before, .textarea textarea:focus~.underline:before, .textarea textarea:valid~.underline:before {
    transform: scale(1);
}

.input-data label {
    position: absolute;
    pointer-events: none;
    bottom: 10px;
    font-size: 16px;
    transition: all 0.3s ease;
    left: 0;
    text-align: inherit;
}
#form_login label {
    text-align: inherit;
    margin: 0;
    height: auto;
    width: auto;
}

.input-data input:focus~label, .textarea textarea:focus~label, .input-data input:valid~label, .textarea textarea:valid~label {
    transform: translateY(-20px);
    font-size: 14px;
    color: #229397;
}

.selectedLabel {
    color: #229397;
}

.select_topic option:not(:first-child) {
    color: #000000;
    text-transform: uppercase;
}

.highlight_underline .underline:before {
    background: #ac1816 !important;
}

.highlight_underline input:focus~label {
    color: #ac1816 !important;
}

.highlight_select_underline {
    border-bottom: 2px solid #ac1816 !important;
}

.highlight_select_label {
    color: #ac1816 !important;
}

.text_highlight {
    color: #ac1816 !important;
}

.select-data {
    position: relative;
    width: 100%;
    /*height: 40px;*/
    margin: 0 10px;
}

.select_label {
    font-size: 16px;
}

.select_topic {
    font-size: 17px;
    margin-bottom: 1.5rem;
    border: 0;
    border-bottom: 2px solid rgba(0, 0, 0, 0.12);
    border-radius: 0;
    width: 100%;
    color: #777777;
    text-transform: uppercase;
}

.select_topic:focus,
.select_topic:active {
    outline: 0;
    border-bottom-color: #229397;
}

.select_topic option:not(:first-child) {
    color: #000000;
    text-transform: uppercase;
}

.selectedLabel {
    color: #229397;
}

.select_label,
.esqueci_senha {
    display: flex;
}

.login_submit {
    width: 100%;
    height: 50px;
    border-radius: 30px;
    background: #AC1816;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    border: unset;
    margin: 3rem 0 1rem;
    cursor: pointer;
    z-index: 9;
    transition: background-color 0.5s, color 0.5s;
}

#div1 .select-data, .form-row:last-child {
    margin: 0;
}