body {
	border-top: 3px solid #30add1 !important;
	color: #444;
    font-family: "PT Sans",Arial,Helvetica,sans-serif;
    font-size: 13px;
    line-height: 25px;
    text-shadow: none !important;
    height: 100%;
    max-height: 100%;
}

body:before {
	background: url(../../../images/employer/body-back.png) repeat scroll 0 0 #fff !important;
}

.logreg-page {
    background: none repeat scroll 0 0 #fff;
    border-radius: 10px;
    box-shadow: 0 0 3px #aaa;
    margin: 163px auto;
    padding: 20px 10px;
    width: 450px;
}

.logreg-page h3 {
    text-align: center !important;
    color: #666;
    font-family: "Oswald",sans-serif;
    margin: 3px 0;
    padding: 3px 0;
    font-size: 23px;
    margin-bottom: 9px;
    margin-top: 18px;    
    font-weight: 500;
    line-height: 1.1;
}

.logreg-page form label {
    color: #9a9a9a;
    font-weight: normal !important;
}

.logreg-page .color {
    color: #30add1;
}