@media only screen and (min-width: 993px){
	.row .col.l9 {
		width: 60%;
	}
}

@media only screen and (max-width:1080px){
	.text-login {
		font-size:1.25rem;
	}
}
@media only screen and (min-width:1081px){
	.text-login {
		font-size:2rem;
	}
}

.row .col {
	float: left;
	margin-top: 2%;
}
.container {
	margin-left: 250px;
}
#row-login {
	background-size: contain;
	background-position: center;
	background-repeat:no-repeat;
	display: flex;
	align-items: center;
}
#login-panel{
	padding-bottom: 0px;
	width: 25%;
	border-radius: 10px;
	position:absolute;
	top:15%;
}
.login-logo{
	width: 60%;
	margin-top:15px;
	margin-bottom:15px;
}
#sub-text{
	text-align: center;
	font-weight: bold;
}
#forgotten-text{
	float: right;
}
#input-email, #input-password{
	background-color: #eaeaea;
	border-radius: 12px;
}
#login-button,#register-button{
	margin-top: -5%;
	font-size: 20px; 
	height: 7%;
	border-radius: 50px;
	margin-bottom: 14%;
	width: 100%;
}
h1{
	text-align: center; 
}