@font-face {
font-family: 'opl';
src: url(//blog.mifiel.com/wp-content/plugins/halfdata-optin-locker/fonts/opl.eot?74162011);
src: url(//blog.mifiel.com/wp-content/plugins/halfdata-optin-locker/fonts/opl.eot?74162011#iefix) format('embedded-opentype'),
url(//blog.mifiel.com/wp-content/plugins/halfdata-optin-locker/fonts/opl.woff2?74162011) format('woff2'),
url(//blog.mifiel.com/wp-content/plugins/halfdata-optin-locker/fonts/opl.woff?74162011) format('woff'),
url(//blog.mifiel.com/wp-content/plugins/halfdata-optin-locker/fonts/opl.ttf?74162011) format('truetype'),
url(//blog.mifiel.com/wp-content/plugins/halfdata-optin-locker/fonts/opl.svg?74162011#opl) format('svg');
font-weight: normal;
font-style: normal;
}
.opl-fa {
display: inline-block;
font: normal normal normal 14px/1 opl;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.opl-fa-spin {
-webkit-animation: opl-fa-spin 2s infinite linear;
animation: opl-fa-spin 2s infinite linear;
}
@-webkit-keyframes opl-fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.opl-fa-ok:before { content: '\e800'; }
.opl-fa-attention:before { content: '\e801'; }
.opl-fa-user:before { content: '\e802'; }
.opl-fa-mail-alt:before { content: '\f0e0'; }
.opl-fa-spinner:before { content: '\f110'; }
div.opl-container {
text-align: left;
padding: 100px 0px 0px 0px;
transform: translate(-0%, -80%);
z-index: 9999;
background: linear-gradient(to bottom, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 1)) !important;
position: relative;
}
div.opl-form-row {
overflow: hidden; 
height: 100%; 
margin-bottom: 10px;
line-height: 1.475 !important;
text-align: justify;
}
div.opl-container p {
margin: 0px !important;
padding: 0px !important;
}
.opl-hide {
display: none;
}
div.opl-form-col {
float: left;
}
div.opl-50 {
width: 50%;
}
div.opl-100 {
width: 100%;
}
div.opl-form-col div {
position: relative;
padding-right: 10px;
font-size: 15px;
}
div.opl-form-col-right div {
padding-right: 0px !important;
}
div.opl-form-col div i {
position: absolute;
left: 0.7em;
top: 1px;
line-height: 2em;
font-size: 1.2em;
width: 1em;
text-align: center;
opacity: 0.7;
}
div.opl-terms {
height: 120px;
overflow-y: scroll;
border-radius: 3px;
border: 1px solid #CCC;
line-height: 1.5em;
font-size: 0.8em !important;
font-family: courier;
padding: 0.2em 0.6em;
margin-top: 0px;
margin-bottom: 5px;
}
div.opl-terms::-webkit-scrollbar {
width: 5px;
}
div.opl-terms::-webkit-scrollbar-track {
box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
div.opl-terms::-webkit-scrollbar-thumb {
background-color: rgba(0,0,0,0.5);
}
.opl-input {
line-height: 1.4em !important;
font-weight: normal;
-moz-border-radius: 3px !important;
-webkit-border-radius: 3px !important;
-o-border-radius: 3px !important;
-ms-border-radius: 3px !important;
-khtml-border-radius: 3px !important;
border-radius: 3px !important;
padding: 0.5em 0.6em 0.5em 2.6em !important;
border-width: 1px;
border-style: solid;
border-spacing: 0;
font-family: arial, verdana;
margin: 0px !important;
height: auto !important;
box-shadow: none !important;
-webkit-box-shadow: none !important;
outline: none !important;
box-sizing: border-box !important;	
min-width: 0px !important;
max-width: 100% !important;
}
.opl-fw {
width: 100% !important;
}
.opl-submit, .opl-submit:visited {
text-decoration: none !important;
text-shadow: none;
transition-duration: .3s;
-moz-transition-duration: .3s;
-webkit-transition-duration: .3s;
-o-transition-duration: .3s;
-khtml-transition-duration: .3s;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33bcef',endColorstr='#019ad2',GradientType=0);
border: 1px solid #019ad2;
width: auto;
white-space: nowrap;
height: auto;
position: relative;
display: inline-block;
padding: 0.5em 1.2em;
line-height: 1.5em;
cursor: pointer;
border-radius: 3px;
margin: 0;
box-shadow: none;
outline: none;
}
.opl-submit:hover, .opl-submit:active {
-webkit-box-shadow: none;
-moz-box-shadow: none;
-o-box-shadow: none;
-ms-box-shadow: none;
box-shadow: none;
}
.opl-submit i {
width: 1em;
margin-right: 0.5em;
}
.opl-form,
.opl-info {
margin: 5px 0px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-o-border-radius: 3px;
-ms-border-radius: 3px;
-khtml-border-radius: 3px;
border-radius: 3px;
padding: 15px 15px;
border-width: 2px;
border-style: solid;
border-spacing: 0;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;	
font-family: arial, verdana;
}
.opl-checkbox.opl-error,
div.opl-error input.opl-input {
border-color: red !important;
}
div.opl-error i.opl-fa {
color: red !important;
opacity: 1 !important;
}
div.opl-error i.opl-fa:before { content: '\e801' !important; }
div.opl-narrow div.opl-form-col {width: 100% !important; margin-bottom: 10px;}
div.opl-narrow div.opl-form-col div {padding-right: 0px;}
.opl-checkbox {
width: 1.5em;
height: 1.5em;
margin-right: 0.5em;
position: relative;
border-style: solid;
border-width: 1px;
border-radius: 3px;
box-sizing: border-box;
display: inline-block;
}
.opl-checkbox input[type=checkbox] {
visibility: hidden;
}
.opl-checkbox label {
cursor: pointer;
position: absolute;
left: 5%!important;
top: 5%!important;
bottom: 5%!important;
right: 5%!important;
width: 90%!important;
height: 90%!important;
margin: 0!important;
padding: 0!important;
font-size: 100% !important;
font-family: arial !important;
}
.opl-checkbox label::after {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
content: '✔';
width: 100%;
height: 100%;
position: absolute;
border-radius: 100px;
font-weight: 900;
font-size: 90% !important;
line-height: inherit;
text-align: center;
}
.opl-checkbox label:hover::after {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
filter: alpha(opacity=30);
opacity: 0.3;
}
.opl-checkbox input[type=checkbox]:checked + label:after {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
opacity: 1;
}
@media screen and (max-width: 540px) {
div.opl-form-col {width: 100% !important; margin-bottom: 10px !important;}
div.opl-form-col div {padding-right: 0px !important;}
}