body {
    align-items: center;
    background-color: #dbe3e8;
    display: flex;
    flex-direction: column;
    height: 100dvh;
    justify-content: center;
    text-align: center;
    font-family: "Rubik", sans-serif;
}

.container {
    align-items: center;
    color: #2f5e73;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    gap: 0.3rem;
}

.title {
    font-size: 2.2rem;
    font-weight: bold;
}

.text {
    color: #678694;
    font-weight: normal;
    margin-bottom: 4rem;
}

.form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 7rem;
    padding-bottom: 1rem;
}

.input {
    background-color: white;
    border: none;
    border-radius: 5px;
    font-weight: 400;
    font-size: 1.5rem;
    padding: 1rem;
}

.input:focus,
.input:not(:placeholder-shown) {
    border: 1px #04517d solid;
    box-shadow: 1px 3px 5px #065e7c4e;
    outline: none;
}

.label {
    background: transparent;
    bottom: 0;
    color: transparent;
    font-family: Arial, Helvetica, sans-serif;
    height: 12px;
    left: 0;
    position: absolute;
    right: 0;
    text-transform: lowercase;
    top: 52.3%;
    width: 100%;
}

.label::first-letter {
    text-transform: uppercase;
}

.input:focus + .label,
.input:not(:placeholder-shown) + .label {
    background-color: #dbe3e8;
    color: #5b5b5b;
    margin-left: 100px;
    text-align: center;
    transition: top 0.3s;
    width: 58px;
    z-index: 2;
}

.button {
    align-items: center;
    background-color: #0088ce;
    border: none;
    border-radius: 0.375rem;
    color: white;
    cursor: pointer;
    display: flex;
    font-size: 1.5rem;
    height: 3.5rem;
    justify-content: center;
    margin-top: 2rem;
    padding: 1rem;
    width: 100%;
}

.footer {
    font-family: "Roboto", sans-serif;
    font-size: 0.7rem;
    bottom: 0.5rem;
    position: absolute;
}
.label-padrao{
    color: #678694;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    margin-left: 0.35rem;
    margin-bottom: 0.2rem;
}

.resetPass{
    width: 100%;
}

.emailResetPass{
    font-family: 'Rubik', sans-serif;
    font-weight: normal;
    font-size: 1.43rem;
    border-radius: 00.437rem;
    margin-bottom: 1.37rem;
    border: none;
    display: flex;
    flex-direction: column;
    border-radius: 0.437rem;
    margin-bottom: 1.37rem;
    padding: 0.9rem;
    width: 100%;
}
input#email.emailResetPass:not(:focus){
    color: #678694 !important;
}
.form-control.emailResetPass:focus, .form-control.emailResetPass:not(:focus) {
    box-shadow: none;
    border-color: #f8fafc;
    outline: none;

}

