html{
	overflow-y: scroll;
}

body {
	font-family: "Open Sans", sans-serif;
	margin: 0;
}

a {
	text-decoration: none;
}

body {
	/*background: url(../img/login-bg.jpg);*/
	background: #f3f0f0;
	background-repeat: no-repeat;
}

.labelInput {
	font-family: "Raleway", sans-serif;
	font-size: 11pt;
}

.ccard {
	background: #fbfbfb;
	border-radius: 8px;
	box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.65);
	width: 329px;
}

.cAperta{
	transition: 2s;
	margin: 5rem auto 0rem auto;	
}

.cChiusa{
	transition:2s;
	margin: 2rem auto 1rem auto;
}

.titleCard {
	cursor: pointer;	
}

#card-content {
	padding: 12px 44px;
}

#card-header {
	font-family: "Raleway Thin", sans-serif;
    letter-spacing: 4px;
    padding: 1%;
    text-align: center;
    background: #888888;
    border-radius: 8px;
    color: #fff;
    box-shadow: none;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

#card-title {
	font-family: "Raleway Thin", sans-serif;
	letter-spacing: 4px;
/* 	padding-bottom: 23px; */
/* 	padding-top: 13px; */
	text-align: center;
}

#signup {
	color: #2dbd6e;
	font-family: "Raleway", sans-serif;
	font-size: 10pt;
	margin-top: 16px;
	text-align: center;
}

.submit-btn {
	background: -webkit-linear-gradient(right, #ffffff, #a9b7af);
	border: none;
	/*border-radius: 21px;*/
	box-shadow: 0px 1px 8px #a9b7af;
	cursor: pointer;
	color: #383333;
	font-family: "Raleway SemiBold", sans-serif;
	height: 42.3px;
	margin: 0 auto;
	margin-top: 50px;
	transition: 0.25s;
	width: 153px;
	font-weight: bold;
}

#submit-btn:hover {
	box-shadow: 0px 1px 18px #2f3532;
}

.form {
	align-items: left;
	display: flex;
	flex-direction: column;
}

.form-border {
	background: #000;
	height: 1px;
	width: 100%;
}

.form-content {
	background: #fbfbfb;
	border: none;
	outline: none;
	padding-top: 14px;
}

.underline-title {
	background: -webkit-linear-gradient(right, #a6f77b, #2ec06f);
	height: 2px;
	margin: -1.1rem auto 0 auto;
	width: 89px;
}

.logoLogin {
/* 	width: 15em; */
height: 6rem;
max-width: 250px;

}

.close {
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .5;
	background-color: transparent;
	border: 0;
}