/****************************** SECTION LOGIN ******************************/
#section-login {
	padding-top: 4.15rem;
	padding-bottom: 4.15rem;
}

	#section-login .white-box {		
		text-align: center;
	}

		#section-login .white-box input + input {
			margin-top: 1rem;
		}

	#section-login h4 {
		font-family: "Montserrat-SemiBold";
	}

	#section-login h4 svg{
		margin-top: -.25rem;
	}

	#section-login .input-group input,
	#section-login .btn-float {
		border-top-right-radius: .375rem;
		border-bottom-right-radius: .375rem;
		z-index: 2;
	}


/*-------------------- MOBILE & TABLET (max-width:1199.98px) --------------------*/

@media (max-width:1199.98px){
	#section-login .white-box {
		box-shadow: none;
	}
}