/* CSS Document */
input[type="button"],input[type="submit"] {
outline:none;
}
/*
@font-face {
font-family:LatoLight;
src:url('fonts/Lato-Light.eot?#iefix') format('embedded-opentype'), 
url('fonts/Lato-Light.woff') format('woff'), 
url('fonts/Lato-Light.ttf') format('truetype');
}
*/
#main {
width:470px;
min-height:300px;
border:none;
background:#fff;
-webkit-border-radius:6px 6px 6px 6px;
border-radius:6px 6px 6px 6px;
-webkit-box-shadow:0 0 6px 2px #EBEBEB;
box-shadow:0 0 6px 2px #EBEBEB;
margin:auto;
padding:36px 0;
}

#logo {
width:470px;
height:120px;
margin-left:auto;
margin-right:auto;
position:relative;
}

#manpower-logo {
height:80px;
display:block;
margin:0;
}

#manpower-logo img {
height:60px;
position:absolute;
bottom:20px;
left:0;
}

#qualimetrie-logo {
height:80px;
margin:0;
}

#qualimetrie-logo img {
width:140px;
position:absolute;
bottom:20px;
right:0;
}

#content {
width:600px;
margin-left:auto;
margin-right:auto;
padding-bottom:20px;
}

#login_form {
color:#727272;
text-align:center;
}

#login_form table {
width:100%;
}

#login_form label,#login_form label {
width:300px;
display:block;
font-family:Lato,Helvetica,sans-serif;
font-size:14pt;
line-height:14pt;
clear:both;
text-align:left;
font-weight:700;
margin:26px auto 2px;
}

#login_form input[type="text"],#login_form input[type="password"] {
border-radius:1px;
height:24px;
width:300px;
display:block;
font-family:Helvetica,sans-serif;
font-weight:400;
font-size:19px;
line-height:19px;
color:#333;
-moz-box-shadow:0 1px 0 #f2f2f2;
background-color:#fcfcfc;
-webkit-box-shadow:inset 0 0 2px 2px #fff;
box-shadow:inset 0 0 2px 2px #fff;
border-color:#d8d8d8;
border-style:solid;
border-width:2px;
margin:5px auto 0;
}

.login-note {
	font-size: 11px;
	font-style: italic;
	width: 470px;
	margin: 10px auto;
}

#surveytype_form {
text-align:left;
padding-left:15px;
margin-bottom:10px;
}

#text {
font-family:Lato,Helvetica,Loarial,verdana, sans-serif;
font-weight:700;
font-size:20pt;
line-height:20pt;
text-align:left;
width:300px;
display:block;
color:#727272;
text-indent:3px;
margin:0 auto;
}

#submit_form {
color:#fff;
font-family:Lato,Helvetica,Loarial,verdana, sans-serif;
font-weight:700;
font-size:14pt;
line-height:14pt;
border:none;
background-color:#105e90;
-webkit-border-radius:10px 10px 10px 10px;
border-radius:10px 10px 10px 10px;
height:44px;
padding:10px 34px;
}

#restore_password {
color:#fff;
font-family:Lato,Helvetica,Loarial,verdana, sans-serif;
font-weight:700;
font-size:10pt;
border:none;
background-color:#b3b3b3;
-webkit-border-radius:10px 10px 10px 10px;
border-radius:10px 10px 10px 10px;
margin-right:78px;
padding:6px 10px;
}

#restore_password:hover {
background-color:#b9b9b9;
}

#header {
height:0px;
}

body {
color:#000;
font:12px/13px Lato, sans-serif;
min-width:1000px;
background-color:#e3e3e3;
background-image:url(images/login_grad.png);
background-repeat:repeat-x;
    -webkit-animation-delay: 0.1s;
    -webkit-animation-name: fontfix;
    -webkit-animation-duration: 0.1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
}

@-webkit-keyframes fontfix {
    from { opacity: 1; }
    to   { opacity: 1; }
}

#wrapper {
height:100%;
display:block;
position:absolute;
top:0;
bottom:0;
left:0;
right:0;
}

#failed {
width:300px;
background-color:#F9C518;
border:1px solid #F4A313;
line-height:25px;
margin-left:84px;
margin-right:auto;
color:#c00;
font-weight:700;
font-size:11pt;
display: none;
}

#text-small {
color:#000;
font-size:14px;
line-height:14px;
width:100%;
text-align:center;
vertical-align:middle;
height:20px;
line-height:20px;
}

#popup_reset_pass {
word-wrap:break-word;
width:390px;
}

.fancybox-inner p,.fancybox-inner label {
font-family:Helvetica,Loarial,verdana, sans-serif;
font-size:12pt;
line-height:13pt;
}

.fancybox-inner input[type="text"] {
border-radius:3px;
height:20px;
width:300px;
font-family:Helvetica,sans-serif;
font-weight:400;
font-size:19px;
line-height:19px;
color:#333;
-moz-box-shadow:0 1px 0 #f2f2f2;
background-color:#fcfcfc;
-webkit-box-shadow:inset 0 0 2px 2px #fff;
box-shadow:inset 0 0 2px 2px #fff;
display:inline;
border-color:#d8d8d8;
border-style:solid;
border-width:2px;
margin:5px 8px 0 0;
}

#popup_submit {
color:#fff;
font-family:Lato,Helvetica,Loarial,verdana, sans-serif;
font-weight:700;
font-size:10pt;
border:none;
background-color:#105e90;
-webkit-border-radius:6px 6px 6px 6px;
border-radius:6px 6px 6px 6px;
display:inline;
padding:5px 10px;
}

.line {
width:300px;
}

#text.medium {
font-size:16line-height:16pt;
}

#submit_form:hover,#popup_submit:hover {
background-color:#206B9C;
}