.responsiveContent .btn-group-login {
    text-align: center;
}

.responsiveContent .btn-group-login .btn-login {
    height: 2.375rem;
    margin-bottom: 0.5rem;
}

.responsiveContent .btn-login {
    display: block;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    align-items: center;
}

.responsiveContent .btn-login i,
.responsiveContent .btn-login img {
    position: absolute;
    top: 0.375rem;
    font-size: 1.5rem;
}

.responsiveContent .btn-login:hover{
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.45);
    text-decoration: none;
}

.responsiveContent .btn-login:active,
.responsiveContent .btn-login:focus {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}

.responsiveContent .btn-login:focus:active {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}

.responsiveContent .btn-login:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.responsiveContent .btn-login:hover:after {
    background-color:rgba(0, 0, 0, 0.1);
    border-color: rgba(0, 0, 0, 0.1);
}

.responsiveContent .btn-login:active:after,
.responsiveContent .btn-login:focus:after {
    background-color:rgba(0, 0, 0, 0.3);
    border-color: rgba(0, 0, 0, 0.3);
}

.responsiveContent .btn-line {
    background: #06C755 !important;
    border-color: #06C755 !important;
    color: #ffffff !important;
}

.responsiveContent .btn-line i {
    left: 0.95459375rem;
}

.responsiveContent .btn-line:disabled {
    background: #ffffff !important;
    border-color: rgba(229, 229, 229, 0.6) !important;
    color: rgba(30, 30, 30, 0.2) !important;
}

.responsiveContent .btn-line:disabled:before {
    border-right: 1px solid rgba(229, 229, 229, 0.6);
}

.responsiveContent .btn-facebook {
    background-color: #1877F2 !important;
    border-color: #1877F2 !important;
    color: #ffffff !important;
}

.responsiveContent .btn-facebook i {
    left: 0.86084375rem;
}

.responsiveContent .btn-facebook:hover {
    background-color: #1877F2 !important;
    border-color: #1877F2 !important;
    color: #ffffff !important;
}

.responsiveContent .btn-facebook:active,
.responsiveContent .btn-facebook:focus {
    background-color: #2e84e8 !important;
    border-color: #2e84e8 !important;
    color: #ffffff !important;
}

.responsiveContent .btn-yahoo {
    background-color: #f03 !important;
    border-color: #f03 !important;
    color: #ffffff !important;
}

.responsiveContent .btn-yahoo img {
    top: 0.5rem;
    left: 0.5rem;
    height: 1.25rem;
}

.responsiveContent .btn-yahoo:hover {
    background-color: #fe2c56 !important;
    border-color: #fe2c56 !important;
    color: #ffffff !important;
}

.responsiveContent .btn-yahoo:active,
.responsiveContent .btn-yahoo:focus {
    background-color: #f03 !important;
    border-color: #f03 !important;
    color: #ffffff !important;
}
