
form .has-spinner.active .spinner {
    opacity: 1;
    max-width: 50px;
    color: #ffffff;
    padding-left: 10px;
}  
form .spinner {
    display: inline-block;
    opacity: 0;
    max-width: 0;
    -webkit-transition: opacity 0.25s, max-width 0.45s;
    -moz-transition: opacity 0.25s, max-width 0.45s;  
    -o-transition: opacity 0.25s, max-width 0.45s;
    transition: opacity 0.25s, max-width 0.45s;
}
.hide{display: none!important;}
.pdb10{
	padding-bottom:10px;

	
}
.pdb20{
	padding-bottom:20px;

	
}
.pdb30{
	padding-bottom:30px;

	
}
.pdb40{
	padding-bottom:40px;

	
}
.pdb50{
	padding-bottom:50px;

	
}
.pdb60{
	padding-bottom:60px;

	
}

.mt10{
	margin-top: 10px
}

.mt20{
	margin-top: 20px
}

.mt30{
	margin-top: 30px
}

.mt40{
	margin-top: 40px
}
.mt50{
	margin-top: 50px
}
.mt60{
	margin-top: 60px
}
 
.mt26{
	margin-top: 26px
}

.btn:hover {
    color: #fff;
    text-decoration: none;
}
.btn-blue {
    color: #fff;
    background-color: #40739f;
    border-color: #40739f;
}
.btn.focus, .btn:focus{
	    box-shadow: none;
}
.form-control{
	border: none;
	border-bottom: 2px solid #e8e3e3;
	border-radius: 0px;
	background-color: #ffffff;
}
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
     border-color: #ffffff;
    background-color: #ffffff;
    border: 1px solid #e8e3e3;
       width: 1rem;
    height: 1rem;
}

.custom-control-label.required::before {
	border: 2px solid #ff0000 !important;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #e8e3e3;
    outline: 0;
    box-shadow: none;
}

.multi-range {
    width: 100%;
    
}

.success {
    color: #4c9010;
    
}
h2.success {
    
    font-size: 20px;
}
.content-wrapper .flexbox-container {
    display: flex;
    align-items: center;
    height: calc(var(--vh, 1vh) * 100);
}
.line-on-side {
    border-bottom: 1px solid #dadada;
    line-height: 0.1em;
    margin: 10px 0 20px;
}
.line-on-side span {
    background: #fff;
    padding: 0 10px;
}
.card-header.border-0 {
    background: #fff;
}



.box-shadow-2 {
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.bg-login{
	background-color: #F5F7FA;
} 
.box-border {
    border: 2px solid #e5e8e8;
    padding: 12px;
}
.box-border ul {
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
}
.box-border ul li {
    float: left;
    width: 33%;
    padding-right: 14px;
    padding-top: 14px;
	font-size: 17px;
    color: #525252;
}
.survey-radio {
    margin-right: 5px;
}

.survey-question{
	font-size: 18px;
    color: #525252;
    line-height: 30px;
}
.center{
	margin: 0 auto;
}

/**********CREATE PASSWORD**********/
form .form-control {
	border: none;
    border-bottom: 1px solid #ccd6e6;
    color: #3f587e;
}