/******************************  Start Log In CSS  *******************************/
.banner {
    background-image: url(../../../../img/Log-in-Register/background_log_in.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    /*background-size: cover;*/
    /*min-height: 500px;*/
}
@media (min-width: 1600px) {
	.banner {
		background-size: cover;
	}
}
@media (min-width: 768px) {
	.banner {
		background-image: url(../../../../img/Log-in-Register/background_log_in.jpg);
		/*min-height: 50vw;*/
	}
}

h1.underline:after {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 1.5rem);
    margin: 0 auto;
    width: 5rem;
    height: 3.5px;
    background: #0054a6;
}
.form-card {
	border-radius: 5px;
}
.submit-btnl {
	background-color: #5a913a;
    height: auto;
    background-image: none;
    font-weight: 500;
    font-size: 16px;
    box-shadow: none !important;
    border-radius: 5px;
    
}
.submit-btnl:hover {
    background-color: #5a913a;
    box-shadow: none !important;
}
.submit-btnl:after {
	/*background-image: none;*/
	display:none;
}
.fb-submit-btn {
	background-color: #4568B2;
    height: auto;
    background-image: none;
    font-weight: 500;
    font-size: 16px;
    box-shadow: none !important;
    border-radius: 5px;
    
}
.fb-submit-btn:hover {
    background-color: #4568B2;
    box-shadow: none !important;
}
.fb-submit-btn:after {
	/*background-image: none;*/
	display:none;
}
/*
label, .text-dkblue {
	color: #1964ae !important;
    text-transform: none !important;
}*/
.text-dkblue {
	color: #1964ae !important;
    text-transform: none !important;
}
input.form-control {
	border-radius: 5px;
	padding: 0.5em 0.25em;
}
@media screen and (max-width: 928px ) {
	.text-nowrap {
		white-space: normal !important;
	}
	
}
/******************************  End Log In CSS  *******************************/

/******************************  Start Register CSS  *******************************/
.banner-register {
    background-image: url(../../../../img/Log-in-Register/background_register_tall.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    /*min-height: 500px;*/
}
@media (min-width: 768px) {
	.banner-register {
		background-image: url(../../../../img/Log-in-Register/background_register_tall.jpg);
		/*min-height: 50vw;*/
	}
}
.font-weight-600 {
    font-weight: 600 !important;
}
.registration-container {
	margin-top: 25px;
	margin-bottom: 25px;
	padding-left: 0px;
	padding-right: 0px;
}
.tab-index {
    line-height: 22px;
    text-align: center;
    background-color: #ffffff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    color: #9ec686;
    display: inline-block;
    margin-right: 5px;
	margin-left: 5px;
}
.register-title {
	text-transform: none;
    font-size: 32px !important;
}
.register-desc {
	/*color: black;
	font-weight: 500;*/
}
.back1 {
	color: #a6a6a6;
    text-decoration: none;
	font-weight: 400;
}

ul.tab-list {
    text-transform: capitalize !Important;
    font-family: raleway !important;
    font-weight: 600 !Important;
    text-align: center !important;
	background-color: #5a913a !Important;
}
ul.tab-list li a.active, ul.tab-list li a.done {
    background-color: #5a913a !Important;
    color: #ffffff !important;
}
.expander-tab.active .tab-index, ul.tab-list li a.active .tab-index, ul.tab-list li a.done .tab-index {
    line-height: 22px;
    text-align: center;
    background-color: #ffffff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: inline-block;
    color: #5a913a;
    margin-right: 5px;
	margin-left: 5px;
}
ul.tab-list li a.active:after {
    content: " ";
    height: 45px;
    width: 40px;
    position: absolute;
    background: #5a913a;
    right: -11%;
    top: 50%;
    transform: translateY(-50%) rotateZ(44deg);
    z-index: 1;
    border-radius: 4px 7px;
}
ul.tab-list li .tab-link2.active:after {
    content: " ";
    height: 45px;
    width: 40px;
    position: absolute;
    background: #5a913a;
    right: -15%;
    top: 50%;
    transform: translateY(-50%) rotateZ(44deg);
    z-index: 1;
    border-radius: 4px 7px;
}
ul.tab-list li a:after {
    content: ' ';
    width: 1px;
    height: 55%;
    background: lightgray;
	/*background: transparent;*/
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.expander-tab, ul.tab-list li a {
    background-color: #9ec686 !important;
    border-right: none !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    position: relative;
    box-shadow: none !Important;
}
.faicon {
	font-size: 27px;
    color: #cecece;
	background-color: #f5f5f5;
	border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}
.submit-btn {
	background-color: #0054a6;
    height: auto;
    background-image: none;
    font-weight: 500;
    font-size: 16px;
    box-shadow: none !important;
    border-radius: 5px;
    
}
.submit-btn:hover {
    background-color: #0054a6;
    box-shadow: none !important;
}
.submit-btn:after {
	display:none;
}
.white-container {
    box-shadow: none ;
}
.padded-20 {
	padding: 20px;

}
/*
.form-error {
    width: 100%;
}
*/
@media screen and (max-width: 528px) {
	ul.tab-list li a.active:after {
		content: " ";
		height: 40px;
		width: 40px;
		position: absolute;
		background: #5a913a;
		right: -17%;
		top: 50%;
		transform: translateY(-50%) rotateZ(44deg);
		z-index: 1;
		border-radius: 2px 7px 2px 40px;
	}
	.registration-container {
		margin-top: 0px;
	}
	ul.tab-list li .tab-link2.active:after {
		content: " ";
		height: 40px;
		width: 35px;
		position: absolute;
		background: #5a913a;
		right: -16%;
		top: 50%;
		transform: translateY(-50%) rotateZ(40deg);
		z-index: 1;
		border-radius: 2px 7px 2px 40px;
	}

}
input#register-firstname, input#register-surname, input#register-email, input#register-username, input#password, input#vpassword {
    border-radius: 5px;
}
.exclamation-text {
	color: #0054a6;
}
#icon {
	font-size: 48px;
    color: #0054a6;
    transform: rotate(180deg);
    margin-bottom: 1.5rem;
	
}
.lightblue-bg {
	background-color: #eef3f9;
    border-radius: 8px;
}
.uname-dp { 
	font-weight: 900;
    font-size: 18px;
	color: black;
}

.pass-dp { 
	font-weight: 900;
    font-size: 18px;
	color: black;
}

@media screen and (width: 320px) {
	ul.tab-list li a {
		padding: 15px 0 15px 15px !important;
		font-size: 14px;
	}
	ul.tab-list li a.active:after {
		content: " ";
		height: 40px;
		width: 40px;
		position: absolute;
		background: #5a913a;
		right: -18%;
		top: 49%;
		transform: translateY(-50%) rotateZ(44deg);
		z-index: 1;
		border-radius: 2px 7px 2px 40px;
	}
}


@media screen and (width: 768px) {

	ul.tab-list li a.active:after {
		content: " ";
		height: 45px;
		width: 45px;
		position: absolute;
		background: #5a913a;
		right: -11%;
		top: 50%;
		transform: translateY(-50%) rotateZ(44deg);
		z-index: 1;
		border-radius: 4px 7px;
	}
}

@media screen and (width: 411px) {
	ul.tab-list li a.active:after {
		right: -15%;
	}
}


p#new-user-reg-result {
			margin-bottom: 0rem;
		}
		@media screen and (max-width: 528px) {
			ul.tab-list li a.tablink3.active:after {
				content: " ";
				height: 40px;
				width: 40px;
				position: absolute;
				background: #5a913a;
				right: -15%;
				top: 50%;
				transform: translateY(-50%) rotateZ(44deg);
				z-index: 1;
				border-radius: 2px 7px;
			}
		}
		ul.tab-list li a {
			padding: 15px 0 15px 7px;
		}
		.error-text p {	
			border: 1px solid #ea5239;
			/* width: calc(100% - 0%) !important;*/
			text-indent: 0 !important;
			height: auto !important;
			line-height: 39px !important;
			text-align: center !important;
			display: inline-block !important;
			font-family: 'Montserrat', sans-serif !important;
			font-size: 16px !important;
		}
		ul.tab-list li .tab-link3.active:after {
			display:none !important;
		}

		span.error {
			border: 1px solid #ea5239;
			margin: 8px 30px;
			width: calc(100% - 60px) !important;
			text-indent: 0 !important;
			height: auto !important;
			line-height: 39px !important;
			text-align: center !important;
			display: inline-block !important;
			font-family: 'Montserrat', sans-serif !important;
			font-size: 16px !important;
		}

/******************************  End Register CSS  *******************************/

/****************************** Start forget CSS **********************************/
.banner-forgotten {
    background-image: url(../../../../img/Log-in-Register/background_forgotten_password.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    /*min-height: 500px;*/
}
@media (min-width: 768px) {
	.banner-forgotten {
		background-image: url(../../../../img/Log-in-Register/background_forgotten_password.jpg);
		/*min-height: 50vw;*/
	}
}
button#change-username {
	background-color: #0054a6;
}
button#change {
	background-color: #0054a6;
}


/****************************** End forget CSS **********************************/


/*Huge thanks to @tobiasahlin at http://tobiasahlin.com/spinkit/ */
.spinner {
  /*margin: 100px auto 0;*/
  width: 70px;
  text-align: center;
      position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.6;
    z-index: 99;
	padding-top: 60%;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #333;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}
/*
.form-error {
    display: block !important;
}
*/

#form-login1 .icon-success {
	display:none;
}

#step1-form .icon-success {
	display:none;
}

#step2-form .icon-success {
	display:none;
}

#form-user1 .icon-success {
	display:none;
}

#form-cp1 .icon-success {
	display:none;
}


@media (max-width: 330px) {
	.uname-dp {
		padding-left: 15px;
	}
	.pass-dp {
		padding-left: 15px;
	
	}
}