body#login #main {
    padding-top: 0px;
    padding-bottom: 0px;
}

/* ========================================================================== */

.home-title {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 60px 0 0 0;
    margin: 0;
    background-size: cover;
    background-color: #F5FFFA;
}

/* ------------------------------------------------------------------------- */

#site-title{
    max-width:710px;
}

#site-title h1 {
	font-size: 26px;
}
@media screen and (max-width:568px){
	#site-title h1 {
		font-size: 22px;
	}
}

/* ------------------------------------------------------------------------- */

.home-site-title {
    display: inline;
    font-size: 24px;
    color: #298728;
    font-weight: 400;

}
@media screen and (max-width:568px){
	.home-site-title {
		font-size: 18px;
	}
}
@media screen and (max-width:400px){
	.home-site-title  {
		font-size: 14px;
	}
}

.home-site-introduction {
	padding: 0 15px 0 0px;
    display: inline;
    font-size: 24px;
    color: #298728;
    font-weight: 400;
	
	padding: 0 0 0 15px;
}

@media screen and (max-width:568px){
	.home-site-introduction {
		font-size: 22px;
		display: block;
		line-height: 38px;
		padding: 0 0 0 5px;
	}
}

@media screen and (max-width:400px){
	.home-site-introduction {
		font-size: 18px;
		line-height: 28px;
		padding: 0 0 0 5px;
	}
}

.home-site-title-link{
	text-decoration: none;
}

/* ========================================================================== */

.client-login-top {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 0px 0;
    margin: 0;
    min-height: 180px;
    background-size: cover;
    background-color: #F5FFFA;
}

/* ------------------------------------------------------------------------- */

#cand-login{
    max-width:710px;
}

/* Title size and position correction */
#cand-login h1 {
	font-size: 26px;
    padding-left: 10px;
}
@media screen and (max-width:568px){
	#cand-login h1 {
		font-size: 22px;
	}
}

/* ------------------------------------------------------------------------- */

.login-input {
	font-size: 14px;
}

/* ------------------------------------------------------------------------- */

/* fully  NEW */
#cand-login .module-title {
    float: left;
    width: 92%;
    border: 1px solid #c9cfdd;
	padding: 4px 4%;
	margin: 45px 0 0px -2px;
    /*margin: 95px 0 0px -2px;*/
    position: relative;
    overflow: hidden;
}

@media screen and (max-width:768px){
	#cand-login .module-title {
		margin: 85px 0 0px -2px;
	}
}

@media screen and (max-width:640px){
	#cand-login .module-title {
		margin: 65px 0 0px -2px;
	}
}

#cand-login .module{
	margin: 0px 0 50px -2px;
}

/* =============================================================================================== */

label.login-label{
    width:70px;
}

#login-form-right h3{
    margin:20px 0 0 0;
}

#login_now,
#login_now_recruiter,
#reset_password{
    float:left;
	
    width:150px;
    height:auto;
	
    padding:6px 0;
    margin: 0 20% 0 0;
	
	font: 16px 'Open Sans', Arial, Sans-serif;	
    font-size: 16px;
    color: #fff;
    text-align: center;	
    line-height: auto;

	background: #3c8a2e;				/* dark green */
	border:1px solid #3c8a2e;			/* dark green */	
    border-radius: 3px;	

    text-decoration: none;

    -webkit-appearance:none;
    -webkit-transition:background 0.2s linear;
    -moz-transition:background 0.2s linear;
    -o-transition:background 0.2s linear;
    -ms-transition:background 0.2s linear;
    transition:background 0.2s linear;
	
    cursor: pointer;
}

#login_now_recruiter{
	margin: 0 60% 0 0;
}

#login_now:hover,
#login_now_recruiter:hover,
#reset_password:hover{
    background: #5AA323;	/* 5AA323 slight green 003777 */
}

.password-reset-submit{
    width:190px!important;
}

#password-reset-wrapper{
    display:none;
}

@media screen and (max-width:768px){
    #login-form-left{
        width:52%!important;
        border-right:1px solid #c9cfdd;
        margin-left:-1px!important;
        border-bottom:none;
    }

    #login-form-right{
        width:40%!important;
    }
}

@media screen and (max-width:640px){
    label.login-label{
        width:100%;
    }

    #login_now,
	#login_now_recruiter,
    #reset_password{
        width:100%;
        padding:12px 0;
    }

    #reset_password{
        width:100%!important;
    }
}

@media screen and (max-width:568px){
	
    #cand-login .module{
        margin:0 -2px;
    }

    #login_now,
	#login_now_recruiter,
    #reset_password{
        width:100%!important;
    }

    #login-form-left{
        border-right:none;
        width:100%!important;
        border-bottom:1px solid #c9cfdd!important;
        margin:0px 0 15px 0!important;
        padding:0 0 15px 0!important;
    }

    #login-form-right{
        width:100%!important;
        padding:0;
        margin: 0!important;
    }
}


