/*************LOGIN STYLING *************/

#logindetailscontainer  {
	width: 100%;
	height: auto;
}

#logindetails  {
	width: 240px;
	height: auto;
	float: right;
}

#logindetails p {
	font-size: 12px;
	line-height: 18px;
	text-align: right;
}

#loginformcontainer  {
	width: 100%;
	max-width: 400px;
	height: auto;
	margin: 0 auto;
	padding: 40px 60px;
	-webkit-box-shadow: 3px 3px 6px 0 rgba(0,0,0,0.2);
	box-shadow: 3px 3px 6px 0 rgba(0,0,0,0.2);
	border: 1px solid transparent;
    -moz-border-image: -moz-linear-gradient(top, #FFF 0%, #00b6cf 100%);
    -webkit-border-image: -webkit-linear-gradient(top, #FFF 0%, #00b6cf 100%);
    border-image: linear-gradient(to bottom, #00b6cf 0%, #FFF 100%);
    border-image-slice: 1;
	border-right: 0px;
}

#headshotcontainer  {
	width: 40%;
	height: auto;
	margin: 0 auto;
}

#logintitle  {
	width: 100%;
	height: auto;
	padding: 20px 0;
	font-family: 'Montserrat', sans-serif;
	color: #00b6cf;
	text-transform: uppercase;
	font-size: 20px;
	text-align: center;
}

#loginform  {
	width: 100%;
	height: auto;
}

#usernamecontainer, #passwordcontainer  {
	width: 100%;
	height: auto;
	margin-bottom: 4px;
}

#loginsubmitcontainer  {
	width: 100%;
	height: auto;
}

#forgotpasswordtext  {
	width: 100%;
	height: auto;
	padding-top: 10px;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
	padding-top: 12px;
	color: #00b6cf;
}

.logininput  {
	width: 100%;
	height: auto;
	font-size: 14px;
	appearance: none;
	box-shadow: none;
	padding: 12px;
	background-color: #f3f4f4;
	border: 0;
	color: #00b6cf;
}

.btn_login  {
	width: 100%;
	height: auto;
	padding: 14px;
	margin-top: 10px;
	background-color: #00b6cf;
	color: #FFF;
	font-size: 14px;
	border: 0;
	cursor: pointer;	
}