﻿body {
	margin: 0;
	padding: 0;
	font-family: sans-serif;
}


.form {
    position: absolute;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 335px;
    background-color: #fff;
    padding: 25px 25px 25px 25px;
    box-sizing: border-box;
    border-radius: 2%;
    border: 1px solid #D4D4D4;
    text-align: center;
}

.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: 14px;
        border: none;
        border-bottom: 1px solid #D4D4D4;
        outline: none;
        padding-left: 35px;
        box-sizing: border-box;
        color: #243A72;
        background: transparent;
        height: 38px;
    }

		.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-radius: 5px;
        cursor: pointer;
        background-color: #008DD0;
        color: #fff;
        transition: 0.5s;
        padding-left: 0px;
    }

        .form .input-box input[type="submit"]:hover {
            background-color: #303c7a;
        }

.form a {
    text-decoration: none;
    color: #23527c;
    display: block;
    transition: 0.5s;
    text-align: center;
    font-size: 14px;
}

	.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 {
    vertical-align: middle;
    margin: 0 auto;
    width: 75%;
}

.icon-password {
    height: 25px;
    position: absolute;
    margin-top: 7px;
}

.form {
    position: absolute;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 335px;
    background-color: #fff;
    padding: 25px 25px 25px 25px;
    box-sizing: border-box;
    border-radius: 2%;
    border: 1px solid #D4D4D4;
    text-align: center;
}

.logo-footer {
    height: 45px;
    margin-right: 18px;
    vertical-align: middle;
    float: right;
}

.footer-login {
    background-color: #F1F1F1;
    color: #fff;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 70px;
    z-index: 100;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}