/*Styles*/
body {
	/* The image used */
	background-image: url("../img/bgimage.jpg");

	/* Full height */
	height: 100%; 

	/* Center and scale the image nicely */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.outer-box {
	background-color: rgba(255,255,255, 0.9);
	border-radius: 5px;

}

h1, h2, h3, h4, h5, h6 {
	/* Title Color */
	color: #333333;
	}
 
p{
	/* Color of Text */
	color: #333333;
}    	


.btn-wlan {
	width: 100% !important;
	color:#FFFFFF !important;
	background-color:#333333 !important;
} 

.btn-wlan:hover {
	background-color:#007bff !important;
} 

input[type='tel']
 {
  font-size: 16px;
}




/*Formatting*/


body, html {
	height: 100%;
}
.outer-box{
	padding-top:50px;
	padding-bottom: 50px
}

.h-100 {
    height: 100%;
}

.mt-2 {
	margin-top: 20px;
}

.mb-2 {
	margin-bottom: 20px;
}

.vertical-center {
	min-height: 100%;
	display: flex;
	align-items: center;
	
}

.logo {
	max-width:320px;
	image-rendering: -webkit-optimize-contrast;
	margin-bottom:20px;
}

.intl-tel-input {
	width: 100%;
}
	