.loader{
	position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1250;
    text-align: center;
    vertical-align: middle;
    /*background: url(../imagens/loader.jpg) 50% 50% no-repeat rgba(0,0,0, 0.1);*/
	background:rgba(0,0,0, 0.1);
    display: none;
}

.btn{
	font-weight: 1000;
}
.loginButton{
	/*margin-right: 20px;*/
	/*flex-grow:1;*/
	border-radius: 5px;
	margin: 5px;
	
}
.bottomButton{
	border-radius: 5px;
	margin: 5px;
}
.userButton{
	/*display: none;*/
	font-size: 20px;
}

.userPassButton{
	/*display: none;*/
	font-size: 20px;
}

.topForm {
    background-color: #fff;
	padding: 30px;
    width: 100%;
    position: fixed;
    top: 0px;
    
}

.middleForm {
    text-align: center;
	padding: 30px;
    width: 100%;
	top: 35%;
	position:fixed;
    
}

 
.form {
    background-color: #fff;
	padding: 30px;
    width: 100%;
    position: fixed;
    bottom: 0px;
	text-align: center;
	display: flex;
	flex-wrap:wrap;
	justify-content: space-around;
    
}
.form h2 {
    margin: 0 0 20px;
    line-height: 1;
    color: #6c757d;
    font-size: 18px;
    font-weight: 400;
}
.form input {
    outline: none;
    display: block;
    width: 100%;
    margin: 0 0 20px;
    padding: 10px 15px;
    border: 1px solid #ccc;
    color: #ccc; 
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 400; 
    transition: 0.2s linear;
}
.form input:focus {
    color: #333;
    border: 1px solid #6c757d;
}
.form  .btn-signin{
    cursor: pointer;
    background: #6c757d;
    width: 100%;
    padding: 10px 15px;
    border: 0;
    color: #fff; 
    font-size: 14px;
    font-weight: 400;
}
.form button:hover {
    opacity:0.8;
} 





/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	.loginButton{
		width: 50px;
		height: 50px;
	}
	.bottomButton{
		width: 50px;
		height: 50px;
	}
	.userButton{
		width: 40px;
		height: 40px;
	}
	.userPassButton{
		width: 40px;
		height: 40px;
	}
	
	.middleForm {
		text-align: center;
		padding: 30px;
		width: 100%;
		top: 20%;
		position:fixed;
		
	}
	
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	.loginButton{
		width: 50px;
		height: 50px;
	}
	.bottomButton{
		width: 50px;
		height: 50px;
	}
	.userButton{
		width: 40px;
		height: 40px;
	}
	.userPassButton{
		width: 40px;
		height: 40px;
	}
	
	.middleForm {
		text-align: center;
		padding: 30px;
		width: 100%;
		top: 35%;
		position:fixed;
		
	}
	
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	.loginButton{
		width: 60px;
		height: 60px;
	}
	.bottomButton{
		width: 60px;
		height: 60px;
	}
	.userButton{
		width: 60px;
		height: 60px;
	}
	.userPassButton{
		width: 60px;
		height: 60px;
	}
	
	.middleForm {
		text-align: center;
		padding: 30px;
		width: 100%;
		top: 35%;
		position:fixed;
		
	}
	
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	.loginButton{
		width: 70px;
		height: 70px;
	}
	.bottomButton{
		width: 70px;
		height: 70px;
	}
	.userButton{
		width: 70px;
		height: 70px;
	}
	.userPassButton{
		width: 70px;
		height: 70px;
	}
	
	.middleForm {
		text-align: center;
		padding: 30px;
		width: 100%;
		top: 35%;
		position:fixed;
		
	}
}

