/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 12 Δεκ 2013, 5:43:53 μμ
    Author     : intelen
*/

html, body{
    width:100%;
    height:100%;
    margin:0;
    padding:0;
}
body{
    background-image:url(../images/login/bg.png);
    background-color:#446390;
    background-repeat: repeat;
    background-position: center center;
    font-family: 'Roboto', sans-serif;
    font-size:15px;
    color:#fff;
}
a{
    color:#fff;
    text-decoration:none !important;
}
a:hover{
    color:#395D81;
}
p {
    margin:0 0 1em 0;
}
ol, ul {
    list-style: none;
    padding:0;
}
.login-container{
    min-height: 100%;
    width:100%;
    margin:0;
    padding:0;
}
.login-content{
    width:100%;
    max-width:470px;
    margin:0px auto 0;
    overflow:auto;
    padding-bottom: 60px
}
.key{
    background-image:url(../images/login/key.png);
    background-repeat: no-repeat;
    background-position: center center;
    width:50px;
    height:100px;   
    margin:60px auto 0;
}
.login-header h1{
    font-size:32px;
    font-weight:400;
    padding-bottom:20px;
    border-bottom:1px solid #AEBED3;
    margin:25px 0 55px;
    text-align:center;
}
/*.login-fields{
    margin-bottom:30px;
}*/
span.login-form {
    background-image:url(../images/login/input-bg.png);
    background-repeat: repeat-x;
    background-color: transparent;
    color: #003354;
    display: block;
    font-size: 22px;
    height: 47px;
    width: 100%;
    padding:0 10px;
    margin-bottom:25px;
}
.login-form input[type='text'],.login-form input[type='password']{
    background-color: transparent !important;
    border: 0px solid #CCCCCC;
    border-radius: 0px;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.075) inset;
    color: #003354  !important;
    display: block;
    font-size: 22px;
    height: 47px;
    /*line-height: 1.42857;*/
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
    width: 100%;
}
.login-form input.login{
    background-image:url(../images/login/user.png) !important;
    background-repeat: no-repeat;
    background-position: center left;
    padding: 6px 12px 6px 35px;    
}
.login-form input.password{
    background-image:url(../images/login/password.png) !important;
    background-repeat: no-repeat;
    background-position: center left;
    padding: 6px 12px 6px 35px;    
}
p.transparent{
    margin-bottom:10px;
}
.transparent, .transparent label, .transparent a{
    opacity:0.75;
    filter:alpha(opacity=75);
    font-weight:400;
}
.transparent:hover, .transparent a:hover{
    opacity:1;
    filter:alpha(opacity=100);
    color:#fff;
}
.login-submit{
    padding-bottom:20px;
    border-bottom:1px solid #AEBED3;
}
.login-submit input[type='submit'], .login-submit a{
    background-position:10px 10px;
    background-repeat: no-repeat;
    padding:6px 18px 6px 40px;
    background-color:#0C1319;
    color:#395D81;
    font-weight:bold;
    border: 0px solid #0C1319;
    font-size:18px;
    text-transform: uppercase;
}
.login-submit input[type='submit'].login{
    float:right; 
    background-image: url("../images/login/login.png") ;
}
.login-submit a.register, .login-submit input[type='submit'].register{
    float:right; 
    background-image: url("../images/login/register.png") ;
}
.login-submit input[type='submit'].reset-password{
    float:left; 
    background-image: none ;
    padding:6px 18px ;
}
.logo-wrapper{
    text-align:center;
}
.copyright{
    text-align:right;
    padding:0 20px;
    font-size:10px;
    opacity:0.75;
    filter:alpha(opacity=75);
    font-weight:400;
}

footer {
    position: relative;
    margin-top: -60px; /* negative value of footer height */
    height: 60px;
    clear:both;
    padding-top:10px;;
}
.alert {
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    margin-bottom: 0px;
    padding: 5px 10px;
}
.alert-info{
    color:#fff;
    background:transparent;
    border:0px #fff solid;
    padding: 0px 0;
}
.login-form input:-webkit-autofill {
    background-color: transparent;
    background-image: none;
    color: rgb(0, 0, 0);
    margin-bottom: 10px;
}
#recaptcha_widget_div{
    display:inline-block;
    float:left;
}

#status-infos{
    margin-top:10px;
}
#status-infos li{
    display:inline-block;
    margin-right:10px;
}
.red{
    color:#D9534F;
}