@font-face {
  font-family: "opensans";
  src:local('OpenSans-Light'), local('OpenSans-Light'),  url("../fonts/opensans/OpenSans-Light.eot"); /* IE9 Compat Modes */
  src:local('OpenSans-Light'), local('OpenSans-Light'),  url("../fonts/opensans/OpenSans-Light.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/opensans/OpenSans-Light.otf") format("opentype"), /* Open Type Font */
    url("../fonts/opensans/OpenSans-Light.svg") format("svg"), /* Legacy iOS */
    url("../fonts/opensans/OpenSans-Light.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/opensans/OpenSans-Light.woff") format("woff"), /* Modern Browsers */
    url("../fonts/opensans/OpenSans-Light.woff2") format("woff2"); /* Modern Browsers */
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "opensans";
  src:local('OpenSans-Regular'), local('OpenSans-Regular'),  url("../fonts/opensans/OpenSans-Regular.eot"); /* IE9 Compat Modes */
  src:local('OpenSans-Regular'), local('k-Regular'),  url("../fonts/opensans/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/opensans/OpenSans-Regular.otf") format("opentype"), /* Open Type Font */
    url("../fonts/opensans/OpenSans-Regular.svg") format("svg"), /* Legacy iOS */
    url("../fonts/opensans/OpenSans-Regular.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/opensans/OpenSans-Regular.woff") format("woff"), /* Modern Browsers */
    url("../fonts/opensans/OpenSans-Regular.woff2") format("woff2"); /* Modern Browsers */
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "opensans";
  src:local('OpenSans-SemiBold'), local('OpenSans-SemiBold'), url("../fonts/opensans/OpenSans-SemiBold.eot"); /* IE9 Compat Modes */
  src:local('OpenSans-SemiBold'), local('OpenSans-SemiBold'), url("../fonts/opensans/OpenSans-SemiBold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/opensans/OpenSans-SemiBold.otf") format("opentype"), /* Open Type Font */
    url("../fonts/opensans/OpenSans-SemiBold.svg") format("svg"), /* Legacy iOS */
    url("../fonts/opensans/OpenSans-SemiBold.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/opensans/OpenSans-SemiBold.woff") format("woff"), /* Modern Browsers */
    url("../fonts/opensans/OpenSans-SemiBold.woff2") format("woff2"); /* Modern Browsers */
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "opensans";
  src:local('OpenSans-Bold'), local('OpenSans-Bold'), url("../fonts/opensans/OpenSans-Bold.eot"); /* IE9 Compat Modes */
  src:local('OpenSans-Bold'), local('OpenSans-Bold'), url("../fonts/opensans/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/opensans/OpenSans-Bold.otf") format("opentype"), /* Open Type Font */
    url("../fonts/opensans/OpenSans-Bold.svg") format("svg"), /* Legacy iOS */
    url("../fonts/opensans/OpenSans-Bold.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/opensans/OpenSans-Bold.woff") format("woff"), /* Modern Browsers */
    url("../fonts/opensans/OpenSans-Bold.woff2") format("woff2"); /* Modern Browsers */
  font-weight: 600;
  font-style: normal;
}


/* @font-face { */
/*      font-family: 'poppins'; */
/*      src:local('Poppins-Regular'), local('Poppins-Regular'), url('../fonts/poppins/Poppins-Regular.woff') format('woff'); */
/*     src:local('Poppins-Regular'), local('Poppins-Regular'), url('../fonts/poppins/Poppins-Regular.eot?#iefix') format('embedded-opentype'), */
/*    	url('../fonts/poppins/Poppins-Regular.eot'), */
/*    	url('../fonts/poppins/Poppins-Regular.ttf') format('truetype'), */
/*   	url('../fonts/poppins/Poppins-Regular.svg#Poppins-Regular') format('svg'); */
/*     font-style: normal; */
/*     font-weight: 400; */
/* } */


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 14px;
}
::-moz-placeholder { /* Firefox 19+ */
  font-size: 14px;
}
:-ms-input-placeholder { /* IE 10+ */
  font-size: 14px;
}
:-moz-placeholder { /* Firefox 18- */
 font-size: 14px;
}        
html {height: 100%;}
body {
	    background: url(../images/login-back.jpg);
    background-color: #0f1320;
    color: #3e4a69;
    height: 100%;
    font-size: 12px;
    font-weight: normal;
    font-family: 'opensans', sans-serif;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
	}
label {margin: 0px}
h5 { font-size: 17px;}
.btn-radius { border-radius: 50px;  width: 100%;}
.m-t-50 {margin-top: 50px;}
.m-b-50 {margin-bottom: 50px;}
.m-b-25 {margin-bottom: 25px;}
.m-t-25 { margin-top: 25px;}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin:0;
    font-weight: 400;
    line-height: 1.2;
    color: #1d212f;
}
.b-radius-25 {border-radius: 25px!important;}
.btn {
    font-weight: 400;
    font-size: 14px;
}
.btn-xs {
    padding: .1rem .5rem;
    font-size: 13px!important;
}
.back-btn {
     position: relative;
    border-radius: 25px;
    font-size: 13px;
    top: -23px;
}.back-btn i { margin-right: 4px;}
.checkbox-group input[type=checkbox], .checkbox-group input[type=radio] {vertical-align: middle;}
p{    font-weight: 300;}
.h4, h4 { font-size: 20px;color: #737373;
    font-weight: 300;}
a { color: #343434;}
b, strong, th	 {font-weight: 600;}
.login-block{
	position: relative;
    padding:100px 0 0;
    margin: 0 15px;
}
.alert {
    font-size: 13px;
    padding: 10px;
}
.container{background:#fff; width:650px;}
.login-area {    padding: 0 40px;}
.login-left-section{padding: 40px 0px 5px;  
    position: relative;
    background: #005dad;
    background-image: url(../images/element2.png);
    z-index: 1;
    background-repeat: no-repeat;
    background-position: top center;}
.login-right-section {padding: 0px;
    z-index: 0;
    position: relative;}
.login-section {    position: relative;
    padding:25px 15px 25px 15px;
    z-index: 1;
    border-radius: 5px;}    
span.company-logo {
        width: 158px;
    height: 158px;
    background: #fff;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    line-height: 135px!important;
    border: 10px solid #005dadd6;
}
.company-name {
    background: rgba(7, 54, 95, 0.6);
    padding: 15px;
    color: #fff;
    margin: 30px 0 15px;
    font-size: 14px;
}
.product-details-div { padding: 5px 10px;}
.f-15 {font-size:15px }
.product-heading {
       background: #ffffff;
    padding: 15px 15px;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid #f3f3f3;
    border-radius: 8px 8px 0 0;
    margin-bottom: 15px;
}
.product-heading h4 { color: #007dc0;}
.login-btn {font-size: 14px;   font-weight: 300;  text-transform: none;}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
input:-webkit-autofill, 
 {
  -webkit-text-fill-color: #6d8090;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}

#wrapper {min-height: 98%;
  /* equal to footer height */
  margin-bottom: -40px; }
#wrapper:after {
  content: "";
  display: block;
}
.footer, #wrapper:after  {  height: 40px;	}
.footer {
    bottom: 0;
    float: left;
    padding:5px 20px;
    position: relative;
    width: 100%;
}
.copyright {
    color: #BAC2C6;
    font-size: 12px;
    padding-top: 10px;
    text-align: center;
}
.org-name {
    color: #007dc0;
    float: left;
    font-size: 20px;
    position: relative;
    width: 100%;
    margin: 5px 0 15px;
}
.caption-section {
    position: absolute;
    bottom: 0;    padding: 0 15px;
    text-align: center;
    width: 100%;
}
h5.caption {
     float: left;
    width: 100%;
    text-align: center;
    font-size: 13px;
    color: #081828;
    margin-top: 5px;
}
.caption-section h4 {
      font-weight: 500;
    font-size: 16px;
    color: #005dad;
}
.sign-in {color: #007dc0;  font-weight: 400;}
.clearfix{ clear: both;}
.login-area  i {
   color: #ced4da;
    font-size: 18px;
    position: absolute;
    padding: 10px 12px;
    pointer-events: none;
}
.login-area input.form-control {padding: 8px 0 8px 40px; font-size: 14px;}
.forgot-pwd {margin: 0 0 15px}
.forgot-pwd a{font-size: 13px; text-decoration: underline; }
.forgot-pwd a:hover {color: #e07507!important;}

@media only screen and (max-width: 767px) {
.login-block {padding: 30px 0 0!important;}	
.container {width:auto!important;}
.element1 {background-image: none!important; min-height: 126px!important;border: none!important;}
.caption-section {position: relative!important;margin-top: 15px}
}

input::-webkit-input-placeholder {
color: #a9abad !important;
font-weight: 300!important;
}
input::-moz-placeholder {
color: #a9abad !important;
font-weight: 300!important;
}
input:-moz-placeholder { /* Older versions of Firefox */
color: #a9abad !important;
font-weight: 300!important;
}
input:-ms-input-placeholder {
color: #a9abad !important;
font-weight: 300!important;
}
.alert-xs {
    width: 100%;
    float: left;
    text-align: left;
    padding: 5px;
    margin: 0 0 10px;
}
.element1 {background-image: url(../images/element.png);
    background-repeat: no-repeat;
    min-height: 300px;
    background-position: 0 2px;
    border-right: 1px solid #c9d6de;
    background-size: contain;}
.form-group label {font-weight: 500;  margin-bottom: 2px;}
.form-group i {
    margin-right: 4px;
    font-size: 16px;
    color: #7a8790;
} 
.form-group { margin-bottom: 20px;}   
.password-text    {padding: 20px 30px;}
.password-text  label {font-size: 16px;
    color: #1a3c5d;
    font-weight: 500;}
.password-text p {font-size: 14px; }
.success-icon {margin: 40px 0 15px;}
.success-icon i {
    font-size: 40px;
    background: #28a745;
    width: 84px;
    height: 84px;
    border-radius: 50%;
    line-height: 87px;
    color: #fff;
}
.alert-div .close i {
    font-size: 16px;
}
.m-r-10 {margin-right: 10px;}
/* Notice Style */
.navigation-box {
    top: .4rem;
    right: .8rem;
    width: 2rem;
    position: absolute;
}
.breaking-caret {
    padding: 9px 10px 10px;
}
@media (min-width: 768px){
    .breaking-caret:after {
        content: "";
        width: 0;
        height: 0;
        border-top: 20px solid transparent;
        border-left: 15px solid #ffc107;
        border-bottom: 20px solid transparent;
        position: absolute;
        right: -15px;
        top: 0;
    }
}
.notice {
    padding: 10px 15px;
    background-color: #fafafa;
    border-left: 6px solid #7f7f84;
    margin-bottom: 10px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.notice-sm {
    padding: 10px;
    font-size: 80%;
}
.notice-lg {
    padding: 35px;
    font-size: large;
}
.notice-success {
        border-color: #21b573;
    background: #e2f9db;
}
.notice-success>strong {
    color: #80D651;
}
.notice-info {
    border-color: #45ABCD;
    background: #e8f2f5;
}
.notice-info>strong {
    color: #45ABCD;
}
.notice-warning {
       border-color: #ec7c07;
    background: #ffeac3;
}
.notice-warning>strong {
    color: #FEAF20;
}
.notice-danger {
    border-color: #ea7358;
    background: #fde6e1;
}
.notice-danger>strong {
    color: #d73814;
}
.breaking-box .carousel {padding-right: 50px;}
.breaking-box .carousel-item, .breaking-box .carousel-item a, .breaking-box .carousel-item label {color: #485577}
.g-recaptcha { display:table; }


/* Custom checkbox & Radio button start */
.checkbox-row { margin: 0;}
.checkbox-row .checkbox label {font-weight: 400;}
.checkbox-row .checkbox { margin: 0 14px 7px 0;}
.checkbox {padding-left: 4px; line-height: normal; font-weight: 500; }
.form-group .checkbox {margin-top: 18px;float: left;}
.card-header .checkbox label {margin-top: -22px;}
.checkbox input {float: left;}
.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
  float: left;
}
.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -17px;
  border: 2px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -17px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555;
  line-height: 1.4;
}
.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
  font-family: "Font Awesome\ 5 Pro";
  content: "\f00c";
}
.checkbox input[type="checkbox"]:indeterminate + label::after,
.checkbox input[type="radio"]:indeterminate + label::after {
  display: block;
  content: "";
  width: 10px;
  height: 3px;
  background-color: #555555;
  border-radius: 2px;
  margin-left: -16.5px;
  margin-top: 7px;
}
.checkbox input[type="checkbox"]:disabled,
.checkbox input[type="radio"]:disabled {
  cursor: not-allowed;
}
.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}
.checkbox.checkbox-inline {
  margin-top: 0;
}

.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #337ab7;
  border-color: #337ab7;
}
.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}
.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-primary input[type="checkbox"]:indeterminate + label::before,
.checkbox-primary input[type="radio"]:indeterminate + label::before {
  background-color: #337ab7;
  border-color: #337ab7;
}

.checkbox-primary input[type="checkbox"]:indeterminate + label::after,
.checkbox-primary input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-danger input[type="checkbox"]:indeterminate + label::before,
.checkbox-danger input[type="radio"]:indeterminate + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:indeterminate + label::after,
.checkbox-danger input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-info input[type="checkbox"]:indeterminate + label::before,
.checkbox-info input[type="radio"]:indeterminate + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:indeterminate + label::after,
.checkbox-info input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-warning input[type="checkbox"]:indeterminate + label::before,
.checkbox-warning input[type="radio"]:indeterminate + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:indeterminate + label::after,
.checkbox-warning input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-success input[type="checkbox"]:indeterminate + label::before,
.checkbox-success input[type="radio"]:indeterminate + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:indeterminate + label::after,
.checkbox-success input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.radio {
  padding-left: 20px;
}
.radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}
.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 3px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #555555;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type="radio"] {
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.radio input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.radio input[type="radio"]:disabled {
  cursor: not-allowed;
}
.radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}
.radio.radio-inline {
  margin-top: 0;
}

.radio-primary input[type="radio"] + label::after {
  background-color: #337ab7;
}
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #337ab7;
}
.radio-primary input[type="radio"]:checked + label::after {
  background-color: #337ab7;
}

.radio-danger input[type="radio"] + label::after {
  background-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f;
}

.radio-info input[type="radio"] + label::after {
  background-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de;
}

.radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e;
}

.radio-success input[type="radio"] + label::after {
  background-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c;
}

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
  font-family: 'Font Awesome\ 5 Pro';
  content: "\f00c";
}
input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
  color: #fff;
}
input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after { color: #fff;}


.deep-wizard-step-active label {
    border-bottom: 2px solid green;
    border-radius: 0;
}

.google-button {
  border-width: 0;
  background: white;
  color: #737373;
  border-radius: 5px;
  white-space: nowrap;
  box-shadow: 1px 1px 0px 1px rgba(0,0,0,0.05);
  transition-property: background-color, box-shadow;
  transition-duration: 150ms;
  transition-timing-function: ease-in-out;
  padding: 0 10px;
}
    
.google-button__icon {
  display: inline-block;
  vertical-align: middle;
  margin: 8px 0 8px 8px;
  width: 18px;
  height: 18px;
  box-sizing: border-box;
}
.google-button__icon--plus { width: 27px;}
.google-button__text { display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-family: 'Roboto',arial,sans-serif;
}
.p-r-15 {padding-right: 15px}
.m-t-15{margin-top:15px;}
.m-b-15{margin-bottom:15px;}
.form-group { margin-bottom: 15px;}
.wizard-icon-cover {
    width: 20px;
    height: 20px;
    border-radius: 50px;
    background: #4CAF50;
    display: inline-block;
    position: relative;
}
.wizard-icon-inactive{background: #d8d8d8;}
.deep-wizard-step-active .wizard-icon-cover:after {
    position: absolute;
    content: "";
    background: #fff;
    border: 2px solid #52af50;
    width: 26px;
    height: 26px;
    border-radius: 50px;
    left: -3px;
    right: 0;
    z-index: -1;
    top: -3px;
    bottom: 0;
}
.h-38px{height: 38px;}
.deep-nav-wizrad-small .nav-item .nav-link label{padding: 5px 0;}
.otp-sec {
    margin-bottom: 15px;
    float: left;
}
.nav-pills-cover {
    background: #fafafa;
    padding: 35px 20px 0 25px;
    z-index: -2;
    position: relative;
}
.deep-wizard-step-active .deep-nav-wizrad-small span.nav-link:before{   
	border-bottom: 2px solid #52af50;
	content: "";
    position: absolute;
    width: 100%;
    border-bottom: 2px solid #e2e2e2;
    top: 11px;
    left: 54%;
    z-index: -1;
	}
.nav-pills-body {
    padding: 0 40px;
    float: left;
}
.otp-sec p {
    margin-bottom: 5px;
    float: left;
    width: 100%;
}

.otp-sec label {
    font-size: 18px;
    margin-bottom: 10px;
}

.m-b-25{
	float: left;
    width: 100%;
    margin-bottom: 25px !important;
}
.m-t-25{
	float: left;
    width: 100%;
    margin-top: 25px !important;
}	
.deep-nav-wizrad-small {position: relative;bottom: -3px;}
.deep-nav-wizrad-small span.nav-link { padding:2px ;position: relative;}	
	
.deep-nav-wizrad-small span.nav-link label {width: 100%;}	
.deep-nav-wizrad-small span.nav-link:after {    content: "";
    position: absolute;
    width: 100%;
    border-bottom: 2px solid #e2e2e2;
    top: 11px;
    left:54%;
    z-index:-2;
    }	
.deep-nav-wizrad-small li:first-child span.nav-link:after {right: 0;left: 54%;}	
.deep-nav-wizrad-small li:last-child span.nav-link:after {border:none;}	
.product-logo img {width: 175px;}
#googleSignIn {
    padding: 0;
}
.facebook-btn {padding: 7px 10px;}

.m-r-15 {
    margin-right: 15px;
}
#otpfield1,#otpfield2, #otpfield3, #otpfield4, #otpfield5 {
    padding: 10px 0;
}
.form-control {  font-size: 13px;}

.required label{position: relative;}

/*.required label:before*/  /*required * got appended to all child labels of checkbox/radio group control*/
.required label:first-child:before { 
	position: absolute;
    content: "*";
    color: #f92525;
    right: -10px;
    top: 2px;
    
} 
/*style the deepalert */
.alert-div {
  position: fixed;
  top: 15px;
  right: 15px;
  width: 300px;
}

#mainFrame .close {
  display: none;
}
