body{
	font-family: 'Work Sans', sans-serif;
}
small {
    color:#fff;
}
.wizard-v1-content {
    background: #fff;
    width: 1200px;
    box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 15%);
    -o-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 15%);
    border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin: 74px 0;
    font-family: 'Work Sans', sans-serif;
    position: relative;
    display: flex;
    display: -webkit-flex;
}
.inner .form-row .form-holder input, .inner .form-row .form-holder select, .inner .form-row .form-holder textarea{
    width: 100%;
    padding: 13px 25px;
    border: none;
    background: #2f8be0;
    border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    appearance: unset;
    -moz-appearance: unset;
    -webkit-appearance: unset;
    -o-appearance: unset;
    -ms-appearance: unset;
    outline: none;
    -moz-outline: none;
    -webkit-outline: none;
    -o-outline: none;
    -ms-outline: none;
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    color: #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
.inner .form-row .form-holder textarea{
    max-width: -webkit-fill-available;
}
textarea::-webkit-input-placeholder {
	color: rgba(255,255,255,0.6);
   font-size: 15px;
}
.bg12{
	margin-top: 29px;
}
.inner .form-row .form-holder.form-holder-3 {
    width: 25%;
    padding: 0 13px;
    margin-bottom: 22px;
    position: relative;
}.inner .form-row .form-holder.form-holder-4 {
    width: 33%;
    padding: 0 13px;
    margin-bottom: 22px;
    position: relative;
}
.inner .form-row .form-holder.form-holder-31 {
    width: 8%;
    padding: 0 13px;
    margin-bottom: 22px;
    position: relative;
}

button{
	width: 100%;
    padding: 13px 25px;
    border: none;
    background: #2f8be0;
    border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    appearance: unset;
    -moz-appearance: unset;
    -webkit-appearance: unset;
    -o-appearance: unset;
    -ms-appearance: unset;
    outline: none;
    -moz-outline: none;
    -webkit-outline: none;
    -o-outline: none;
    -ms-outline: none;
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    color: #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
.inner .form-row .form-holder select{
	background: #2f8be0 url(../images/wizard_v2_icon.png) no-repeat scroll;
    background-position: right 16px center;
    z-index: 1;
    cursor: pointer;
    color: rgba(255,255,255,0.6);
    position: relative;
}
.form-register .steps li a .title span {
    display: block;
    font-size: 15px;
}
.form-register .steps li a .step-text {
    color: #000;
    font-weight: 600;
    padding-bottom: 8px;
}
.for-option{
	color: #e0e0e0;
    font-size: 12px;
    margin-top: 4px;
    margin-bottom: 7px;
}
.btn{
	background-color: #0093b7 !important;
}
.form-register .steps li.current a .step-icon, .form-register .steps li.current a:active .step-icon, .form-register .steps .done::before, .form-register .steps li.done a .step-icon, .form-register .steps li.done a:active .step-icon {
    background: #005f89;
}
.form-register .content {
    background: #005f89;
    border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 32px 75px 23px 75px;
}
.step-icon img{
    width: 26px;
    margin-top: 10px;
}

.alert-success {
    text-align: center;
    width: 100%;
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
}
.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
