@import url('https://fonts.googleapis.com/css?family=Montserrat:400,800');


h1 {
	font-weight: bold;
	margin: 0;
}

.accedi::selection {
	color: #1f2652;
}

.registrati::selection {
	color: black;
}

.error {
	color: white;
	box-shadow: none !important;
	text-align: center !important;
	display: table;
	margin-bottom: 3% !important;
	margin-top: -15% !important;
}

.errore {
	display: table-cell;
	font-size: 25px;
}

a {
	font-size: 15px;
	text-decoration: none;
	margin: 15px 0;
}

.paragrafo {
	padding: 40px 0;
}


a:hover {
	color: white;
}

.field-loginform-rememberme {
	color: #333;
	font-size: 12px;
	text-decoration: none;
	margin: 15px 0;
}

.container {
	position: absolute;
	margin: auto !important;
	width: auto !important;
}

.help-block {
	font-size: 11px;
	text-align: center;
	color: #1f2652;
	font: bold;
}

button {
	border-radius: 20px !important;
	border: 1px solid #1f2652 !important;
	background-color: #1f2652 !important;
	color: #FFFFFF !important;
	font-size: 12px !important;
	font-weight: bold !important;
	padding: 12px 45px !important;
	letter-spacing: 1px !important;
	text-transform: uppercase !important;
	transition: transform 80ms ease-in !important;
}

button:active {
	transform: scale(0.95) !important;
}

button:focus {
	outline: none !important;
}

input[type="text"],
input[type="password"],
button {
	margin: auto;
}

i {
	cursor: pointer;
	margin-top: 10px;
	margin-left: -30px;
}

.rememberme {
	float: left;
}

.password {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.passwordfield {
	width: 100%;
}


#passwordlabel {
	font-size: 14px;
}

body {
	font-family: 'Montserrat', sans-serif !important;
	margin: 0;
	padding: 0;
	background: linear-gradient(to left top, white, #1f2652) !important;
	/* background: linear-gradient(to left top, white, #1e1e24,#1e1e24); */
	width: 100vw;
	height: 100vh !important;
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center !important;
}

.row {
	height: 100%;
	width: 100%;
	margin: auto;
	border-radius: 10px;
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25),
		0 10px 10px rgba(0, 0, 0, 0.22);
	position: relative;
	overflow: hidden;
}

.logo {
	border-radius: 0;
	box-shadow: none;
	position: relative;
	display: flex;
	justify-content: center;
	width: 100%;
	height: auto;
	margin-top: 10% !important;
}

.logo_ass {
	border-radius: 0;
	box-shadow: none;
	position: relative;
	display: flex;
	justify-content: center;
	width: 100%;
	height: auto;
	margin-bottom: 5%;
}

@media screen and (max-width: 600px) {
	.logo_ass {
		border-radius: 0;
		box-shadow: none;
		position: relative;
		display: flex;
		justify-content: center;
		width: 100%;
		height: auto;
		margin-top: 0%;
		margin-bottom: 2%;
	}
}

.col.containers {
	display: table-cell;
	width: 100%;
}

.col {
	display: table-cell;
	padding: 16px;
	width: 100%;
	text-align: center;
}

.left {
	background-color: rgb(255, 255, 255);
}

.right {
	background: #FF416C;
	background: linear-gradient(to left top, #1f2652, #292e4e);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0 0;
	color: #FFFFFF;
}