#header{
	display: none;
}
.generic_content {
	font-size: 16px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
}

.container-fluid{
	background: #f1f9f8;
}

#main-content{
	background: #fff;
	min-height: 500px;
	padding: 30px;
}

/* LOGIN page */
#portal-container{
	background: #fff;
	width: auto!important; 
	max-width: 600px
}

.logged-in #portal-container{
	width: 100%!important;
	max-width: 100%!important;
}

#portal-container h1{
	text-align: left;
	margin: 0;
	padding: 0 3%;
}


#loginform, .portal-form{
	width: 100%;
    /*background: #1aa49d;*/
    margin: 0px auto;
    padding: 30px 5%;
    color: white;
}

/*#loginform .login-username label, #loginform .login-password label{
	display: none;
}*/

#loginform input[type="text"], #loginform input[type="password"],
.portal-form input[type="text"], .portal-form input[type="password"]{
	width: 100%;
	padding: 12px 20px;
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    color: #222!important;
    vertical-align: baseline;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
} 

#loginform input#rememberme{
	vertical-align: top;
    margin-top: 2.5px;
}

#loginform input:-webkit-autofill,
#loginform input:-webkit-autofill:hover, 
#loginform input:-webkit-autofill:focus, 
#loginform input:-webkit-autofill:active,
input:-internal-autofill-selected  {
	background-color: #fff!important; 
}

.login-password{
	position: relative;
}

.login-remember, .login-submit, .login-lost-password, .reset-submit, .resetpass-submit{
	margin: 0px auto;
	text-align: right;
}

.login-remember{
	display: inline-block;
	float: left;
}

.login-submit{
	float: right;
}

.login-remember label{
	font-weight: normal;
	font-size: 13px;
	margin-top: 15px;
}

#loginform #wp-submit,
.portal-form input[type="submit"],
a.signup{
	width: 150px;
    background-size: 24px;
    color: white;
    border: 0 none;
    border-radius: 25px;
    padding: 12px 5px;
    background: #00d577;
    font-size: 18px;
}

#loginform > div:last-child,
#loginform br{
	display: none!important;
}

#loginform a.signup{
	margin-top: 20px;
	padding: 15px 40px;
	font-size: 16px;
}


.login-lost-password,
.resetpass-submit{
	margin-top: 15px;
}

.login-lost-password{
	display: none;
}
#forgot-pass {
    padding: 4px 10px;
    background: #ddd;
    border-radius: 5px;
    width: auto;
    position: absolute;
    bottom: 7px;
    right: 8px;
}

#forgot-pass a{
	color: #222!important;
}

#loginform a,
.portal-form a{
	color: white;
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
}

nav{
	margin-bottom: 30px;
}

nav ul{
	margin: 0;
	padding: 0;
}

nav ul li {
	margin-bottom: 1px;
	text-align: center;
	list-style: none;
	
}

nav ul li a {
    display: block;
    padding: 10px;
    font-size: 16px;
    
    color: #fff;
    background: #21b79b;
}

nav ul li a:active, nav ul li a:hover{
	color: white;
	text-decoration: none;
}

ul#applicant-menu li a:hover, ul#applicant-menu li.active a{
	color: white;
	text-decoration: none;
	background: #d45b2d;
}


#msform input[type="text"], #msform select, .msform input[type="text"], .msform select{
	padding-left: 15px;
}

#profile{
	margin-top: 30px;
	padding: 20px;
	border: 1px solid #007e91
}
#profile .info-set{
	border-bottom: 1px dashed black;
	margin-bottom: 30px;
}

#profile label{
	color: #007e90
}

.msform fieldset {
    padding: 30px;
    margin: 0;
    width: auto;
    background: none;
}

.alert a{
	color: #d45b2d;
	text-decoration: underline;
}

h3.app-status span{
	color: #d45b2d;
}

input[type="submit"]:disabled{
	background-color: #CCC!important;
}

#applicant-portal p,
#applicant-portal .box-shadow p{
	font-size: 16px;
}

@media only screen and (min-width: 768px){
	#loginform, .portal-form{
		padding: 30px 3%;
	}
	
	.portal-alert{
		margin: 0px 3%;
	}
	
	#portal-container h1{
		font-size: 38px;
	}
	
	#header{
		display: block;
	}
	
	.generic_content{
		padding: 90px 0 0 0;
	}
}
@media only screen and (min-width: 1175px){
	nav {
	    display: table;
	    table-layout: fixed;
	    width: 100%;
	}
	
	nav ul {
	    display: table-row;
	}
	
	nav ul li {
		margin-bottom: 0;
	    display: table-cell;
	    width: 18%;
	}
	
	nav ul li a{
		margin-right: 1px;
	}
	
	nav ul li:last-child a{
		margin-right: 0;
	}
}