@charset "utf-8";
/* CSS Document */

html {
	height: 100vh;
	width: 100vw;
	overflow-x: hidden;
	margin: 0;
	margin: 0;
}

body {
	overflow-x: hidden;
	padding: 0;
	margin: 0;
}

.container {
	height: 100vh;
	display: flex;
}

@media only screen and (max-width: 992px) {
	.container {
		height: 100%;
		background-image: linear-gradient(180deg, #00347A, #001A70);
		display: block;
	}
}


/*--- LEFT COLUMN / LOGO ---*/
.left-logo {
	height: 100vh;
	width: 50vw;
	background-image: linear-gradient(180deg, #0256C3, #001B72);
	display: flex;
	align-items: center;
  	justify-content: center;
}

/* Large devices (laptops/desktops, 992px and down) */
@media only screen and (max-width: 992px) {
	.left-logo {
		height: auto;
		width: 100vw;
		background-image: none;
		display: block;
		padding: 30px;
	}
}

.left-logo img {
	height: auto;
	width: 65%;
}

/* Large devices (laptops/desktops, 992px and down) */
@media only screen and (max-width: 992px) {
	.left-logo img {
		width: 35%;
	}
}


/*--- RIGHT COLUMN / FORM ---*/
.right-form {
	height: 100vh;
	width: 50vw;
	background-image: linear-gradient(180deg, #00337A, #001B71);
	display: flex;
	align-items: center;
  	justify-content: center;
}

@media only screen and (max-width: 992px) {
	.right-form {
		height: 100%;
		width: 100vw;
		background-image: none;
		display: block;
		padding: 0 30px 60px 30px;
	}
}

.right-form .content-form {
	height: auto;
	width: 45%;
}

/* Large devices (laptops/desktops, 992px and down) */
@media only screen and (max-width: 992px) {
	.right-form .content-form {
		width: 80%;
	}
}

.right-form .content-form h2 {
	font-family: 'Fira Sans', sans-serif;
	font-weight: 700;
	font-size: 2.650em;
	color: white;
	line-height: 1.2;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 60px;
}

@media only screen and (max-width: 992px) {
	.right-form .content-form h2 {
		font-size: 2.000em;
	}
}

.right-form .content-form h2:after {
	content: "";
    height: 8px;
    width: 120px;
	background: white;
    position: absolute;
    bottom: -10px;
    left: 0;
}

.right-form .content-form h3 {
	font-family: 'Fira Sans', sans-serif;
	font-weight: 400;
	font-size: 1.325em;
	color: white;
	line-height: 1.2;
	text-transform: uppercase;
	margin-bottom: 40px;
}

/* Large devices (laptops/desktops, 1024px and down) */
@media only screen and (max-width: 1024px) {
	
	.right-form .content-form h3 {
		font-size: 1em;
	}
}

@media only screen and (max-width: 992px) {
	.right-form .content-form h3 {
		font-size: 1.225em;
	}
}



/*---*/

.right-form .content-form form fieldset {
	border: none;
	padding: 0;
}

.right-form .content-form form fieldset a {
	font-family: 'Fira Sans', sans-serif;
	font-size: 1.150em;
	font-weight: 400;
	color: #03F5FE;
	line-height: 1.2;
	display: inline-block;
	margin-top: 50px;
}

.right-form .content-form form fieldset a:hover {
	color: #0257C6;
}

.right-form .content-form form fieldset legend {
	font-family: 'Fira Sans', sans-serif;
	font-weight: 400;
	font-size: 1.250em;
	line-height: 1.5;
	color: white;
}

.right-form .content-form form fieldset label {
	position: relative;
}

.right-form .content-form form fieldset label:before {
	content: "";
	position: absolute;
	left: 10px;
	top: 0;
	bottom: 0;
	width: 20px;
}

.right-form .content-form form fieldset label.user:before {
	background: url("../img/login-user.svg") center / contain no-repeat;
}

.right-form .content-form form fieldset label.forgot-pass:before {
	background: url("../img/mail.svg") center / contain no-repeat;
}

.right-form .content-form form fieldset label.pass:before {
	background: url("../img/pass.svg") center / contain no-repeat;
}

.right-form .content-form form fieldset input {
	width: 70%;
	background: #204B88;
	font-family: 'Fira Sans', sans-serif;
	font-size: 1em;
	font-weight: 400;
	color: #CCC;
	border: none;
	border-radius: 3px;
	padding: 10px 40px;
	margin-bottom: 25px;
}

.right-form .content-form form fieldset button {
	background: #03F5FE;
	font-family: 'Fira Sans', sans-serif;
	font-size: 1.200em;
	font-weight: 400;
	color: #002D70;
	text-transform: uppercase;
	border: none;
	display: block;
	cursor: pointer;
	padding: 10px;
}

/* Large devices (laptops/desktops, 1024px and down) */
@media only screen and (max-width: 1024px) {
	
	.right-form .content-form form fieldset button {
		font-size: 1em;
	}
}

.right-form .content-form form fieldset button:hover {
	background: #0257C6;
	color: #03F5FE;
}


/*--- FOOTER ---*/
footer {
	background: #101010;
	padding: 50px;
	margin: 0;
}

footer .redes {
	margin-bottom: 50px;
	display: block;
}

footer .redes a {
	padding-right: 15px;
}

footer p {
	display: flex;
	margin-top: 10px;
}

footer p img {
	height: auto;
	width: 30px;
	padding-right: 15px;
}

footer p span {
	font-family: 'Fira Sans', sans-serif;
	font-size: 1em;
	font-weight: 400;
	color: white;
}

footer .bottom {
	display: flex;
	margin-top: 50px;
}

footer .bottom a {
	padding-right: 15px;
}