.sign-box {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #d8e2e7;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 30px 30px 1px 30px;
    font-size: 1rem;
    position: relative
}

.sign-box .sign-avatar {
    width: 100px;
    height: 100px;
    margin: 0 auto 10px
}

.sign-box .sign-avatar img {
    display: block;
    width: 100%;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.sign-box .sign-avatar.no-photo {
    border: 2px solid #c5d6de;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    line-height: 96px;
    color: #c5d6de;
    font-size: 3.125rem;
    font-weight: 700
}

.sign-box .sign-title {
    font-size: 1.25rem;
    text-align: center;
    margin: 0 0 15px;
    line-height: normal
}

.sign-box .btn {
    display: block;
    min-width: 108px;
    margin: 16px auto 12px
}

.sign-box .btn.sign-up {
    margin-top: 18px
}

.sign-box .sign-note {
    text-align: center
}

.sign-box a {
    text-decoration: none;
    color: #0082c6;
    border-bottom: solid 1px transparent
}

.sign-box a:hover {
    border-bottom-color: rgba(0, 130, 198, .5)
}

.sign-box .form-group {
    margin-bottom: 12px;
    zoom: 1
}

.sign-box .form-group:after, .sign-box .form-group:before {
    content: " ";
    display: table
}

.sign-box .form-group:after {
    clear: both
}

.sign-box .checkbox {
    margin: 0
}

.sign-box .checkbox label, .sign-box .reset {
    font-size: .875rem
}

.sign-box .close {
    position: absolute;
    right: 10px;
    top: 4px;
    opacity: 1;
    color: #c5d6de
}

.sign-box .close:hover {
    color: #00a8ff
}

.sign-box.reset-password-box .btn {
    display: inline-block !important;
    margin: 10px 10px 12px auto
}

.sign-box.reset-password-box a {
    display: inline-block;
    margin-left: 4px
}

/* Shared */
.loginBtn {
    box-sizing: border-box;
    position: relative;
    /* width: 13em;  - apply for fixed size */
    margin: 0.2em;
    padding: 0 15px 0 46px;
    border: none;
    text-align: left;
    line-height: 34px;
    white-space: nowrap;
    border-radius: 0.2em;
    font-size: 16px;
    color: #FFF;
}

.loginBtn:before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 34px;
    height: 100%;
}

.loginBtn:focus {
    outline: none;
}

.loginBtn:active {
    box-shadow: inset 0 0 0 32px rgba(0, 0, 0, 0.1);
}

/* Facebook */
.loginBtn--facebook {
    background-color: #4C69BA;
    background-image: linear-gradient(#4C69BA, #3B55A0);
    /*font-family: "Helvetica neue", Helvetica Neue, Helvetica, Arial, sans-serif;*/
    text-shadow: 0 -1px 0 #354C8C;
}

.loginBtn--facebook:before {
    border-right: #364e92 1px solid;
    background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_facebook.png') 6px 6px no-repeat;
}

.loginBtn--facebook:hover,
.loginBtn--facebook:focus {
    background-color: #5B7BD5;
    background-image: linear-gradient(#5B7BD5, #4864B1);
}

/* Google */
.loginBtn--google {
    /*font-family: "Roboto", Roboto, arial, sans-serif;*/
    background: #DD4B39;
    width: 232px;
}

.loginBtn--google:before {
    border-right: #BB3F30 1px solid;
    background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_google.png') 6px 6px no-repeat;
}

.loginBtn--google:hover,
.loginBtn--google:focus {
    background: #E74B37;
}

/* Twitter */
.loginBtn--twitter {
    /*font-family: "Roboto", Roboto, arial, sans-serif;*/
    background: #0081ce;
    width: 232px;
}

.loginBtn--twitter:before {
    border-right: #364e92 1px solid;
    background: url('https://i.imgur.com/1HyqVj9.png') 6px 6px no-repeat;
}

.loginBtn--twitter:hover,
.loginBtn--twitter:focus {
    background: #0081ce;
}