body main .container .row{
	height: 100vh;
}
 /* Style the form */
#regForm {
  margin: auto;
  padding: 0px 40px;
  width: 100%;
  max-width: 700px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* Style the input fields */
input {
  padding: 10px;
  width: 100%;
  font-size: 17px;
  border: 1px solid #aaaaaa;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
  background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
  display: none;
}

/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

/* Mark the active step: */
.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #4CAF50;
} 

#prevBtn{
	float: none;
}
#nextBtn{
	float: none;
}
.gladeform .form-check-input{
height: 40px;
width: 300px;
margin: auto;
opacity: 0;
cursor: pointer;
}
.form-check {
	margin: 10px auto;
}
.selectscent {
	background: transparent;
	/*background: #0d4071;*/
	color: #fff;
	padding: 10px;
	width: 300px;
	border-radius: 25px;
	border: 2px solid #3fbdf0;
	cursor: pointer;
	display: inline-block;
}
input{
	border-radius: 25px;
	border: 2px solid #3fbdf0;
	outline: none;
	background: transparent;
	color: #fff;
}
.complete.false .formsub{
	display: none;
}
.complete.true .formsub{
	display: block;
}
#success, .result{
	display: none;
}
@-webkit-keyframes blinker {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.blink {
  text-decoration: blink;
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
}
.error{
	display: none;
}
.error.invalid{
	display: block;
}
.form-check-label.selectscent.selected {
	background: #fff;
	color: #0d4071;
}
.formnav button {
	border-radius: 25px;
	width: 100px;
	margin:10px 15px;
}
.formnav button{
	outline: none;
}
*:focus {
    outline: 0 !important;
}
.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    box-shadow: none;
}
.bluegradbg{
/*background: rgb(4,41,89);
background: linear-gradient(135deg, rgba(4,41,89,1) 0%, rgba(29,102,151,1) 100%);
*/
background-image: url('../images/bluebg1.jpg');
background-size: cover;
background-position: center;
}
/*.bluegradbg main {
	background-image: url('../images/bluebg2.png');
	background-size: 700px;
	background-position: center;
	background-repeat: no-repeat;
}*/
main {
    min-height: 100vh;
}
.bluegradbg p,.bluegradbg h1,.bluegradbg h2,.bluegradbg h3,.bluegradbg h4,.bluegradbg h5{
	color: #fff;
	max-width: 400px;
margin-left: auto;
margin-right: auto;
}
.bluewhitegradbg .logo{
	max-width: 550px;
	margin-top: 50px;
	margin-bottom: 50px;
	width: 100%;
}
.bluewhitegradbg h5{
	color: #002956;
	padding-top: 100px;
}
.bluewhitegradbg a.clicklink{
	color: #fff;
	font-size: 20px;
	margin:20px auto;
	display: block;
}
.btn.btn-primary.enter, .btn.btn-primary.enter:hover {
	background: #40bbf0;
	border: 1px solid #40bbf0;
	border-radius: 25px;
	width: 200px;
	padding: 8px 5px;
}
.infolabel{
	color: #fff;
	margin-bottom: 10px;
	font-size: 18px;
}
.btn-primary {
	color: #fff;
	background-color: #36b8ea;
	border-color: #36b8ea;
}
h5.my-3 span:nth-child(2) {
	color: #36b8ea;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	position: absolute;
	margin-top: 5px;
	margin-left: 10px;
}
h5.my-3 span:nth-child(1) {
	color: #36b8ea;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	position: absolute;
	margin-top: 5px;
	margin-left: -19px;
}
.form-check{
	padding-left: 0;
}
.modal-body .close {
	color: #0e467e;
	font-size: 50px;
	font-weight: 100;
	/*border: 1px solid #0e467e;*/
	width: 50px;
	height: 50px;
	border-radius: 50%;
	padding: 0;
	margin-right: 50px;
}
.popuptext {
	text-align: center;
	color: #0e467e;
	text-transform: uppercase;
	font-weight: 500;
}
.close span {
	position: absolute;
	right: 25.5px;
	top: 12.5px;
	margin-right: 15px;
}
.modal-body h5 {
	height: 50px;
}
.modal-content {
	border-radius: 100px;
}
.processgif{
	width: 50px;
	background: #fff;
	border-radius: 50%;
}
#restart{
	border-radius: 25px;
width: 160px;
margin: 20px auto;
}
/*.bluegradbg main{
	padding: 40px;
}*/
@media (max-width: 900px){
.bluegradbg{
background: rgb(4,41,89);
background: linear-gradient(135deg, rgba(4,41,89,1) 0%, rgba(29,102,151,1) 100%);
}
.bluegradbg main {
	background-image: url('../images/bluebg2.png');
	background-size: 700px;
	background-position: center;
	background-repeat: no-repeat;
}
}
@media (max-width: 650px){
.bluegradbg main {
	background-size: contain;
}
	}
@media (max-width: 479px){
	.formnav{
		margin-top: 20px;
	}
	.formnav button {
width: 100%;
float: none !important;
margin-bottom: 15px;
max-width: 200px;
}
.form-check{
	padding-left: 0px;
}
.bluegradbg main {
	background-size: contain;
}
}