@font-face {
  font-family: 'ieucons';
  src:  url('fonts/ieucons.eot?bg8mum');
  src:  url('fonts/ieucons.eot?bg8mum#iefix') format('embedded-opentype'),
    url('fonts/ieucons.ttf?bg8mum') format('truetype'),
    url('fonts/ieucons.woff?bg8mum') format('woff'),
    url('fonts/ieucons.svg?bg8mum#ieucons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="ieucon-"], [class*=" ieucon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'ieucons' !important;
  speak-as: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ieucon-check:before {
  content: "\e900";
}
.ieucon-heart:before {
  content: "\e901";
}
.ieucon-logout:before {
  content: "\e065";
}
.ieucon-login:before {
  content: "\e066";
}
.ieucon-list:before {
  content: "\e067";
}
.ieucon-grid:before {
  content: "\e06a";
}
.ieucon-calendar:before {
  content: "\e075";
}
.ieucon-at-sign:before {
  content: "\e902";
}
.ieucon-edit:before {
  content: "\e903";
}
.ieucon-eye:before {
  content: "\e904";
}
.ieucon-eye-off:before {
  content: "\e905";
}
.ieucon-lock:before {
  content: "\e906";
}
.ieucon-mail:before {
  content: "\e907";
}
.ieucon-user:before {
  content: "\e908";
}
.ieucon-cog:before {
  content: "\e972";
}
.ieucon-folder:before {
  content: "\e9ba";
}
.ieucon-cart:before {
  content: "\ea4d";
}
.ieucon-bubble-text:before {
  content: "\eadb";
}
.ieucon-chevron-left:before {
  content: "\ec3b";
}
.ieucon-chevron-right:before {
  content: "\ec3c";
}
.ieucon-qrcode:before {
  content: "\f029";
}
.ieucon-twitter:before {
  content: "\f099";
}
.ieucon-facebook:before {
  content: "\f09a";
}
.ieucon-google-plus:before {
  content: "\f0d5";
}
.ieucon-linkedin:before {
  content: "\f0e1";
}
.ieucon-weibo:before {
  content: "\f18a";
}
.ieucon-qq:before {
  content: "\f1d6";
}
.ieucon-wechat:before {
  content: "\f1d7";
}



.ieu-wrapper *, .ieu-wrapper *::after, .ieu-wrapper *::before {
    box-sizing: border-box;
}
.ieu-wrapper a{
    text-decoration: none !important;
    color: #333333 !important;
}
.clear-fix:after {
    content: " ";
    clear: both;
    display: block;
}
.ieu-hide {
    display: none;
}
/* --------------------------------
xsigin/signup popup 
-------------------------------- */
.ieu-modal {
    position: fixed;
    text-align: left;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.7);
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
}
.ieu-modal .ieu_input label {
    display: none;
}
.ieu-modal.is-visible {
    opacity: 1;
    visibility: visible;
}
.ieu-modal.is-visible .ieu-modal-container {
    -o-transform: translateY(-50%) scale(1);	-ms-transform: translateY(-50%) scale(1);	-moz-transform: translateY(-50%) scale(1);	-webkit-transform: translateY(-50%) scale(1);
	transform: translateY(-50%) scale(1);
	overflow: hidden;
}
.ieu-modal-container {
    max-width:100%;
	background-color: #fff;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.5); -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.5); -ms-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.5); -o-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.5);
	height:auto; width:500px;
	padding:30px;
	border-radius:3px;
	position: absolute;
	left:0; right:0;
	margin:0 auto;
	top: 50%;
	-o-transform: translateY(-50%) scale(0.1);	-ms-transform: translateY(-50%) scale(0.1);	-moz-transform: translateY(-50%) scale(0.1); -webkit-transform: translateY(-50%) scale(0.1);
	transform: translateY(-50%) scale(0.1);
	transition: all ease 0.5s;-webkit-transition: all ease 0.5s;-moz-transition: all ease 0.5s;-o-transition: all ease 0.5s;
    border-radius: 10px;
}
.ieu-modal .ieu-form {
    position: relative;
}
.ieu-form .ieu-form-header {
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.ieu-form .ieu-form-body p {
    margin-bottom: 15px;
}
.ieu-form .ieu-form-body p.ieu-msg.ieu-hide{
    background: rgba(215, 102, 102, 0.9);
    padding: 5px 10px;
    border-radius: 3px;
    color:#FFF;
}
.ieu-form .ieu-form-body p.ieu-msg.ieu-hide a{
    border-bottom: 1px #666 dotted;
    color: #FFF;
}
.ieu-form .fieldset {
    position: relative;
    margin: 15px 0;
}
.ieu-form .fieldset:after {
    content: ""; display: block; clear: both;
}
.ieu-form .fieldset:first-child {
    margin-top: 0;
}
.ieu-form .fieldset:last-child {
    margin-bottom: 0;
}
.ieu-form-fields.viewing-info .fieldset label {
    width: 120px;
    float: left;
}
.ieu-form-fields label, .fieldset label {
    display: block;
}
.forgetmenot.fieldset label{
    width: auto;
    display: inline-block;
    font-weight: normal;
}
.ieu-form .fieldset {
    display: block;
    margin-bottom: 15px;
}
.ieu-form input:not([type=checkbox]),
.ieu-form textarea,
.ieu-form .btn{
    width: 100%;
    padding: 15px 15px;
}
.ieu-form input[type="checkbox"] {
    border: 1px solid #d2d8d8;
    position: relative;
    border-radius: 4px;
    background: #fff;
    color: #555;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 1rem;
    margin: -.25rem .25rem 0 0;
    outline: 0;
    padding: 0!important;
    text-align: center;
    vertical-align: middle;
    width: 1rem;
    min-width: 1rem;
    -webkit-appearance: none;
}
.ieu-form input[type=checkbox]:checked::before {
    content: "\e900";
    font-family: 'ieucons';
    position: absolute;
    bottom: 7px;
    left: 0px;
}
.ieu-form input[readonly=readonly] {
    background: #ededed;
}
.ieu-form .fieldset:after {
    content: ' '; clear: both; display: block;
}
.ieu-form .custom-terms .ieu-accept-terms {
    float: left;
    margin: 5px 0 5px 5px;
}
.ieu-form .custom-terms .ieu-term-mgs {
    margin-left: 5px;
}
.ieu-form input.full-width {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.ieu-form input.has-border {
    border: 1px solid #d2d8d8;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}
.ieu-form input.has-border:focus {
    /*border-color: #343642;*/
    box-shadow: 0 0 5px rgba(52, 54, 66, 0.1);
    outline: none;
}
.ieu-form input.has-error {
    border: 1px solid #d76666;
}
.ieu-form input[type=password] {
    /* space left for the HIDE button */
    padding-right: 65px;
}
.ieu-pwd-toggle {
    display: block;
    position: relative;
}
.ieu-form .ieu-pwd-toggle input {
    padding-right: 65px;
}
.ieu-form .hide-password {
    vertical-align: middle;
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 38px;
    text-align: center;
    line-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    outline: none;
}
.ieu-term-mgs {
    display: inline-block;
}
.ieu-form .ieu-error-msg {
    display: inline-block;
    position: absolute;
    left: -5px;
    bottom: -35px;
    background: rgba(215, 102, 102, 0.9);
    padding: 5px 10px;
    z-index: 2;
    color: #FFF;
    font-size: 13px;
    font-size: 0.8125rem;
    /* prevent click and touch events */
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.2s 0, visibility 0 0.2s;
    -moz-transition: opacity 0.2s 0, visibility 0 0.2s;
    transition: opacity 0.2s 0, visibility 0 0.2s;
}
.ieu-form .ieu-error-msg::after {
    /* triangle */
    content: '';
    position: absolute;
    left: 22px;
    bottom: 100%;
    height: 0;
    width: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid rgba(215, 102, 102, 0.9);
}
.ieu-form .ieu-error-msg.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.2s 0, visibility 0 0;
    -moz-transition: opacity 0.2s 0, visibility 0 0;
    transition: opacity 0.2s 0, visibility 0 0;
}
.ieu-msg {
    display: none;
}
.ieu-msg.st-show,
.form .ieu-msg.st-show,
.ui.form .error.message.st-show,
.ui.form .info.message.st-show,
.ui.form .success.message.st-show,
.ui.form .warning.message.st-show {
    display: block ;
}
.ieu-close-form {
    /* form X button on top right */
    /*display: none;*/
    position: absolute;
    width: 40px;
    height: 40px;
    right: 0;
    /*top: -40px;*/
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.ieu-errors-msg {
    color: #ff0000;
}
.ieu-info .ieuname .avatar {
    float: left;
    margin-right: 15px;
}
.st-ui:after{
    clear: both; content: "";
    display: block;
}
.ieu-modal .ieu-form {
    display: none;
}
.ieu-modal .ieu-form.is-selected {
    display: block;
}
.forgetmenot .ieu-lost-pwd-link {
    float: right;
}
.ieu-form-header h3 {
    font-size: 24px;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 1;
    text-align: center;
}
.ieu-form-footer {
    border-top: 1px solid #E9EFF3;
    padding-top: 20px;
    margin-top: 20px;
}
.ieu-form-footer p:last-child {
    margin-bottom: 0px;
}
.ieu-logged-in .ieu-links {
    text-align: center;
}
.ieu-logged-in .ieu-links a {
    margin: 0px 5px;
}
.ieu-wrapper .ieu_input label{
    width: 100%;
    margin-bottom: 3px;
}
/* --------------------------------
NAV helper - Use for menu conditions
-------------------------------- */
.display-none, .js-remove-nav, .hide {
    display: none;
}
/* Profile from */

.ieu-profile-cover {
    width: 100%;
    height: 150px;
    position:relative; /* or fixed or absolute */
    overflow: hidden;
    background-color: #f0f0f0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.ieu-profile-avatar.coppic ,  .ieu-profile-avatar.coppic .croppic-div{
    width: 120px;
    height: 120px;
    display: block;
    overflow: inherit;
}
.ieu-profile-avatar.coppic {
    border-radius: 50%;
    background-color: #d5ff8a;
}
.ieu-profile-avatar.coppic .ieu-media {
    top: auto;
    bottom: 0px;
    left: 50%;
    margin-left: -33px;
    width: 75px;
}
.ieu-profile-avatar.coppic .ieu-media .cp-actions {
    left: 0px;
    right: auto;
    border: 1px solid #ededed;
}
.ieu-form-profile .ieu-form-header {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-top: 0px none transparent;
    border-bottom: 0px solid #E9EFF3;
}
.ieu-form-profile .ieu-profile-meta, .ieu-profile-mini .ieu-profile-meta {
    border-bottom: 1px solid #E9EFF3;
    padding-bottom: 20px;
    padding-top: 10px;
}
.ieu-profile-avatar {
    float: left;
    margin-top: -60px;
    margin-left: 2rem;
}
.ieu-profile-meta-info {
    float: left;
    padding-left: 15px;
}
.ieu-profile-meta:after {
    clear: both; content: ""; display: block;
}
.ieu-display-name {
    font-size: 23px;
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}
.list-meta-info i {
    font-size: 15px;
    margin-top: 4px;
}
.ieu-form-body .ieu-form-message {
    line-height: 1.5;
}
.ieu-socials{
    float: right;
    margin-top: 20px;
    padding-right: 20px;
}
.ieu-socials a {
    text-decoration: none;
    width: 30px; height: 30px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #ededed;
    border-radius: 50%;
}
.ieu-socials a span {
    padding-top: 1.5px;
}
.ieu-socials a span:before {
    vertical-align: middle;
}
.ieu-form-body {
    line-height: 1.5;
}
.ieu-form-body .viewing-info {
    width: 100%;
    float: left;
}
.ieu-form-body .ieu-form-sidebar {
    margin: 0px;
    padding: 0px;
}
.ieu-form-body .ieu-form-sidebar li {
    display: inline-flex;
    list-style: none;
    border-bottom: 0px none;
    margin-bottom: 20px;
    margin-left: 0px;
    margin-right: 5px;
}
.ieu-form-body .ieu-form-sidebar li:last-child {
    margin-right: 0px;
}
.ieu-form-sidebar li:last-child {
    margin-bottom: 0px;
}
.ieu-form-sidebar li a {
    text-decoration: none !important;
    background: #F0F0F0;
    display: block;
    border-bottom: 0px none;
    padding: 10px 15px;
    border-radius: 5px;
}
.ieu-form-sidebar li a::before{
    content: "\e9ba";
    font-family: 'ieucons';
    margin-right: 5px;
}
.ieu-form-sidebar li a.ieu-profile-link::before{
    content: "\e06a";
}
.ieu-form-sidebar li a.ieu-edit-link::before{
    content: "\e972";
}
.ieu-form-sidebar li a.ieu-post-link::before{
    content: "\e901";
}
.ieu-form-sidebar li a.ieu-comment-link::before{
    content: "\eadb";
}
.ieu-form-sidebar li a.ieu-order-link::before{
    content: "\ea4d";
}

.ieu-form-sidebar li.active  a {
    background: #e0e0e0;
}
/* Responsive & Sidebar Profile */
.sidebar .ieu-profile-avatar.coppic,
.widget-area .ieu-profile-avatar.coppic {
    width: 90px;
    height: 90px;
    margin-top: -45px;
}
.sidebar .ieu-form-header .ieu-profile-avatar,
.widget-area .ieu-form-header .ieu-profile-avatar
{
    float: none;
    margin-left: auto;
    margin-right: auto;
}
.sidebar .ieu-form-header .ieu-profile-meta-info,
.widget-area .ieu-form-header .ieu-profile-meta-info {
    padding: 0px;
    float: none;
    text-align: center;
}
.sidebar .ieu-form-header .ieu-socials,
.widget-area .ieu-form-header .ieu-socials {
    padding: 0px;
    float: none;
    text-align: center;
}
.sidebar .ieu-form-body .ieu-form-sidebar ,
.widget-area .ieu-form-body .ieu-form-sidebar {
    width: 100%;
    float: none;
    margin-bottom: 20px;
}
.sidebar .ieu-form-body .ieu-form-sidebar li ,
.widget-area .ieu-form-body .ieu-form-sidebar li {
    margin-left: 0px;
}
.sidebar .ieu-form-fields.viewing-info .fieldset span,
.widget-area .ieu-form-fields.viewing-info .fieldset span {
    display: block;
    clear: both;
}
.sidebar  .ieu-form-body .ieu-form-sidebar + .ieu-form-profile ,
.widget-area  .ieu-form-body .ieu-form-sidebar + .ieu-form-profile {
    float: none;
    padding: 0px;
    width: 100%;
}
.coppic {
    width: 100%;
    height: 150px;
    border-radius: 5px 5px 0 0;
    position:relative; /* or fixed or absolute */
    background-color: #f0f0f0;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat ;
    background-size: cover; /*100% auto;*/
}
.ieu-media {
    position: absolute;
    top: 10px; right: 10px ;
    z-index: 3;
}
.ieu-media .cp-btn {
    background:rgba(0,0,0,0.4);
    cursor: pointer;
    color: #ffffff;
    font-size: 10px;
    padding: 5px;
    line-height: 12px;
    text-transform: uppercase;
}
.ieu-media.hide {
    display: none;
}
.ieu-media i.cp-icon {
    display: inline-block;
}
.ieu-media span {
    display: inline-block;
    vertical-align: middle;
}
.ieu-media i.cp-icon:before {
    font-family: "dashicons";
    content: "\f111";
    font-size: 12px;
    line-height: 10px;
    font-style: normal;
    margin-right: 5px;
    vertical-align: middle;
}
.ieu-media .cp-actions {
    position: absolute;
    text-transform: none;
    top: 24px;
    right: 0px;
    background: #ffffff;
    color: #666666;
    padding: 10px;
    font-size: 12px;
    display: none;
    width: 120px;
}
.ieu-media .cp-actions.cp-active {
    display: block;
}
.cp-actions > div {
    margin-bottom: 10px;
    cursor: pointer;
}
.cp-actions > div:last-child {
    margin-bottom: 0px;
}
/*
MEDIA QUERY
--------------------------------------------
*/
@media only screen and (max-width: 763px) {
    .ieu-profile-avatar.coppic {
        width: 90px;
        height: 90px;
        margin-top: -45px;
    }
    .ieu-form-header .ieu-profile-avatar
    {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
    .ieu-form-header .ieu-profile-meta-info {
        padding: 0px;
        float: none;
        text-align: center;
    }
    .ieu-form-header .ieu-socials {
        padding: 0px;
        float: none;
        text-align: center;
    }
    .ieu-form-body .ieu-form-sidebar {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }
    .ieu-form-body .ieu-form-sidebar li {
        margin-left: 0px;
    }
    .ieu-form-fields.viewing-info .fieldset span {
        display: block;
        clear: both;
    }
    .ieu-form-body .ieu-form-sidebar + .ieu-form-profile {
        float: none;
        padding: 0px;
        width: 100%;
    }
}

/*  Close icon style */
.close {
	position: absolute;
	right: 16px;
	top: 16px;
	width: 32px;
	height: 32px;	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
    border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.close:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=100);
	-moz-opacity: .7;
	-khtml-opacity: .7;
	opacity: .7;
    cursor: pointer;
}
.close:before, .close:after {
    position: absolute;
    content: ' ';
    height: 16px;
    width: 2px;
    background-color: #fff;
    right: 15px;
    top: 8px;
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
}
.close:before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.close:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.close:hover:before, .close:hover:after {
    transform: rotate(90deg);
    transition: all ease .4s;
}
.ieu-modal-container:before {
	content: "";
    width: 100px;
    height: 100px;
    line-height: 100px;
    position: absolute;
    top: -26px;
    left: -31px;
    z-index: -1;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    background: #ff0e1f;
    transform: rotate(-278deg);
}
.ieu-modal-container .close.ieu-close-form {
    left: 13px;
    right: auto;
}

.fieldset i.icon {
    cursor: default;
    position: absolute;
    line-height: 2.9;
    text-align: center;
    margin: 0;
    height: 100%;
    width: 2.37142857em;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    left: 1px;
}
.ieu-form input.has-border {
    padding-left: 2.25em;
}
.ieu-form-profile .ieu-form input.has-border{
    padding-left: .9375rem;
}


@media (min-width: 40em) {
    .ieu-profile-wrapper{
        max-width: 60rem;
        margin: auto;
        margin-top: 20px;
    }
}
.ieu-form-body .ieu-form{
    border-top: 1px solid #E9EFF3;
    padding-top: 20px;
    margin-top: 10px;
}
.viewing-info p.ieu_input,
.author-posts,
.author-comments{
    position: relative;
    display: flex !important;
    flex-flow: row wrap;
    align-items: center;
    line-height: 2;
    margin: 0 !important;
    padding: 5px;
}
.author-posts a,
.author-comments a{
    flex: 1;
    padding-left: 0;
    -webkit-flex-basis: 76.667%;
    -ms-flex-preferred-size: 76.667%;
    flex-basis: 76.667%;
    text-decoration: none !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.author-posts span.ieu-date,
.author-comments span.ieu-date {
    flex: 1;
    padding-left: 40px;
    -webkit-flex-basis: 23.333%;
    -ms-flex-preferred-size: 23.333%;
    flex-basis: 23.333%;
    text-align:right;
}
.viewing-info p.ieu_input:nth-child(odd) ,
.posts-list p.author-posts:nth-child(odd) ,
.posts-list p.author-comments:nth-child(odd){
    background: #eceeef;
    border-radius: 5px;
}
p.section-heading{
    background: #eceeef;
    border-radius: 5px;
    line-height: 2;
    margin-bottom: 0;
    padding: 15px;
}

.ieu-pagination{
    padding-top: 20px;
}
.ieu-pagination div.pagination {
  text-align: center;
  padding: 7px;
  margin: 3px;
}
.ieu-pagination .page-numbers {
  padding: 2px 8px;
  margin: 2px;
  border: 1px solid #E9EFF3;
  text-decoration: none;
  color: #323232;
  background: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
}
.ieu-pagination .page-numbers:hover,
.ieu-pagination .page-numbers:active {
  border: 1px solid #E9EFF3;
  background-color: #eceeef;
  color: #323232;
  border-radius: 5px;
  -moz-border-radius: 5px;
}
.ieu-pagination .page-numbers.current {
  padding: 2px 8px;
  margin: 2px;
  border: 1px solid #E9EFF3;
  font-weight: bold;
  background-color: #eceeef;
  color: #323232;
}

p.social_login_form{
    text-transform: uppercase;
    text-align: center;
    position: relative;
    display: block;
}
p.social_login_form:after {
    content: ' ';
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    background: #d2d8d8;
    z-index: 1;
}
p.social_login_form span {
    font-size: 1rem;
    color: #333333;
    line-height: 1;
    padding: 5px;
    border: 1px solid #d2d8d8;
    background: #fff;
    display: inline-block;
    z-index: 10;
    position: relative;
    border-radius: 10px;
    margin: 0 auto;
}
.ieu-login-form  .os-login-box{
    text-align: center;
}