.login-component {
    background-color: #FFF;
    border-radius: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.login-component input:not([type='checkbox']){
    height: 46px;
    background-color: #eeeeee;
    border-radius: 7px;
    border: none;
    color: #3e6373;
}

.login-box-component-remember {
    font-size: 0.8em;
    color: #3e6373;
}

.login-box-register:hover{
    background-color: #1bb6f2;
    color: #FFF;
}

.lbc-login {
    font-size: 0.9em;
    font-weight: 300;
    letter-spacing: 0.050em;
    #width: 180px;
    background: #1bb6f2;
    border-radius: 7px;
    padding: 9px 16px;
    border: none;
    color: #FFF;
}

.login-box-component-title {
    padding: 10px;
    color: #3e6373;
}

.login-component-subform {
    font-size: 0.8em;
    text-align: left;
}

a.login-box-component-recover  {
    #color: #dfdfdf;
    color: #474747;
}

.login-component-subform div:first-child {
    border-right: 1px solid #dfdfdf;
}

.login-separator {
    background: none;
    height: 40px;
    position: relative;
    text-align: center;
    margin: 20px auto;
    width: 90%;
}

#login-box-mobile .input-group-addon{
    border: none;
}

#login-box-mobile .input-group .form-control:last-child {
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

#login-box-mobile #prefix {
    text-align: center;
}

#login-box-mobile #plus {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    #background-color: #eee;
    #border: 1px solid #ccc;
    border-radius: 4px;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
}

.or-text {
    font-size: 13px;
    color: #3e6373;
    padding: 10px;
    display: inline-block;
    background-color: #FFF;
    border: 1px solid #dfdfdf;
    border-radius: 20px;
    position: relative;
}

.login-separator hr {
    margin: -20px auto 0;
    width: 100%;
    color: #dfdfdf;
}

.login-social {
    padding: 14px 15px;
    border-radius: 7px;
    color: #FFF;
    text-align: center;
    position: relative;
    margin: 5px 0;
    font-weight: 300;
    font-size: 0.8em;
    cursor: pointer;
}

.login-social-facebook {
    background-color: #507cc0;
}

.login-social-facebook:hover {
    background-color: rgba(80, 124, 192, 0.8);
}

.login-social-facebook i {
    position: absolute;
    left: 20px;
    bottom: 8px;
}

.login-social-google {
    background-color: #df4930;
}

.login-social-google:hover {
    background-color: rgba(223, 73, 48, 0.8);
}

.login-social-google i {
    position: absolute;
    left: 20px;
    bottom: 10px;
}

.login-box-component-social-box a:hover{
    text-decoration: none;
}

.signup-accept-tec {
    font-size: 12px;
}

@media screen and (min-width: 768px) {
    .login-box-component-social-box {
        margin-top: 74px;
    }

    .login-social {
        margin: 25px 0;
    }

    .login-separator {
        height: 266px;
        margin: 0;
    }

    .login-separator hr {
        width: 1px;
        border: none;
        border-left: 1px solid #dfdfdf;
        height: 80%;
        margin-top: -10px;
    }

    .or-text {
        top: 113px;
    }
}