

.block.oneall_social_login_block_column {
    box-shadow: 2px 2px 11px 0 rgba(0,0,0,.1);
    background: #fff;
    padding: 1.5625rem 1.25rem;
    margin-bottom: 1.5625rem;
}

.opc_solo_or {
    text-align: center;
    margin: 20px 0 20px;
    position: relative;
    text-transform: none;
    display: inline-block;
    width: 500px;
    max-width: 100%;
    font-size: 15px;
}

.opc_solo_or:before {
    background-color: #d5d5d5;
    content: "";
    height: 1px;
    left: 0px;
    position: absolute;
    right: 0px;
    top: 50%; 
}
.opc_solo_or span {
    display: inline-block;
    background: #f5f5f5;
    position: relative;
    padding: 0 10px;
    line-height: 1;
}
@media (min-width: 361px) and (max-width: 480px) {
	ul.opc_social {margin: 6px 0 0 0;}
	.opc_social_form  { margin-bottom: 0px;}
	.opc_solo_or {margin: 8px 0 0 0;}
	.opc_solo_or span {
   
    background: #fff;
  
 
}
}