@import "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.min.css";
:root {
    --primary-color: #340051;
    --white-color: #fff;
    --slide-color: #1E3767;
}
/* Custom  Styling */

@font-face { 
    font-family: 'Lato-Regular'; 
    src: url('../fonts/Lato-Regular/Lato-Regular.eot?#iefix') 
    format('embedded-opentype'), 
    url('../fonts/Lato-Regular/Lato-Regular.woff') format('woff'), 
    url('../fonts/Lato-Regular/Lato-Regular.ttf') format('truetype'), 
    url('../fonts/Lato-Regular/Lato-Regular.svg#Lato-Regular') format('svg');
    font-weight: normal; font-style: normal; 
}
@font-face {
    font-family: 'eina03-semibold';
    src: url('../fonts/eina/Eina03-SemiBold.eot') format('woff2'),
         url('../fonts/eina/Eina03-SemiBold.woff') format('woff'),
         url('../fonts/eina/Eina03-SemiBold.ttf')  format('truetype'), url('../fonts/eina/Eina03-SemiBold.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}
html{ scroll-behavior:smooth }
body{
    min-width: 320px;
    font-family: 'Heebo', sans-serif;
}
main{
    min-height: calc(100vh - 304px);
}

.heading4 {
    font-size: 24px
}
.txt {
    color: #ccc;
    font-size: 13px;
    /*margin: 20px 0 100px;*/
    margin: 20px 0 20px;
}
/* Register Page */
#register {    /*padding-bottom: 80px;*/}
.stepwizard-step p {    margin-top: 10px;}
.stepwizard-row {    display: table-row;}
.stepwizard {
    display: table;
    width: 100%;
    position: relative;
    margin-bottom: 5px;
    max-width: 450px;
    margin: 29px auto 5px;
}
.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
.setup-content h1,
.setup-content h2,
.setup-content h3,
.setup-content p,
.setup-content a,
.setup-content label { color: var(--white-color); }
.setup-content .control-label {
    font-size: 16px;
    line-height: 0;
    margin-left: .75rem;
    position: absolute;
    top: 7px;
    left: 20px;
    color:#999;
    cursor: text;
    transition: all .15s ease-in-out 0s;
}
.setup-content .form-group { margin-bottom: 62px; }
.setup-content .form-group.has-error span.err {
    display: block;
    text-align: right;
    font-size: 12px;
    font-weight: 300;
    color: #ed151a;
    position: relative;
    top: 10px;
}
.setup-content .form-group:not(.has-error) span.err {    display: none;}
.setup-content .form-control:focus ~ .control-label,
.setup-content .form-control:valid ~ .control-label,
.setup-content .form-group.have-value .control-label {
	top: -1.5em;
	left: 14px;
	font-size: .8em;
	color: var(--primary-color);
	cursor: pointer;
}
.setup-content .form-control:blur ~ .control-label { color: var(--white-color); }
.setup-content .form-control {
    font-size: 16px;
    line-height: 0;
    border: 0;
    border-bottom: 2px solid #ccc;
    background: transparent;
    border-radius: 0;
    color: var(--white-color);
    transition: all 0.35s ease;
}
.setup-content .form-control:focus ~ .control-label,
.setup-content .form-control:valid ~ .control-label { color: var(--primary-color); }
.setup-content select.form-control {
    /*-moz-appearance: none;
    -webkit-appearance: none;
    background: url('../images/select-drop.png') no-repeat 98% 50%;*/
}
.setup-content select.form-control option { color: #000; }
.upload_file {
/*    max-width: 432px;*/
    position: relative;
    margin: 100px auto;
    border: 3px dashed #d7d7d7;
    border-radius: 10px;
    padding: 50px 70px;
    overflow: hidden;
    background-color: rgba(0,0,0,.5);
    color: var(--white-color);
    text-align: center;
}
.upload_file img {
    display: inline-block;
    vertical-align: middle;
}
.upload_file div {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    font-size:  20px;
    line-height:  30px;
    padding-left: 30px;
}
.setup-content .upload_file input[type="file"] {
    position:  absolute;
    top: 0;
    left:  0;
    width:  100%;
    height:  100%;
    opacity: 0;
    cursor: pointer;
}
.upload_file span { color: var(--primary-color); }
div.setup-content h3 {
    font-weight: 400;
    font-size: 22px;
}
.setup-content .form-control:focus,
.setup-content .form-control:focus-within,
.setup-content .form-control:valid {
    border-bottom:2px solid var(--primary-color);
    outline: none;
    box-shadow: none;
    transition: all 0.35s ease;
    color: var(--white-color);
}
.stepwizard-row .stepwizard-step::before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    left: 50%;
    height: 4px;
    background-color: #B1BACD;
    z-index: 0;
}
.stepwizard-row .stepwizard-step:last-child::before  {   left: -50%;}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}
.stepwizard-step.completed .btn-default:not(.btn-primary)::after {
    content: '\f00c';
    font-family: "Font Awesome 5 free";
    font-weight: 700;
    color:var(--white);
}
.stepwizard-step .btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
  background: #767D8C;
  position: relative;
  z-index: 9;
}
.stepwizard-step .btn-circle[disabled] {
    opacity: 1;
    background: #767D8C;
    border: #767D8C;
}
.stepwizard-step .btn-circle[disabled]:focus{background: #767D8C;}
.stepwizard-step.completed .btn-default:not(.btn-primary)::after {
    background: none;
    height: auto;
    width: auto;
}
.stepwizard-step .nav-active::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    background: var(--white-color);
    border-radius: 100%;
    width: 10px;
    height: 10px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.stepwizard-step .btn-primary {  background: var(--primary-color); }
.stepwizard-step.completed .btn-circle {  background: var(--primary-color) !important; }
.stepwizard-step.completed::before {
    background-color: var(--primary-color);
    z-index: 9;
}
.stepwizard-step.completed:last-child::before { z-index: 3; }
#register_bg {
    font-family: 'eina03-semibold';
    display: -webkit-box;
    display: -ms-flexbox;
    /*display: flex;*/
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
    background-position: top;
    background-repeat: no-repeat;
}
.setup-content button.btn,
.setup-content button.btn:active,
.setup-content button.btn:hover,
.setup-content button.btn:focus {
    padding: 7px 30px;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    outline: none;
    box-shadow: none;
    background-color: var(--primary-color);
    border: 2px solid transparent;
    display: inline-block;
    vertical-align: middle;    
}
.setup-content button.btn.prevBtn {
    background-color: transparent;
    border-color: var(--primary-color)
}
.setup-content button.btn + button.btn { margin-left: 10px;}
.action_btn {
    text-align: center;
    padding-bottom: 20px;
}
.login {
    text-align: center;
    margin: 0;
    position: relative;
    top: 100%;
    left: 0;
    width: 100%;
}
.login strong {
    color:  #fff;
    display:  block;
    font-size: 18px;
    letter-spacing: 60;
    padding: 0 0 20px;
}
.login strong a { color:  var(--primary-color); }
.login span {
    color:  #8d929b;
    font-size: 15px;
}
.successful {
    text-align: center;
    padding: 100px 0;
}
.successful strong {
    font-size: 50px;
    color: var(--white);
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
.successful strong::after {
    content: '';
    background: url('../images/ico-check.png') no-repeat;
    width: 37px;
    height: 37px;
    position: absolute;
    top: 20px;
    left: -50px;
}
.successful p {
    color: #bdbdbd;
    font-size: 25px;
    margin: 0 0 100px;
}
.setup-content .successful button.btn {
    width: 185px;
    height: 50px;
    text-transform: capitalize;
}

.unsuccessful {
    text-align: center;
    padding: 100px 0;
}
.unsuccessful strong {
    font-size: 50px;
    color: var(--white);
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
.unsuccessful strong::after {
    content: '';
    width: 37px;
    height: 37px;
    position: absolute;
    top: 20px;
    left: -50px;
}
.unsuccessful p {
    color: #bdbdbd;
    font-size: 25px;
    margin: 0 0 100px;
}
.setup-content .unsuccessful button.btn {
    width: 185px;
    height: 50px;
    text-transform: capitalize;
}
/* Media Query */

@media (max-width:767px){
    #register {
        padding-bottom: 0
    }
    .login {
        position: relative;
        margin: 20px 0;
    }
    #register_bg {
        height: 100%;
        background-repeat: repeat;
        align-items: start;
        background-size: auto;
    }
    .login strong {  padding: 0 0 5px;    }    
    .upload_file { margin: 10px auto; }
    
}
