/* Login/Register Page Styles */
html,
body {
    height: 100%;
    position: relative;
}
#content {
    padding-right: 40%;
}

@media (max-width: 768px) {
    #content {
        left: 0;
        padding-right: 3px;
        padding-left: 3px;
    }
}
#floor {
    position: fixed;
    bottom: 0;
}
#stick {
    position: fixed;
    bottom: 50px;
}
.container {
    margin: 0;
}
.well-login {
    padding: 0;
    border-radius: 10px;
    overflow: hidden;
    min-width: 380px;
}
.login-form-side {
    padding: 30px;
    background: white;
}
.login-form-side h2 {
    margin-bottom: 10px;
    font-weight: 700;
}
.login-form-side .muted {
    margin-bottom: 30px;
}
.login-form-wrapper {
    max-width: 400px;
    margin: 0 auto;
}
.login-info-side {
    padding: 30px;
    background: #f8f9fa;
}
.login-info-side h3 {
    margin-bottom: 20px;
    font-weight: 700;
}
.login-features {
    margin: 0;
}
.login-features li {
    padding: 7px 0;
    border-bottom: 1px solid #e0e0e0;
}
.login-features li:last-child {
    border-bottom: none;
}
.login-features img {
    margin-right: 10px;
}
.login-info-side .text-center {
    margin-top: 30px;
}
#login-form .input-large,
#password-recovery-form .input-large,
#register-form .input-large {
    height: 45px;
    font-size: 15px;
    margin-bottom: 3px;
}

/* Social Login Buttons */
.social-login-buttons {
    margin-bottom: 5px;
}
.social-login-buttons a {
    margin-bottom: 5px;
}
.btn-social {
    background: white;
    color: #333;
    border: 1px solid #ddd;
}
.btn-social:hover {
    background: #f5f5f5;
    color: #333;
    border-color: #ccc;
}
.btn-social .social-icon {
    width: 18px;
    height: 18px;
    margin-right: 8px;
    vertical-align: middle;
    margin-top: -2px;
}
.login-divider {
    text-align: center;
    margin: 5px 0;
    position: relative;
}
.login-divider:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: #e0e0e0;
}
.login-divider span {
    background: white;
    padding: 0 15px;
    position: relative;
    color: #999;
    font-size: 14px;
}
.control-group {
    margin-bottom: 5px !important;
}
.form-actions {
    margin: 0 !important;
    padding: 3px 0 !important;
}
.help-inline {
    min-height: 0;
    display: block;
}
.help-inline:empty {
    display: none;
    height: 0;
    margin: 0;
    padding: 0;
}
.cf-turnstile {
    padding-bottom: 5px;
    min-width: 400px;
}
