@import url("../colors.8e80ea4f6532.css");

.row * {
	color: #fff;
}

.row {
	background: var(--main-color);
	-webkit-animation: expand 0.7s;
}

.page-header {
	position: absolute;
}

@-webkit-keyframes expand {
	0% { height: 0px; }
	100%
}

#login {
	padding-top: 140px;
}

#login * {
	display: block;
}

#login .login-text {
	font-size: 16px;
	padding: 0px 0px 40px;
}

#login-form {
	border-radius: 3px;
	background-color: #fff;
}

#login-form * {
	font-weight: normal;
}

#login-form .no-password {
	height: 20px;
	position: relative;
	left: 87%;
	cursor: pointer;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 30px #d7d7d7 inset;
}

#login-form input {
	background: #d7d7d7 !important;
	border: 0px;
	border-radius: 3px;
	padding: 15px;
	font-size: 16px;
	outline: none;
	width: 100%;
	height: 50px;
}

#login-form label {
	padding-bottom: 10px;
	color: #000;
	font-size: 11px;
	font-weight: bold;
}

#login-form input:active {
	background: #d7d7d7 !important;
	border: 2px solid var(--main-color);
}

#login-form input:focus {
	background: #d7d7d7 !important;
	border: 2px solid var(--main-color);
}

#login-form .errorlist li {
	color: #f00;
	font-size: 12px;
	list-style: none;
}

#login-form .errorlist {
	padding: 0px;
	margin: 0px 0px 15px;
}

@media only screen and (min-width: 0px) {
	#login .login-header {
		font-size: 28px;
		padding: 15px 0px;
	}

	#login-form {
		padding: 20px 20px;
	}

	#login-form input {
		margin-bottom: 10px;
	}

	#login-form .no-password {
		top: -45px;
	}
}

@media only screen and (min-width: 650px) {
	#login .login-header {
		font-size: 40px;
		padding: 15px 0px;
	}

	#login-form {
		padding: 60px 60px;
	}

	#login-form input {
		margin-bottom: 40px;
	}

	#login-form .no-password {
		top: -75px;
	}
}

button {
	width: 100%;
	height: 50px;
	background: var(--main-color);
	border-radius: 25px;
	border: 0px;
	font-size: 16px;
	cursor: pointer;
	outline: none;
	text-align: center;
}

button:hover {
	opacity: 0.7;
}

#login-movie {
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%; 
	min-height: 100%;
}

.page-footer {
	background-color: transparent;
}