body 
{
    background: url('/images/custom/infisv3/login_bg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

a
{
    color: #6f2a7b;
    text-decoration: none; 
    outline: none;
}

a:hover
{
    color: #ad58bc;
    text-decoration: none;
    outline: none;
}

p
{
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 14px;
    color:#555;
}

input[type='text'], input[type='password']
{
    border: 1px solid rgba(211, 211, 211, 1);
    height: 24px;
    background-color:rgba(255, 255, 255, 1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 0 4px;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 15px;
    color:#555;
}

.box_login
{
    width: 450px;
    height: 400px;
    
    position:absolute;
    left:50%;
    top:50%;
    margin:-200px 0 0 -225px;
    
}

.box_login .box_login_top
{
    border: 1px solid rgba(255, 255, 255,0.9);
    border-bottom: none;
    height: 15px;
    background-color:rgba(255, 255, 255,0.4);
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}

.box_login .box_login_bottom
{
    border: 1px solid rgba(255, 255, 255,0.9);
    border-top: none;
    height: 15px;
    background-color:rgba(255, 255, 255,0.4);
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;  
}

.box_login .box_login_middle
{
    height: 370px;
    border: 1px solid rgba(255, 255, 255,0.9);
    border-top: none;
    border-bottom: none;
    background-color:rgba(255, 255, 255,0.4);
    padding: 0 10px;
}

.box_login .box_login_content
{
    padding: 0 50px;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 16px;
    color: #555;
}


.box_login .box_login_middle .box_login_content p
{
    margin: 0;
    padding: 0;
}

.box_login hr {
    margin: 0;
    height: 0px;
    border: 0;
    border-top: 1px solid rgba(211, 211, 211, 1);
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    margin-bottom: 20px;
}

.logo 
{
    margin: 0 auto;
    text-align: center;
    padding: 30px 0;
}


.selectBox 
{
    float: right;
}

.box_login_content table
{
    width: auto;
    margin: 0 auto;
}

.box_login_content table tr td
{
    margin: 0;
    padding: 6px 0;
}


.selectBox select
{
    display: inline-block;
        border: 1px solid #d3d3d3;
        padding: 3px 5px 3px 3px;
        margin: 0;
        font: inherit;
        outline:none; /* remove focus ring from Webkit */
        line-height: 1.2;
        background: #fff;
        
        -webkit-appearance:none; /* remove the strong OSX influence from Webkit */
        
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        
        font-family: Tahoma, Geneva, sans-serif;
    font-size: 15px;
    color:#555;
    
    width: 180px;
    
    outline: none;
    
}

/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .selectBox select { padding-right:30px;}
}

.selectBox label {
    position: relative;
    display: inline-block;
    outline: none;
}
.selectBox label:focus {
-webkit-box-shadow: 0 0 3px 1px #c00;
        -moz-box-shadow: 0 0 3px 1px #c00;
        box-shadow: 0 0 3px 1px #c00;
}
/*prawa czesc - pasek - znaczek*/
.selectBox label:after {
    
    content: "▼";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        font:16px "Consolas", monospace;
        line-height: 30px;
        padding: 0 7px;
        background: #fff;
        
        color:#70287a;

        
        border: 1px solid #d3d3d3;
        
        pointer-events:none;
        
        -webkit-border-radius: 0 4px 4px 0;
        -moz-border-radius: 0 4px 4px 0;
        border-radius: 0 4px 4px 0;
   
}
/*prawa czesc*/
.selectBox label:before {
    
}

#l_name, #l_password 
{
    width: 210px;
}

#l_email_rp
{
    width: 210px;
}

#l_submit
{
    /*background-color: #6e2979;
    border: none;*/
    background: none repeat scroll 0 0 #6e2979;
    /*border: 1px solid rgba(0, 0, 0, 0.4);*/
    border: none;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 10px 10px rgba(255, 255, 255, 0.1) inset;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
     -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 14px;
    color:#fff;
    width: 100%;
    height: 30px;
    cursor: pointer;
    
    
    
    
    
}

#password_recovery
{
    font-size: 14px;
}

.box_information
{
    width: 100%;
    height: 115px;
    position:absolute;
    left: 0;
    bottom: 1px;
    margin: 0 auto;
}

.box_information .box_information_top
{
    border-top: 1px solid rgba(255, 255, 255, 0.9);
    height: 15px;
    background-color:rgba(255, 255, 255, 0.4);
}

.box_information .box_information_middle
{
    height: 100px;
    background-color:rgba(255, 255, 255, 0.4);
    padding: 0 10px;
    /*110, 41, 121*/
    /*173, 88, 188*/
}

.box_information .box_information_content
{
   text-align: center;
}

.box_information .box_information_content p
{
    padding: 0;
    margin: 0;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 13px;
    color: #555;
}

#c_close
{
    background: none repeat scroll 0 0 #6e2979;
    /*border: 1px solid rgba(0, 0, 0, 0.4);*/
    border: none;
    border-radius: 0.3em 0.3em 0.3em 0.3em;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 10px 10px rgba(255, 255, 255, 0.1) inset;
    color: #fff;
    cursor: pointer;
    float: right;
    font-size: 13px;
    font-weight: bold;
    padding: 5px 10px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    margin-left: 30px;
}

#error
{
    text-align: center;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 14px;
    
    color: #ff2200;
}

#password_recovery_desc,
#email_desc
{
    text-align: center;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 15px;
    
    color: #555;
    
    height: 90px;
}

#password_recovery_send_desc
{
    text-align: center;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 15px;
    
    color: #555;
    
    height: 130px;
}

#ie_error_desc
{
    text-align: center;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 15px;
    
    color: #555;
    
    height: 90px;
}

#ie_error_browsers .browser_box
{
    float: left;
    width: 80px;
    margin: 20px 0 0 0;
    text-align: center;
}

#ie_error_browsers .browser_box img
{
    margin: 0 auto;
    border: none;
}

#ie_browsers_help_text
{
    text-align: center;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 10px;
    
    color: #555;
}

#l_email_rp-error
{
    width: 100%;
    text-align: center;
}