.Login .BoxLogin {
    position: absolute;
    /* width: 100%;
    height: 80vh; */
    background: white;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    -webkit-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.12);

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;

    width: 354px;
    height: 495px !important;
}

.Login .BoxLogin .PortaLogo {
    width: 100%;
    height: 120px;
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: var(--corFundo);
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
}

.Login .BoxLogin .Logo {
    width: auto;
    height: 60%;
    display: block;
    margin: 0 auto 0 auto;

}

.Login .BoxLogin .PortaFormLogin {
    width: 100%;
    /* height: calc(80vh - 195px); */
    height: 320px;
    position: absolute;
    top: 0;
    margin: 120px 0 0 0;
    padding: 0 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

@media (max-width: 450px) {

    .Login .BoxLogin .PortaFormLogin {
        padding: 0 20px;
    }
}

.Login .HomeLogin .BoxLogin .FormLogin {
    margin: 0;
    margin-top: 19px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}


.FormMaterial label {
    position: absolute;
    cursor: text;
    margin: -40px 0 0 50px !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.5px;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    -ms-transition: all 0.15s ease;
    transition: all 0.15s ease;
}

.BoxLogin .LabelUser {
    flex-direction: column;
    justify-content: center;
    position: absolute;
    width: 35px;
    height: 35px;
    z-index: 3;
    margin: 15px 0 0 10px !important;
}

.FormMaterial input {
    padding: 15px 0 0 55px !important;
}

.FormMaterial input.filled~label,
.FormMaterial input:focus~label {
    font-size: 12px !important;
    position: absolute !important;
    margin: -55px 0 0 45px !important;
}
