.auth-wrapper .all-wrapper {
	padding: 2% 0 2%;
	box-shadow: none;
    border-radius: 0;
    background-image: none;
}

.logo-w a img {
	width: 100%;
}

.auth-box-w .auth-header {
	padding: 0 0 1rem;
	text-align: center;
}

.auth-box-w p {    
	font-size: 1rem;
	padding: 0;
	text-align: center;
}

.auth-box-w form {    
	padding-right: 20%;
	padding-left: 20%; 
	padding-bottom: 20px;
}

@media (max-width: 768px){
	body:before {
		background-image: url("/static/img/qm/qm-fondo-mobile.jpg");
		background-position: center;
		filter: brightness(50%);
		background-size: 100% 100%;
	}
	.auth-box-w {
		border-radius: 0px;
	}
	.auth-box-w form {
		padding-right: 30px;
		padding-left: 30px;
	}
}

body:before {
	background-image: url("/static/img/qm/qm-fondo-pc.jpg");
	background-position: center;
	filter: brightness(50%);
	background-size: 100% 100%;
}

.form-group .btn {
	width: 100%;
	margin: 0 0 1rem;
	font-size: 1rem;
	text-align: left;
}

.form-group .btn .icon {
	font-size: 1.5rem;
	text-align: left;
}

.form-group .btn .text {
	font-size: 1rem;
	text-align: left;
	line-height: 1.5rem;
}

.auth-box-w .list-unstyled {
	padding-left: 35px;
	list-style: none;
}

.form-group:first-child {
	margin-bottom: 10px;
}

.auth.box-w .form-group {
	margin-bottom: 25px;
}

.auth-box-w .buttons-w {
	padding: 0.8rem;
	margin-top: 0px;
	border-top: 1px solid rgba(0, 0, 0, 0.05);
	text-align: center;
	margin-bottom: 0px;
}

.auth-box-w form .form-group .pre-icon {
	position: absolute;
	top: 34px;
	font-size: 24px;
	color: #FF7903;
	left: 0px;
}

.auth-box-w .form-control {
	display: block;
	width: 87%;
	left: 35px;
	position: relative;
	padding: 0.375rem 0.75rem;
	font-size: 0.9rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 2px solid #dde2ec;
	border-radius: 4px;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-db {
	width: 100%;
	margin-right: 10px;
}

.btn-msft {
	background-color: #0067b8;
	border-color: #0067b8;
}

.btn-msft:hover {
	background-color: #00599f;
	border-color: #00599f;
}

.btn-google {
	background-color: #4185f4;
	border-color: #4185f4;
}

.btn-google:hover {
	background-color: #2976f3;
	border-color: #2976f3;
}