html, body{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	overflow: hidden!important;
	font-family: "Nunito Sans", sans-serif!important;
}

body{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.bg-customGray{
    background: #d6f9ff;
    background: -moz-linear-gradient(top,  #d6f9ff 0%, #9ee8fa 100%);
    background: -webkit-linear-gradient(top,  #d6f9ff 0%,#9ee8fa 100%);
    background: linear-gradient(to bottom,  #d6f9ff 0%,#9ee8fa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6f9ff', endColorstr='#9ee8fa',GradientType=0 );
}

#app{
	width: 100%;
	height: 100%;
}

.logo-app{
	height: 50px;
	width: auto;
}

.input-text:focus{
	background-color: transparent;
	outline: 0 none;
	color: #333333;
	border: 1px solid #666666;
}

.input-text{
	padding-left: 50px;
	border-radius: 0px;
	background-color: transparent;
	font-size: 16px;
	color: #666666;
	outline: 0 none;
	border: 1px solid #cccccc;
}

.btn-custom{
	border: 1px solid #333333;
	background: rgb(79,133,187);
	color: white;
}

.btn-custom:hover{
	border: 1px solid #555555;
	background: rgba(79,133,187,0.5);
	color: white;
}

.group-input-custom{
	display: block;
	margin-top: 20px;
	border-radius: 0px;
	overflow: hidden;
}