
.conteiner_login{
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: aliceblue;
    text-align: center;
    margin-top: 76px;
}

.conteiner_login > form{
    position: relative;
    top: 2%;
    text-align: center;
    width: 100%;
   
    align-items: center;
    justify-items: center;

}

.title_one_login {
    font-size: 29px;
    text-align: center;
    font-weight: 300;
}

.top_login{
    margin-top: 50%;
}

.login_avatar_user{
    position: relative;
    border-radius: 50%;
    width: 60px;
    background-color: #fff;
    height: 60px;
    top: -48px;
    left: 122px;
 
    }

    .login_acc{
        margin-top: 38px;
        align-items: center;
        text-align: center;
        display: inline-block

    }

.login_avatar_user> a >img{
    position: relative;
    border-radius: 50%;
    width: 52px;
    top: 4px;
    height: 52px
}

#login_user{
    position: relative;
    height: 20px;
    top: -38px;
    left: 53px;
    width: 193px;
}

.login_acc>p {
    position: relative;
    display: block;
    margin-top: 5px;
    margin-bottom: 11px;
    color: #737373;
    width: 336px;
    font-size: 12px;
    margin-left: -20px;
}

.btn_login_user{
    position: relative;
    top: 3px;
    left: -183px;
    font-size: 13px;
    color: #737373;
}

input#Login01_login_email {
    position: relative;
    width: 290px;
    height: 42px;
}
input#password {
    position: relative;
    left: -160px;
    width: 192px;
}