#loginForm .profile-card .avatar {
    margin-top: -70px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    overflow: hidden;
}
#loginForm .profile-card {
    margin-top: -16px;
    max-height: 52px;
}
#loginForm .form-header {
    border-radius: 0.225rem;
}
#loginForm .profile-card .avatar img {
    width: 100%;
}
#loginForm .card-body {
    margin-top: -30px;
}
#loginForm .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: rgba(256,256,256,0.8);
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
