body {
    margin: 0;
    padding: 0;
}

.mouse-shape{
    display: flex;
    list-style: none;
    padding: 0;

}

.login_logo_img{
    margin-right: 12px;
    height: 60px;

}

.login_logo_img img{
    width: 60px;
    height: 60px;
}

.title_info{
    float: right;
}

.login_logo_name{
    display: flex;
    flex-direction: column;
    color: #1F73FF;
    font-size: 24px;
    justify-content: center;
    line-height: 24px;

}

.login_logo_name div:last-child{
    font-size: 14px;
    margin-top: 10px;
    line-height: 14px;
}

/*.useragreenment {*/
/*    width: 90vw;*/
/*}*/

li {
    padding-left: 0px;
}

.title_info {
    margin-top: 40px;
    font-size: 24px;
}

.user_btn a {
    color: black;
}

.user {
    font-size: 48px;
    text-align: center;
    color: #1F73FF;
    font-weight: bold;
}

.user_font {
    margin-top: 40px;
    line-height: 36px;
    text-indent: 2em;
    font-size: 16px;
}

.user_btn {
    margin-top: 40px;
    width: 368px;
    color: rgba(31, 115, 255, 1);
    height: 60px;
    border-radius: 40px;
    border: 2px solid rgba(31, 115, 255, 1);
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    margin-bottom: 60px;
    cursor: pointer;
}

@media (max-width: 768px) {
    p {
        font-size: 16px;
    }

    .title_info {
        font-size: 18px;
        padding: 10px;
    }

    .user {
        margin-top: 40px;
        font-size: 28px;
    }
}
