

.regwizz_content_holder {
    background-color: #fff;
    
    box-sizing: border-box;
    height: calc(100vh - 70px);
    width: 100%;

    position: relative;
    text-align: center;
    vertical-align: middle;
    display: table;
    
    color: #384450;
}

.regwizz_title {
    font-size: 1.8em;
    font-weight: bold;    
}
.regwizz_subtitle {
    font-size: 1.2em;
    font-weight: normal;
    
    width: 50%;
    display: inline-block;
}
}

.regwizz_input_holder {
    margin-top: 2em;
}
.regwizz_input_error_holder {
    width: 400px;
    /*display: inline-block;*/
    display: none;
    text-align: left;
    margin-top: 0.7em;
    color: #a92020;
}



.regwizz_input {
    width: 400px;
    height: 50px !important;
    padding: 15px;
    
    border: none;
    /*border-radius: 4px 0px 0px 4px;*/
    border-radius: 5px 5px 5px 5px;
    font-size: 1.0em;
    box-sizing: border-box;
    height: 20px;
    vertical-align: middle;
    
    /*box-shadow: #092544 4px 4px 7px;*/
    /*box-shadow: 0px 1px 1px rgba(46, 56, 66, 0.4) !important;*/
    
    
    /*background-color: #ececec;*/
    background-color: #ffffff;
    border: 1px solid #cacaca;
    /*outline: none;*/
}
.regwizz_input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #cacaca;
  opacity: 1; /* Firefox */
}

.regwizz_input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #cacaca;
}

.regwizz_input::-ms-input-placeholder { /* Microsoft Edge */
  color: #cacaca;
}


.regwizz_input:focus {
    outline: none;
}

.regwizz .regwizz_input {
    background-color: #e8ecef;
}


.regwizz_input_button {
    width: 400px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    border: none;
    
    background-color: #0073ea; /*#4e83bd;*/
    /*border-radius: 0px 4px 4px 0px;*/
    border-radius: 5px 5px 5px 5px;
    /*color: #191d26;*/
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    text-transform: none;
    /*padding: 1.0em 1.8em;*/
    box-sizing: border-box;
    /*box-shadow: #092544 4px 4px 7px;*/
    /*box-shadow: 0px 1px 1px rgba(46, 56, 66, 0.4) !important;*/
    margin-top: 15px;
}
.regwizz_input_button:hover {
    background-color: #ffa501;
    color: #191d26;
    cursor: pointer;
}
.regwizz_input_button:focus {
    background-color: #ffa501;
    color: #191d26;
}


.regwizz_normal_button {
    display: inline-block;
    vertical-align: middle;
    border: none;
    background-color: #ffcc01;
    border-radius: 5px 5px 5px 5px;
    color: #191d26;
    font-weight: bold;
    text-transform: uppercase;
    padding: 1.0em 5em;
    box-sizing: border-box;
}
.regwizz_normal_button:hover {
    background-color: #ffa501;
    color: #191d26;
    cursor: pointer;
}
.regwizz_normal_button:focus {
    background-color: #ffa501;
    color: #191d26;
}






/*progressbar*/
.wizard_progbar {
    width:20%;
    height: 10px;
    background-color:#4f83bd;
    z-index:2  !important;
    position: relative !important;
    top: 0px  !important;
    
    -webkit-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
}



.regwizz_inline {
    display: inline-block;
}


.regwizz_middle_content {
    margin-top: 2em;
    margin-bottom: 1em;
}
.regwizz_upload_photo_box {
    width: 13em;
    height: 13em;
    background-color: #2e3842;
    color: #fff;
    
    border-radius: 10px;
    vertical-align: top;
    
    margin-right: 1em;
    
}

.regwizz_upload_plussign {
    font-weight: bold;
    font-size: 4em;
    margin-top: 0.6em;
}
.regwizz_upload_boldtext {
    font-weight: bold;
    font-size: 1.2em;
    margin-top: -1em;
}
.regwizz_upload_normaltext {
    font-weight: normal;
    font-size: 0.7em;
}
.regwizz_profile_input {
    background-color: #e8ecef;
    margin-bottom: 1em;
    height: 3.6em;
}





.regwizz_video_cont {
    width: 50em;
    height: 30em;
    background-repeat: no-repeat !important;
    background-position-x: 50% !important;
    background-position-y: 50% !important;
    background-color: #2e3842 !important;
}
.regwizz_video_cont_darking {
    background-color: #313131;
    opacity: 0.7;
    width: 50em;
    height: 30em;
    position: absolute;
}
.regwizz_video_cont_play_icon {
    margin-top: 20%;
    margin-bottom: 1em;
    width: 7em;
    height: 8em;
    opacity: 1;
    fill: white;
}
.regwizz_video_cont_text {
    position: relative;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
}


.regwizz_video_cont_members_icon {
    width: 35px;
    height: 35px;
    stroke-width:1.5px;
    vertical-align: middle;
    padding-right: 5px;
}

.find_us_holder {
    margin-top: 3em;
}
@media (max-width: 400px) {
    .regwizz_input {
        width: 15em;
        margin-right: 0px;
    }
    .regwizz_input_button {
        width: 15em;
        font-size: 0.7em;
    }
    .responsive_find_us_label_ {
        display: block;
    }
    .find_us_holder {
       margin-top: 2em;
    }
}