.login-section{
	height: 100%;
	display: flex;
	flex-flow: row wrap;
}

.login-section>div{
	flex: 1 350px;
	padding-top: 30px;
	display: flex;
	flex-flow: column wrap;
	background-color: #1da4bf;
}

.login-section>div:nth-of-type(2){
	flex: 2 600px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #FFF;
	margin-top: 100px;
}

input[type="password"]:focus, input[type="text"]:focus{
	border-color: #4c616f;
	box-shadow: 0px 0px 5px 1px rgba(76,97,111,0.75);
}

.login-link-hover{
	color: #1bc59c;
}

.login-link-hover:hover{
	text-decoration: underline;
	color: #23977B;
}

.login-logo-image{
	width:300px;
}

.login-form{
	width: 450px; 
	height: 60px; 
	border-radius: 10px; 
	background-color: #f3f6f9;
}

.login-subtitle{
	font-size: 20px;
}

.login-title{
	color: #45555f;
}

.login-background-image{
	background-image: url(../../img/homepage/ilust_entrada.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}


.login-main-title{
	font-size: 30px;
	color: rgb(69, 85, 95);

}
h2.login-main-title{
	text-shadow: 0px 0px 3px rgba(69, 85, 95,0.7);
}

@media screen and (min-width: 1400px){
	.login-logo-image{
		width: 300px !important;
	}

	.login-title{
		font-size: 22px;
	}

	.login-form{
		width: 500px;
		height: 50px;
	}

	.login-button{
		font-size: 16px;
		width: 150px;
		height: 40px;
	}

	.login-subtitle{
		font-size: 25px;
	}

	.login-forgot-password{
		font-size: 16px;
	}

	.login-main-title{
		font-size: 30px;
    }
    
    .login-form{
        width: 500px;
        height: 50px;
    }
}

@media screen and (max-width: 970px){
	.login-section>div:nth-of-type(2){
		margin-top: 5px;
		margin-bottom: 50px;
	}

	.login-main-title{
		font-size: 24px !important;
		padding-top: 1.5rem!important;
    	padding-bottom: 1.5rem!important;
	}
}

.login-form{
    width: 450px; 
    height: 60px; 
    border-radius: 10px; 
    background-color: #f3f6f9;
}
@media screen and (max-width: 949px){
	.login-background-image{
		background-size: 220px !important;
		background-position: right top !important;
	}
	.login-main-title{
		font-size: 24px !important;
		padding-top: 1.5rem!important;
		padding-bottom: 1.5rem!important;
	}
}

@media screen and (max-width: 550px){
	.login-background-image{
		background-position: 0px -50px;
}
}

@media screen and (max-width: 470px){
	.welcome-login{
		display: flex;
		flex-direction: column;
		text-align: center;
		justify-content: center;
	}

	.login-form{
		margin: auto;
		width: 90%;
	}

	.welcome-login button{
		margin-left: 10px;
		margin: auto;
		text-align: center;
	}

	.login-main-title{
		font-size: 22px !important;
		padding-left: 1.5rem !important;
		padding-right: 1.5rem !important;
	}
	
	.login-button{
		width: 200px !important;
	}
}

@media screen and (max-width: 400px){
	.login-background-image {
		background-position: -100px -50px;
	}

	.login-title{
		padding: 0px 1.5rem;
	}

	.login-button{
		width: 200px;
	}

	.login-footer{
		padding: 0px 60px;
		text-align: center;
	}

}
