#errormsg
{
	color:red;
}
.form_container
{
	
	height:43%;
	min-height:240px;
	width:68%;
	/*border:3px solid #31b0d5;*/
	border-radius:5px;
	
}
.row
{
	justify-content: center;
	-webkit-justify-content: space-around;
}
.middle_container{
	height:100%;
	width:50%;
	/*order:1px solid green;*/
	align-items: center;
	-webkit-align-items:center;
	   /* OLD - iOS 6-, Safari 3.1-6, BB7 */display: -ms-flexbox;  /* TWEENER - IE 10 */   /* OLD - iOS 6-, Safari 3.1-6, BB7 */display: -ms-flexbox;  /* TWEENER - IE 10 */display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */display: flex;; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */display: flex;;
	justify-content: center;
	-webkit-justify-content: space-around;
}
.form_header
{
	height:15%;
	align-items:center;
	-webkit-align-items:center;
	display:-webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */display: -ms-flexbox;  /* TWEENER - IE 10 */display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */display: flex;;
	text-size:20px;
	font-weight:bold;
	padding:10px;
	background-color:#48939b;
	color:white;
	font-size:16px;
}
.form
{
	height:85%;
	background-color:rgba(172, 211, 129, 0.26);
	align-items: center;
	-webkit-align-items:center;
	   /* OLD - iOS 6-, Safari 3.1-6, BB7 */display: -ms-flexbox;  /* TWEENER - IE 10 */   /* OLD - iOS 6-, Safari 3.1-6, BB7 */display: -ms-flexbox;  /* TWEENER - IE 10 */display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */display: flex;; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */display: flex;;
	justify-content: center;
	-webkit-justify-content: space-around;
}

.form_content
{
	width:90%;
	padding:5%;
}
.login_background
{
	background-image:url(/images/mature-couple.jpg);
	background-repeat: no-repeat;
   /* background-attachment: fixed;*/
    background-position:right bottom; 
    height:calc(88%-16px);
    border:1px solid #eee;
    min-height:207px;
}
.footer
{
	min-height:auto;
	/*border:1px solid blue;*/
	height:5%;
	background-color:#48939b;
	color:white;
	font-weight:bold;
	/*margin-right:-15px;
	margin-left:-15px;*/
	
}

.main_content_height

{
	height:95%;
	background-color:#faf8fd;
	/*border:2px solid black;*/
}