body {
	/*ackground-color: #ffffff;*/	
	height: 100%;
	padding-top: 25px;
	padding-bottom: 25px;
	background-repeat: no-repeat !important;;
    background-size: 100% !important;;
    
    /*background: url('../imgs/cbtk-bg-login.jpg');*/
	-webkit-background-size: cover !important;;
	-moz-background-size: cover !important;;
	-o-background-size: cover !important;;
	background-size: cover !important;;
}

.cbtk-login-form {
	width: 100%;
	max-width: 350px;
	min-width: 350px;
	padding: 15px;
	margin: 0 auto;
	margin-top: 20px;
	text-align: center;
	min-height: 300px;
	border-radius: 10px;
	/*box-shadow: 5px 5px #888888;*/
	background-color: /*#fafafa;*/ #fefefe;
}

.cbtk-login-form .form-control {
	position: relative;
	box-sizing: border-box;
	border:none;
	border-bottom: 3px solid #ededed;
	border-radius: 0;
	background-color: rgb(255,255,229);
	height: auto;
	padding: 10px;
	font-size: 16px;
	margin-bottom:3px;
}

.cbtk-login-form .form-control:focus {
	outline: none !important;
    border-bottom: 3px solid green;
    /*box-shadow: 0 0 10px #719ECE;*/
    box-shadow: 0 0 0 red;
    z-index: 2;
}

/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px rgb(255,255,229) inset !important;
}

.cbtk-login-form input[type="email"] {
	margin-bottom: -1px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.cbtk-login-form input[type="password"] {
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.2);
	color: white;
	text-align: center;
	height: 24px;
  	line-height: 24px;
  
}

.cbtk-center-login {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

@media screen and (min-width: 0px) and (max-width: 600px) {
	body {
		/*background-position: center center;
    	background-size: 3000px;*/
	}
}

@media screen and (min-height: 0px) and (max-height: 500px) {
	.footer { display: none; }
	.bloco { 
		margin: 0;
		position: relative;
		top: 0;
		left: 0;
		transform: none;
	}
}