﻿body {
	margin: 0;
	padding: 0;
	font-family: sans-serif;
}

	body::before {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 20%;
		background-color: #303c7a;
	}

.mobile-body::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #303c7a;
}

.form {
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 350px;
	background-color: #fff;
	box-shadow: 0 15px 50px rgba(0, 0, 0, 0.5);
	padding: 50px;
	box-sizing: border-box;
	border-radius: 2%;
}

.form-mobile {
	top: 45%;
	left: 50%;
	width: 90%;
	min-height: 400px;
	background-color: rgba(255, 255, 255, 0.8);
	box-shadow: 0 15px 50px rgba(0, 0, 0, 0.5);
	box-sizing: border-box;
	border-radius: 0%;
}

.form h2 {
	color: #303c7a;
	margin: 0 0 40px;
	padding: 0;
}

.form .input-box {
	position: relative;
	margin: 20px 0;
}

	.form .input-box input {
		width: 100%;
		font-size: 16px;
		border: none;
		border-bottom: 2px solid #777;
		outline: none;
		padding: 10px;
		padding-left: 30px;
		box-sizing: border-box;
		font-weight: bold;
		color: #303c7a;
		background: transparent;
	}

		.form .input-box input:focus,
		.form .input-box input:valid {
			border-bottom-color: #303c7a;
		}

	.form .input-box .fa {
		position: absolute;
		top: 8px;
		left: 5px;
		font-size: 18px;
		color: #303c7a;
	}

	.form .input-box input[type="submit"] {
		border: none;
		cursor: pointer;
		background-color: #303c7a;
		color: #fff;
		font-weight: bold;
		transition: 0.5s;
	}

		.form .input-box input[type="submit"]:hover {
			background-color: #303c7a;
		}

.form a {
	text-decoration: none;
	color: #303c7a;
	margin-top: 20px;
	font-weight: bold;
	display: inline-block;
	transition: 0.5s;
}

	.form a:hover {
		color: #303c7a;
	}

body {
	margin: 0;
}

/*video {
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	transform: translateX(-62%) translateY(-40%) !important;
	background: url('~/Images/login.png') no-repeat;
	background-size: cover;
	transition: 3s opacity;
}*/

.mobile-video {
	max-width: unset;
	margin-left: 12%;
}

.stopfade {
	opacity: .5;
}

#polina {
	font-family: Agenda-Light, Agenda Light, Agenda, Arial Narrow, sans-serif;
	font-weight: 100;
	background: rgba(0,0,0,0.3);
	color: white;
	padding: 2rem;
	width: 33%;
	margin: 2rem;
	float: right;
	font-size: 1.2rem;
}

h1 {
	font-size: 3rem;
	text-transform: uppercase;
	margin-top: 0;
	letter-spacing: .3rem;
}

#polina button {
	display: block;
	width: 80%;
	padding: .4rem;
	border: none;
	margin: 1rem auto;
	font-size: 1.3rem;
	background: rgba(255,255,255,0.23);
	color: #303c7a;
	border-radius: 3px;
	cursor: pointer;
	transition: .3s background;
}

	#polina button:hover {
		background: rgba(0,0,0,0.5);
	}


.sjc-login {
	position: absolute;
	right: 2%;
	padding-bottom: 2%;
	bottom: 0;
	width: 115px;
}

.fonte_videos {
	text-align: -webkit-right;
	margin-right: 1%;
	margin-top: 1%;
	font-style: italic;
	font-size: 12px;
}

.indicadores-logo-login {
	position: absolute;
	padding: 2%;
	bottom: 0;
	width: 215px;
}

.sjc-login-mobile {
	position: absolute;
	padding-bottom: 10%;
	padding-right: 10%;
	bottom: 0;
	right: 0;
	width: 115px;
}

.indicadores-logo-login-mobile {
	position: absolute;
	padding: 5% 5% 5% 5%;
	bottom: 10;
	left: 5;
	width: 160px;
}

.logo-login {
	align-content: center;
	padding: 0% 0% 0% 0%;
	margin-top: -50px;
	width: 100%;
}
