/**
 * @category    Curtix
 * @package     Curtix_FacebookLogin
 * @copyright   Copyright (c) 2017 Curtix. (http://curtix.com.br)
 */


.sociallogin-sign {
    text-align: left;
    margin-bottom: 30px;
}

.sociallogin-sign p {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

.sociallogin-button {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iV2hpdGUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMjc2LjYgMjc0LjYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI3Ni42IDI3NC42OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojRkZGRkZGO30NCjwvc3R5bGU+DQo8cGF0aCBpZD0iV2hpdGVfMl8iIGNsYXNzPSJzdDAiIGQ9Ik0yNTguMiw0SDIwLjdDMTIuNiw0LDYsMTAuNiw2LDE4Ljd2MjM3LjRjMCw4LjEsNi42LDE0LjcsMTQuNywxNC43aDEyNy44VjE2Ny41aC0zNC44di00MC4zDQoJaDM0LjhWOTcuNmMwLTM0LjUsMjEuMS01My4yLDUxLjgtNTMuMmMxNC43LDAsMjcuNCwxLjEsMzEuMSwxLjZ2MzZsLTIxLjMsMGMtMTYuNywwLTIwLDcuOS0yMCwxOS42djI1LjdIMjMwbC01LjIsNDAuM2gtMzQuN3YxMDMuNA0KCWg2OGM4LjEsMCwxNC43LTYuNiwxNC43LTE0LjdWMTguN0MyNzIuOSwxMC42LDI2Ni4zLDQsMjU4LjIsNHoiLz4NCjwvc3ZnPg0K) no-repeat 24px center #235ea0;
    background-size: 21px 21px;
    cursor: pointer;
    height: 47px;
    line-height: 47px;
    text-indent: 60px;
    color: #fff;
    border-radius: 5px;
    font-weight: 500;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    font-size: 14px;
    font-family: 'Work Sans', sans-serif;
    text-decoration: none !important;
    text-transform: uppercase;
    display: inline-block;
    padding-right: 24px;
    white-space: nowrap;
}

.sociallogin-button span {
    color: #fff;
}

.sociallogin-button:hover, .sociallogin-button:active {
    background-color: #2482c9;
}

.sociallogin-button-light {
    display: inline-block;
    transition: all 0.2s ease-out;
    border: 1px #818181 solid;
    width: 240px;
    height: 48px;
    font-size: 14px;
    color: #000;
    text-align: center;
    line-height: 48px;
    cursor: pointer;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Work Sans', sans-serif;
    text-decoration: none;
}

.sociallogin-button-light:hover{
    border: 1px #ffdd00 solid;
    background: #ffdd00;
    color: #000;
    text-decoration: none;
}

.sociallogin-box {
    border: none;
    padding: 10px 300px 10px 30px;
    min-height: 78px;
    position: relative;
    overflow: hidden;
    margin: 40px 0 10px;
}

.sociallogin-button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.sociallogin-box .mobile, .sociallogin-sign .mobile {
    display: none;
}

.sociallogin-box .not-mobile, .sociallogin-sign .not-mobile {
    display: block;
}

.sociallogin-box .small-text {
    font-size: 12px;
}

.main div.sociallogin-box p {
    padding: 0;
    margin: 0;
}

.sociallogin-box .sociallogin-button {
    position: absolute;
    top: 14px;
    right: 30px;
}

.sociallogin-box .sociallogin-button-inline {
    position: relative;
    display: inline-block;
}

.main .sociallogin-box-message p:first-of-type {
    padding-top: 2px;
}

.main .sociallogin-box-profile p:first-of-type {
    padding-top: 14px;
}

.sociallogin-box .picture {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.sociallogin-box-profile {
    position: relative;
    padding-left: 124px;
}

.sociallogin-box-profile .picture {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 70px;
    top: 50%;
}

.main .sociallogin-box-profile p.sociallogin-padding {
    padding-top: 10px;
}

.sociallogin-box-message {
    border: 1px solid #e5e5e5;
}

.sociallogin-box-inline .sociallogin-button {
    left: 30px;
    right: auto;
}

.sociallogin-box-inline .text {
    display: inline-block;
    padding-left: 184px;
    padding-top: 12px;
}

.sociallogin-mobile {
    display: none;
}

.col-left.sidebar .block .block-avatar {
    position: relative;
}

.col-left.sidebar .block .block-avatar .picture {
    border-radius: 50%;
    height: 60px;
    width: 60px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
}

.col-left.sidebar .block .block-avatar span {
    left: 60px;
    position: absolute;
    top: 10px;
}

.customer-account-login .col2-set {
    margin-top: 20px !important;
}

.customer-account-create .col2-set {
    margin-top: 20px !important;
}

.col-left.sidebar .block .block-avatar .username {
    margin-top: 18px !important;
    margin-left: 10px !important;
}

@media screen and (max-width: 980px)  {
    .sociallogin-box {
        border: none;
        padding-left: 0;
        padding-right: 0;
        min-height: 0;
        margin-top: 0;
    }

    .sociallogin-button-margin-top {
        margin-top: 10px !important;
    }

    .sociallogin-button-margin-bottom {
        margin-bottom: 10px !important;
    }

    .sociallogin-box-message-mobile {
        border: 1px solid #e5e5e5;
        padding: 10px;
    }

    .sociallogin-box .not-mobile, .sociallogin-sign .not-mobile {
        display: none;
    }

    .sociallogin-box .mobile, .sociallogin-sign .mobile {
        display: block;
        text-align: left;
    }

    .sociallogin-box .mobile.center, .sociallogin-sign .mobile.center {
        text-align: center;
    }

    .sociallogin-box .mobile-center {
        text-align: center;
    }

    .sociallogin-mobile {
        display: block;
        padding-left: 11px;
        margin-bottom: 30px;
    }

    .sociallogin-box p {
        display: inline;
    }
    .sociallogin-box strong {
        font-weight: normal;
    }

    .sociallogin-box .picture {
        display: none;
    }

    .sociallogin-box .sociallogin-button, .sociallogin-sign .sociallogin-button, .sociallogin-button-light {
        text-align: center;
        display: block;
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
    }

    .sociallogin-box .btn-login {
        margin: 20px 0;
        width: 100%;
    }

    #checkoutSteps #opc-login .sociallogin-sign {
        margin-bottom: 0;
    }

    #checkoutSteps #opc-login .sociallogin-button {
        margin-top: 10px;
    }
}
