
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

/* Resets */

html, body {
	padding: 0px;
	margin: 0px;
	font-family: arial;
}

.no-padding{
	padding-left: 0px !important;
	padding-right: 0px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	padding: 0px !important;
}

/* Layout */

.container-fluid{
	background:linear-gradient(to right,rgba(0, 79, 186, .5) 0%,rgba(0, 111, 186, .5) 50%,rgba(0, 79, 186, .5) 100%), url('../images/home/login-elicitacao-2023.jpg');
	background-position: center;
	background-size: cover;
	min-height: 100vh;
}

.col-md-5, .col-md-7{
	min-height: 100vh;
}

/* Modules */

	/* Description */

	.description {
		font-family: 'Ubuntu';
	}

	.description p {
		text-align: center;
		color: #fff;
		font-size: 3.5em;
		line-height: 55px;
	}

	.description span.description-solid {
		font-family: 'Ubuntu';
		font-weight: 700;
		font-size: 1.05em;
		background-color: #ffffff;
		padding: 5px 20px;
		border-radius: 5px;
		color: #006fba;
	}
	
	.description .separator {
		height: 4px;
		width: 320px;
		background-color: #ffffff;
		margin: 40px auto;
	}
	
	.description .disclaimer {
		color: #ffffff;
		text-align: center;
		font-size: 1.7em;
		width: 80%;
		line-height: 1.3em;
	}

	/* Bottom Logo */

	.forseti-home {
		width: 275px;
	}

	/* Right Container */

	.right-container{
		background: #ffffff;
	}

	/* Forms */

	.form-esqueci-a-senha,
	.form-login {
		min-width: 380px;
	}

	.form-esqueci-a-senha h2,
	.form-login h2 {
		font-family: 'Ubuntu';
		font-weight: bold;
		color: #1979be;
		border-bottom: 3px solid #393939;
	}

	.form-esqueci-a-senha form,
	.form-login form {
		margin: 30px 0px;
	}

	.form-group input {
		background: #e6e6e6;
		color: #1979be;
		border-color: #e6e6e6;
		border-radius: 10px;
		padding: 1.4rem .75rem;
	}

	.form-group input:focus {
		color: #1979be;
	}

	.form-group label{
		color: #000000;
		font-family: Ubuntu;
		font-weight: 400;
		margin-bottom: 2px;
		font-size: 14px;
	}

	.form-group .help-block {
		text-align: right;
		font-family: 'Ubuntu';
	}

	.form-group .help-block a {
		color: #1979be
	}

	.form-group button {
		background: linear-gradient(90deg,rgba(0,79,186,1) 0%,rgba(0,111,186,1) 100%)!important;
		border: 0;
		width: 100%;
		font-family: 'Ubuntu';
		font-weight: bold;
		font-size: 16px;
		padding: 10px;
		color: #ffffff;
		border-radius: 5px;
		cursor: pointer;
		transition: all ease .3s;
	}

	.form-group button:hover {
		transition: all ease .3s;
		transform: scale(1.05);
	}

	.form-esqueci-a-senha{
		display: none;
	}

	/* Alert */
	.alert-primary{
		position: absolute;
		top: 10px;
		width: 95%;
		color: #fff;
		background: linear-gradient(90deg,rgba(0,79,186,1) 0%,rgba(0,111,186,1) 100%)!important;
		border-color: transparent;
		padding: .5rem 1.25rem;
	}

	.alert-dismissible .close{
		padding: .3rem 1.25rem;
	}


/* Responsive */

@media (max-width:768px) {

	/* Layout */

	.container-fluid {
		display: flex;
		flex-direction: column-reverse;
	}

	.col-md-5, .col-md-7{
		float: none !important;
	}

	.col-md-7{
		min-height: auto;
	}

	.col-md-5{
		min-height: 80vh;
	}

	.description, .col-md-5 .col-md-10, .col-md-5 .col-md-10 form{
		padding-top: 2vh !important;
	}

	.description .col-md-10.no-padding{
		display: none;
	}

	.description p{
		text-align: center;
		font-size: 18px;
		line-height: 1.5;
	}

	.alert-primary{
		position: inherit;
		width: 100%;
	}
}