@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;700&display=swap');

*, *::after, *::before {
    box-sizing: border-box;
}

html, body {
    padding: 0;
    margin: 0;
    
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    color: #171725;
}

#login-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    
    background-color: #f1f1f5;
}

#login-container .login-box {
    max-width: 100%;
    width: 430px;
    
    padding: 20px 30px 30px 30px;
    
    border-radius: 10px;
    background-color: #ffffff;
}

#login-container .login-box .logo {
    width: 235px;
    height: 40px;
    margin: 65px auto;
    
    background-image: url("/images/logo_full.svg");
    background-size: 100%;
}

.input-container {
    position: relative;
}

.input-container label {
    position: absolute;
    top: 13px;
    left: 17px;
    
    padding: 0 3px;
    background-color: transparent;
    color: #9e9e9e;
    font-size: 1.1rem;
    
    transition: all .2s;
}

.input-container.active label {
    top: -7px;
    left: 15px;
    
    background-color: #ffffff;
    font-size: .9rem;
}

.input-container input {
    display: block;
    height: 3rem;
    width: 100%;
    
    padding: 0 16px;
    margin-bottom: 30px;
    
    background: #ffffff;
    border: 1px solid #ced4da;
    border-radius: 10px;
    font-size: 1.1rem;
    
    transition: all .2s;
}

.input-container input:-webkit-autofill {
    /*Expose a hook for JavaScript when autofill is shown*/
    /*JavaScript can capture 'animationstart' events*/
    animation-name: onAutoFillStart;
}

.input-container input:not(:-webkit-autofill) {
    /*Expose a hook for JS onAutoFillCancel*/
    /*JavaScript can capture 'animationstart' events*/
    animation-name: onAutoFillCancel;
}

.input-container input:focus {
    border-color: #350072;
    box-shadow: none;
    outline: none;
}

.input-container input:focus + label {
    color: #350072;
}

button {
    display: block;
    width: 100%;
    height: 50px;
    
    border: none;
    border-radius: 10px;
    outline: none;
    
    background-color: #350072;
    font-size: 1.1rem;
    text-transform: uppercase;
    color: #ffffff;

    cursor: pointer;
    transition: all .2s;
}

button:hover {
    background-color: #41008c;
    box-shadow: 0 3px 3px 0 rgb(0 0 0 / 14%), 0 1px 7px 0 rgb(0 0 0 / 12%), 0 3px 1px -1px rgb(0 0 0 / 20%);
}

.remember-password-link {
    margin-top: 10px;
}

#loader {
    position: relative;   
}

.conditions-container {
    max-height: 160px;
    overflow: auto;
    margin: 20px 0;
    padding: 10px;
    
    border: 1px solid #ced4da;
    border-radius: 10px;
    font-size: 1.1rem;
}

.conditions-container #contract_conditions {
    margin-bottom: 20px;
}

.conditions-container input[type="checkbox"] {
    margin: 0 10px 0 0;
}

/*###.JSC Spinner.Begin */
.sk-three-bounce {
	margin: 40px auto;
	width: 80px;
	text-align: center;
}
.sk-three-bounce .sk-child {
	width: 20px;
	height: 20px;
	background-color: #333;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
	animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
}
.sk-three-bounce .sk-bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
	background-color: #00E68F;
}
.sk-three-bounce .sk-bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
	background-color: #6E5EE2;
}
.sk-three-bounce .sk-bounce3 {
	background-color: #350072;
}
@-webkit-keyframes sk-three-bounce {
	0%, 80%, 100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@keyframes sk-three-bounce {
	0%, 80%, 100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
/*###.JSC Spinner.End */
body{
	padding: 0px;
	margin: 0px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}
a{
	text-decoration: none;
	color: black;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}
h1{
	margin-top: 0px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}
#background{
	width: 100%;
	height: 100%;
	background: url("/images/Login_FLOWww.jpg") no-repeat fixed center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		position: relative;
}
#background_pulsazione{
	width: 100%;
	height: 100%;
	background: url("/images/Login_Pulsazione.jpg") no-repeat fixed center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		position: relative;
}
#background_clubdeestetica{
	width: 100%;
	height: 100%;
	background: url("/images/Login_ClubDeEstetica.jpg") no-repeat fixed center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		position: relative;
}
#box-center{
	min-width: 450px;
	min-height: 300px;
	background-color: rgba(255,255,255,0.9);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
#box-center1{
	min-width: 450px;
	min-height: 500px;
	background-color: rgba(255,255,255,0.9);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
#logo{
	position: absolute;
	top: -53px;
	width: 153px;
	height: 40px;
	background-image: url("/images/logo_FLOWww.png");
	background-size: 153px 40px;
}
#logo_pulsazione{
	position: absolute;
	top: -53px;
	width: 153px;
	height: 40px;
	background-size: 153px 40px;
}
#logo_clubdeestetica{
	position: absolute;
	top: -53px;
	width: 153px;
	height: 40px;
	background-size: 153px 40px;
}
#content{
	min-width: 350px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
/*input[type="text"],input[type="password"]{*/
/*	width: 340px;*/
/*	height: 40px;*/
/*	background-color: #eef0f1;*/
/*	color: #9da3a5;*/
/*	font-family: 'Open Sans', sans-serif;*/
/*	font-size: 1.1em;*/
/*	border: none;*/
/*	margin-bottom: 10px;*/
/*	padding-left: 5px; padding-right: 5px;*/
/*	-moz-border-radius: 1px 1px 1px 1px;*/
/*	-webkit-border-radius: 1px 1px 1px 1px;*/
/*}*/
input[type="submit"]{
	width: 120px;
	height: 30px;
	border: none;
	background-color: #bfd621;
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	-moz-border-radius: 1px 1px 1px 1px;
	-webkit-border-radius: 1px 1px 1px 1px;
}
input[type="button"]{
	height: 30px;
	border: none;
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	-moz-border-radius: 1px 1px 1px 1px;
	-webkit-border-radius: 1px 1px 1px 1px;
}
input[type="checkbox"]{
	margin-left: 10px;
}
#remember-label{
	font-size: 14px;
	color: #2f2f2f;
}
.warning {
	display: none;
	color: red;
	margin-top: 10px;
}
.notice {
	display: none;
	color: green;
	margin-top: 10px;
}
.btn_reminder{
	width: 200px;
	height: 30px;
	border: none;
	background-color: #bfd621;
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	-moz-border-radius: 1px 1px 1px 1px;
	-webkit-border-radius: 1px 1px 1px 1px;

}
.sombreado {
    PADDING: 10px;
    Z-INDEX: 100;
    MARGIN: 12px auto;
    BORDER: #DEDEDE 1px solid;
    HEIGHT: 100%;
    BACKGROUND-COLOR: #F6F6F6;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    background: -webkit-linear-gradient(white, #F6F6F6);
    background: -moz-linear-gradient(white, #F6F6F6);
    background: -o-linear-gradient(white, #F6F6F6);
}

@keyframes onAutoFillStart {
    from { /**/
    }
    to { /**/
    }
}

@keyframes onAutoFillCancel {
    from { /**/
    }
    to { /**/
    }
}
