.form-title { margin-bottom: 3rem; }

.button-space {
    margin-top: 3rem;
    margin-bottom: 1rem;
}

.verification-code-button {
    float: right;
    position: relative;
    top: -45px;
    left: -20px;
}

.social [class*="fa fa-"] {
    background-color: #333;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: auto 3px;
    width: 30px;
    font-size: 15px;
    text-align: center;
}

.social-media {
    margin-top: 30px;
    padding: 30px 0;
    text-align: center;
    color: #929bb0;
    border-top: 1px solid #dee9ff;
}

.social-icons {
    margin-top: 30px;
    margin-bottom: 16px;
}

.social-icons a {
    padding: 2px;
    border-radius: 40px;
}

.social-icons a [class*="fa fa-"] {
    border: 1px solid;
    border-radius: 40px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
}

.verification-code-button {
    float: right;
    position: relative;
    top: -45px;
    left: -20px;
}

/*QR CODE*/

.qrcode-image {
    width: 260px;
    height: 260px;
    margin: auto;
}

.qrcode-cover {
    background: rgba(255, 255, 255, 0.9);
    height: 100%;
}

.qrcode-cover-text { padding-top: 110px; }

.qrcode-cover-text span {
    color: #fff;
    background: #257BFC;
    padding: 2px 10px 4px 10px;
}

.qrcode-cover-text span.error { background: #f00; }

.qrcode-desc {
    display: flex;
    margin: auto;
}

.qrcode-desc p {
    font-size: 10px;
    margin-left: 10px;
}

/*Signed-in*/

.avatar-box {
    width: 130px;
    height: 130px;
    border-color: whitesmoke;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
}

.avatar-box img {
    border-radius: 5px;
    margin: 5px;
    width: 120px;
    height: 120px;
}

.avatar-box span {
    background: cadetblue;
    color: white;
    font-size: 60px;
    line-height:130px;
    display:block;
}

/*Signed out*/

.logout-redirect { }


@media (max-width: 576px) {
    .button-space {
        margin-top: 2rem;
        margin-bottom: 1rem;
    }

    .form-title { margin-bottom: 1.5rem; }
}