/*@font-face {
    font-family: 'Open Sans';
    src: url('../../fonts/open-sans/OpenSans-Regular-webfont.eot');
    src: url('../../fonts/open-sans/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../../fonts/open-sans/OpenSans-Regular-webfont.woff') format('woff'), url('../../fonts/open-sans/OpenSans-Regular-webfont.ttf') format('truetype'), url('../../fonts/open-sans/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: url('../../fonts/open-sans/OpenSans-Bold-webfont.eot');
    src: url('../../fonts/open-sans/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../../fonts/open-sans/OpenSans-Bold-webfont.woff') format('woff'), url('../../fonts/open-sans/OpenSans-Bold-webfont.ttf') format('truetype'), url('../../fonts/open-sans/OpenSans-Bold-webfont.svg#OpenSansBold') format('svg');
    font-weight: bold;
    font-weight: 700;
    font-style: normal;
}*/

@font-face {
    font-family: 'Aspira';
    src: url('../../fonts/aspira/Aspira-Bold.woff2') format('woff2'),
        url('../../fonts/aspira/Aspira-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Aspira';
    src: url('../../fonts/aspira/Aspira-Regular.woff2') format('woff2'),
        url('../../fonts/aspira/Aspira-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Bootstrap validation auth views fix */
.w-icon span.fa {
	height:28px;
}
body,html {
	height:100%;
}
body {
	background: url(../../images/bg/background.jpg) center center no-repeat !important;
	background-size:cover !important;
	font-family: "Aspira";
}

.slogan,
.logo {
	text-align:center;
}

.signin-container {
	-webkit-box-shadow: 2px 2px 40px 0px rgba(0,0,0,0.30);
	-moz-box-shadow: 2px 2px 40px 0px rgba(0,0,0,0.30);
	box-shadow: 2px 2px 40px 0px rgba(0,0,0,0.30);
}


/* SALONE DIGITALE */

.space-xs-0 {
    margin-bottom: 0;
}
.space-xs-5 {
    margin-bottom: 5px;
}
.space-xs-10 {
    margin-bottom: 10px;
}
.space-xs-15 {
    margin-bottom: 15px;
}
.space-xs-20 {
    margin-bottom: 20px;
}
.space-xs-25 {
    margin-bottom: 25px;
}
.space-xs-30 {
    margin-bottom: 30px;
}
.space-xs-35 {
    margin-bottom: 35px;
}
.space-xs-40 {
    margin-bottom: 40px;
}
.space-xs-45 {
    margin-bottom: 40px;
}
.space-xs-50 {
    margin-bottom: 50px;
}
.space-xs-100 {
    margin-bottom: 100px;
}

.login-wrapper {
	float: right;
	width: 486px;
	margin-right: 150px;
	margin-top: 100px;
}
.logo-sd {
	width: 240px;
	margin-left: auto;
	margin-right: auto;
}
.logo-sd img {
	width: 100%;
	height: auto;
	display: block;
}
.login-subtitle {
	color: #fff;
	font-size: 18px;
	letter-spacing: 2px;
	line-height: 1.5;
	text-align: center;
}
.login-form-sd {
	width: 100%;
	border-radius: 8px;
	background-color: #fff;
	box-shadow: 0 1px 40px 0 #000;
	padding: 30px;
}
.login-form-title {
	color: #283A48;
	font-size: 20px;
	font-weight: bold;
	line-height: 27px;
	text-transform: uppercase;
	text-align: center;
}
.login-form-sd input[type="text"],
.login-form-sd input[type="password"] {
	height: 45px;
	border-radius: 8px;
	background-color: #f2f2f2;
	font-size: 14px;
}
.page-signin .form-group+.form-group {
	margin-top: 15px;
}
.login-form-sd .checkbox {
	margin-top: 30px;
}
.page-signin .form-actions {
	margin-top: 30px;
}
.page-signin .form-actions .signin-btn {
	width: 100%;
	height: 45px;
	border-radius: 8px;
	background-color: #283A48;
	text-align: center;
	text-transform: uppercase;
	color: #53EAAC;
	font-size: 14px;	font-weight: 700;	letter-spacing: 1px;	line-height: 19px;
	margin-bottom: 25px
}
.forgot-password-sd {
	display: block;
	color: #53EAAC;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 19px;
	text-transform: uppercase;
}

@media (max-width: 768px) {
	.space-xs-40 {
	    margin-bottom: 20px;
	}
	.space-xs-50 {
	    margin-bottom: 25px;
	}
	.login-wrapper {
		float: none;
	    width: 95%;
	    width: calc(100% - 30px);
	    max-width: 540px;
	    margin-left: auto;
	    margin-right: auto;
	}
	.logo-sd {
		width: 100%;
	    height: auto;
	}
	.logo-sd img {
		display: block;
		width: 100%;
		height: auto;
	}
	.login-subtitle {
		font-size: 16px;
		letter-spacing: 1.6px;
		line-height: 1.35;
	}
	.login-form-sd {
		padding: 20px;
	}
}
