/*Social colors*/
.box-button-set {
    position: relative;
    /* display: inline-block; */
    width: 100%;
    height: inherit;
}

.buttons-set {
    float: none;
    display: block;
    padding: 0;
    width: 100%;
}

.buttons-set .loginFace,
.buttons-set .loginGoogle,
.buttons-set .loginTwitter,
.buttons-set .loginLinkedin {
    display: block;
    margin-bottom: 15px;
    padding: 12px 0;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 -2px 0 1px rgba(0, 0, 0, 0.2);
    -khtml-box-shadow: inset 0 -2px 0 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 -2px 0 1px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: inset 0 -2px 0 1px rgba(0, 0, 0, 0.2);
    -o-box-shadow: inset 0 -2px 0 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 -2px 0 1px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
}

.buttons-set .loginFace i,
.buttons-set .loginGoogle i,
.buttons-set .loginTwitter i,
.buttons-set .loginLinkedin i {
    font-weight: normal;
    font-size: 20px;
    margin-right: 5px;
    color: #fff;
    vertical-align: top;
}

@media only screen and (max-width: 769px) {

    .buttons-set .loginFace,
    .buttons-set .loginGoogle,
    .buttons-set .loginTwitter,
    .buttons-set .loginLinkedin {
        font-size: 12px;
    }
}

.buttons-set .loginFace {
    background-color: #3B5997;
    /* margin-top: 15px; */
}

.buttons-set .loginFace:hover {
    background-color: #2d4372;
}

.buttons-set .loginGoogle {
    background-color: #fff;
    color: #5e5e5e;
    -webkit-box-shadow: inset 0 0 0 1px #ddd, 0 2px 0 0 #efefef;
    -khtml-box-shadow: inset 0 0 0 1px #ddd, 0 2px 0 0 #efefef;
    -moz-box-shadow: inset 0 0 0 1px #ddd, 0 2px 0 0 #efefef;
    -ms-box-shadow: inset 0 0 0 1px #ddd, 0 2px 0 0 #efefef;
    -o-box-shadow: inset 0 0 0 1px #ddd, 0 2px 0 0 #efefef;
    box-shadow: inset 0 0 0 1px #ddd, 0 2px 0 0 #efefef;
}

.buttons-set .loginGoogle:hover {
    background-color: #efefef;
}

.buttons-set .loginTwitter {
    background: #1DA1F2;
    color: #FFF;
}

.buttons-set .loginTwitter:hover {
    background-color: #0c85d0;
}

.buttons-set .loginLinkedin {
    background: #0077B5;
    color: #FFF;
}

.buttons-set .loginLinkedin:hover {
    background-color: #005582;
}

.buttons-set button {
    /*width: 100%;*/
    height: 44px;
    margin: 0 auto;
    float: none;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 -2px 0 1px rgba(0, 0, 0, 0.2);
    -khtml-box-shadow: inset 0 -2px 0 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 -2px 0 1px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: inset 0 -2px 0 1px rgba(0, 0, 0, 0.2);
    -o-box-shadow: inset 0 -2px 0 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 -2px 0 1px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
}

@media only screen and (max-width: 769px) {
    .buttons-set button {
        font-size: 12px;
    }
}

@media screen and (min-width: 770px) {
    .wrapLogin {
        min-height: 170px;
    }
}

/*# sourceMappingURL=style.css.map */