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

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

.profile-item {
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

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

    .form-group>input {
        min-width: 240px;
    }
    .login-form-container {
        padding: 0;
        padding-top: 24px;
        padding-bottom: 24px;
    }
}