﻿html {
    position: relative;
    min-height: 100%;
}

body {
    background: #f5f5f5;
    color: #3b3b41;
    border: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin-bottom: 60px;
    padding-top: 0;
}

a {
    color: #666666;
}

.navbar {
    margin-bottom: 40px;
    border: none;
}

.navbar-inner {
    margin-bottom: 0;
    min-height: 40px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-bottom: 1px solid #343439;
}

.navbar-inner, .footer, .navbar-inverse {
    background: #3b3b41;
    text-shadow: 1px 1px 1px #0a0c0e;
    border: none;
    color: #fff;
}

    .navbar-inner a {
        color: #7b7b7b;
        text-shadow: 0 -1px 1px #0b090a;
    }

        .navbar-inner a i {
            margin-top: 2px;
        }

        .navbar-inner a:hover i {
            opacity: .8;
            filter: alpha(opacity=80);
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
        }

    .navbar-inverse .navbar-nav > li > a {
        color: #fff;
    }

.navbar-brand {
    font-size: 20px;
    /*line-height: 10px;*/
}

a.navbar-brand span {
    color: #fff;
    text-shadow: none;
    padding-left: 18px;
}

.navbar-toggle {
    margin-top: 4px;
}

    .navbar-toggle span {
        background: white;
    }

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
}

    .footer p {
        padding: 10px 0;
        margin-bottom: 0;
    }

    .footer p, .footer a, .footer a:hover {
        color: #cccccc;
    }

.signin {
    background-color: #ffffff;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    margin-bottom: 24px;
    padding: 40px;
    text-align: center;
}

    .signin form input {
        margin-bottom: 10px;
    }

    .signin form .forgot {
        font-weight: 300;
        padding: 0 0 20px;
    }

        .signin form .forgot .checkbox {
            font-weight: 300;
        }

            .signin form .forgot .checkbox input[type="checkbox"] {
                float: none;
            }

    .signin h3 {
        font-size: 20px;
        font-weight: 300;
        line-height: 22px;
        margin-bottom: 30px;
        color: #333;
    }

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
    color: #ffffff;
}

    .btn-circle.btn-xl {
        width: 70px;
        height: 70px;
        padding: 10px 16px;
        font-size: 30px;
        line-height: 1.33;
        border-radius: 35px;
        margin: 0 8px;
    }

span.btn-circle {
    cursor: auto;
}

    span.btn-circle.btn-xl {
        line-height: 1.5;
    }

span.btn:hover {
    color: #fff;
}

.social_sign .btn-circle.fb {
    background-color: #3b5998;
}

.social_sign .btn-circle.tw {
    background-color: #00acee;
}

.social_sign .btn-circle.gp {
    background-color: #e44b39;
}

.or {
    overflow: hidden;
    padding: 30px 0 0;
    text-align: center;
}

    .or .or_l, .or .or_r {
        border-bottom: 1px solid #cccccc;
        display: inline-block;
        left: 0;
        position: relative;
        top: -4px;
        width: 40%;
    }

    .or span {
        display: inline-block;
        width: 8%;
    }

p {
    font-weight: 300;
    margin: 0 0 10px;
}

    p.sign_title {
        padding: 30px 0 20px;
    }
