.rigth-side{
	width: 55%;
	height: 100%;
	float: left;
}
.login-image{
	width: 45%;
	float: left;
}

.login-data{
  width: 65%;
	margin: auto;
  overflow: auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.login-form{
	padding: 10% 0;
	overflow: auto;
}
.input-container{
	position: relative;
	border-style: outset;
	border-radius: 2px;
	overflow: auto;
	border-width: 1px;
  padding: 20px 5%;
}
.input-container .rectangle{
	position: absolute;
	width: 10px;
  height: 100%;
  left: 0px;
  top: 0px;
  background-color: var(--bluey-grey);
	display: none;
}

.messages{
	position: absolute;
}

.submit{
  padding: 13px 8%;
}

input{
	width: 100%;
	border: hidden;
	color: var(--dark-slate-blue);
}
input:focus{
	outline: none;
}

.login-photo{
	width: 100%;
	height: 83%;
}

.login-info{
	width: 100%;
	height: 17%;
}

.logo{
	position: absolute;
	width: 200px;
	height: 200px;
	right: 10%;
  top: 20px;
}

#row{
	margin-bottom: 0;
}