.btn-google {
    text-decoration: none;
    max-width: 200px;
    margin: 0 auto;
}

.items-all-page {
    margin-top: 12px;
}

.form-group>input {
    min-width: 400px;
}

.form-group {
    margin-top: 12px;
    margin-bottom: 12px;
    display: flex;
    justify-content: center;
    width: 100%;
}

.login-form-container {
    background: #fff;
    z-index: 999999;
    max-width: 600px;
    padding: 12px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    margin-bottom: 64px;
    margin-top: 64px;
}

.btn-orange {
    text-decoration: none;
}
@media screen and (max-width:700px) {
    .profile-item {
        display: none;
    }

    .form-group>input {
        min-width: 240px;
    }

    .login-form-container {
        padding: 0;
        padding-bottom: 24px;
        padding-top: 24px;
        max-width: 100%;
    }
}