.loginTextField{
    display: flex;
    height: 45px;
    margin-bottom: 10px;
    font-family: jost;
    font-weight: 400;
    font-size: 18px;
    border-width: 1px;
    border-radius: 10px;
    border-color: gray !important;
    border-style: solid;
}

@media screen and (max-width: 475px) {
    .loginTextField{
        width: 100% !important;
    }
}

@media screen and (min-width: 475px) {
    .loginTextField{
        width: 320px !important;
    }
}


.loginForgotPassword{
    cursor: pointer;
    display: flex;
    margin-top: 0px;
    margin-bottom: 20px;
    font-family: jost;
    font-weight: 400;
    font-size: 14px;
    color: black !important;
    border: none !important;
    background-color: transparent !important;
}

.errorLabel{
    display: flex;
    margin-top: 0px;
    font-family: jost;
    font-weight: 400;
    font-size: 14px;
    color: rgb(120, 28, 28);
}

.infoText{
    margin-bottom: 20px;
    font-size: 16px;
    font: jost;
}

@media screen and (max-width: 375px) {
    .infoText{
        margin-top: 30px;
    }
}
    
@media screen and (min-width: 375px) {
    .infoText{
        margin-top: 50px;
    }
}

.loginTextFieldPassword{
    margin-top: 100px;
}

@media screen and (max-width: 375px) {
    #mailLogin{
        margin-top: 40px;
    }
}
    
@media screen and (min-width: 375px) {
    #mailLogin{
        margin-top: 50px;
    }
}

#nameRegister{
    margin-top: 50px;
}

#infoTextReseted{
    margin-top: 50px;
}

.loginShowPassword{
    cursor: pointer;
    display: flex;
    margin-top: 0px;
    margin-bottom: 10px;
    font-family: jost;
    font-weight: 400;
    font-size: 14px;
    color: black !important;
    border: none !important;
    background-color: transparent !important;
}