@media only screen and (min-width: 993px){
	.row .col.l9 {
		width: 60%;
	}
}
@media only screen and (max-width: 600px) {
	#login-panel {
		margin: 0 !important;
		width: 100%;
		height: 100%;
	}
}
.row .col {
	float: left;
	margin-top: 2%;
}
.container {
	margin-left: 250px;
}
#row-login {
	background-size: cover;
	background-position: top left;
	display: flex;
	align-items: center;
}
#login-panel{
	padding-bottom: 0px;
	width: 400px;
	border-radius: 10px;
}
.login-logo{
	width: 100%;
}
#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; 
}

@media only screen and (max-width: 600px) {
	#row-login {
		background-position: center !important;
	}
}