.bootstrap-wrapper .col-1, .bootstrap-wrapper .col-2, .bootstrap-wrapper .col-3, .bootstrap-wrapper .col-4, .bootstrap-wrapper .col-5, .bootstrap-wrapper .col-6, .bootstrap-wrapper .col-7, .bootstrap-wrapper .col-8, .bootstrap-wrapper .col-9, .bootstrap-wrapper .col-10, .bootstrap-wrapper .col-11, .bootstrap-wrapper .col-12, .bootstrap-wrapper .col, .bootstrap-wrapper .col-auto, .bootstrap-wrapper .col-sm-1, .bootstrap-wrapper .col-sm-2, .bootstrap-wrapper .col-sm-3, .bootstrap-wrapper .col-sm-4, .bootstrap-wrapper .col-sm-5, .bootstrap-wrapper .col-sm-6, .bootstrap-wrapper .col-sm-7, .bootstrap-wrapper .col-sm-8, .bootstrap-wrapper .col-sm-9, .bootstrap-wrapper .col-sm-10, .bootstrap-wrapper .col-sm-11, .bootstrap-wrapper .col-sm-12, .bootstrap-wrapper .col-sm, .bootstrap-wrapper .col-sm-auto, .bootstrap-wrapper .col-md-1, .bootstrap-wrapper .col-md-2, .bootstrap-wrapper .col-md-3, .bootstrap-wrapper .col-md-4, .bootstrap-wrapper .col-md-5, .bootstrap-wrapper .col-md-6, .bootstrap-wrapper .col-md-7, .bootstrap-wrapper .col-md-8, .bootstrap-wrapper .col-md-9, .bootstrap-wrapper .col-md-10, .bootstrap-wrapper .col-md-11, .bootstrap-wrapper .col-md-12, .bootstrap-wrapper .col-md, .bootstrap-wrapper .col-md-auto, .bootstrap-wrapper .col-lg-1, .bootstrap-wrapper .col-lg-2, .bootstrap-wrapper .col-lg-3, .bootstrap-wrapper .col-lg-4, .bootstrap-wrapper .col-lg-5, .bootstrap-wrapper .col-lg-6, .bootstrap-wrapper .col-lg-7, .bootstrap-wrapper .col-lg-8, .bootstrap-wrapper .col-lg-9, .bootstrap-wrapper .col-lg-10, .bootstrap-wrapper .col-lg-11, .bootstrap-wrapper .col-lg-12, .bootstrap-wrapper .col-lg, .bootstrap-wrapper .col-lg-auto, .bootstrap-wrapper .col-xl-1, .bootstrap-wrapper .col-xl-2, .bootstrap-wrapper .col-xl-3, .bootstrap-wrapper .col-xl-4, .bootstrap-wrapper .col-xl-5, .bootstrap-wrapper .col-xl-6, .bootstrap-wrapper .col-xl-7, .bootstrap-wrapper .col-xl-8, .bootstrap-wrapper .col-xl-9, .bootstrap-wrapper .col-xl-10, .bootstrap-wrapper .col-xl-11, .bootstrap-wrapper .col-xl-12, .bootstrap-wrapper .col-xl, .bootstrap-wrapper .col-xl-auto {
	padding-right: 3px;
	padding-left: 3px;
}
.sendright {
    text-align: right;
}

a.btn {
    text-decoration: none;
    color: #fff;
    background-color: #373890;
    padding: 5px 10px;
    border-radius: 5px;
}
a.btn.text-btn {
    margin-top: 1px;
    display: inline-block;
}

.register {
	width: 80%;
	margin-left: 10%;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-bottom: 20px;
}

.register .row{
	margin-top: 5px;
	margin-bottom: 5px;
}

.register .error input,
.register .error select{
	background-color: #d84b4b;
	color: #fff;
}

.register .error .errormess{
	color: #d84b4b;
	font-size: 10px;
}

.register .errormessage {
    text-align: center;
    color: red;
    font-size: 16px;

}

.disclaimer {
	color: #666;
	background-color: #e2f3ff;
	padding: 10px;
	margin-bottom: 15px;
	border-radius: 5px;
}

.disclaimer p {
	margin: 5px; 
}

ul.stepmenu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

ul.stepmenu li{
	display: inline-block;
}

ul.stepmenu li a {
	padding: 5px 10px;
	display: block;
	border-radius: 3px;
	background-color: #4bacd8;
	text-decoration: none;
	color: #fff;
}

ul.stepmenu li a:hover{
	background-color: #4a8fd8;
}

ul.stepmenu li.active a{
	background-color: #373890;
}

ul.stepmenu li.fullfill a {
    background-color: #21b037;
}

.stepspanerl, .stepsbtn {
	width: 70%;
	margin-left: 15%;
	margin-top: 30px;
	margin-bottom: 15px;
}

.stepspanerl .hiddenstep{
	display: none;
}

.stepspanerl input[type="text"],
.stepspanerl input[type="email"],
.stepspanerl input[type="password"],
.stepspanerl select {
	width: 100%;
	padding: 5px 5px;
}


a.isdisabled {
	color: #fff;
	cursor: not-allowed;
	opacity: 0.5;
	text-decoration: none;
}