﻿/*  formati i faqes login */

body
{
    background-color: #00486e;
    border: 0;
    margin:0px;
    padding: 0px;
}

#LoginBox
{
    width: 380px;
    margin: 60px auto 30px;
    padding: 15px;
    position: relative;
    background: #fbb816;
    border-radius: 4px;
    color: #000;
    box-shadow: 0 2px 2px rgba(255,255,255,5), 0 1px 5px rgba(255,255,255,5), 0 0 0 12px rgba(255,255,255,5);
}

#LoginBox span
{
	font-family: Copperplate Gothic light, Verdana, Arial
}

#LoginBox h3
{
    font-family: sans-serif, Arial, Helvetica;
    font-size: 15px;
    font-weight: bold;
    color: #bdb5aa;
    padding-bottom: 8px;
    border-bottom: 1px solid #A7F7FF;
    box-shadow: 0 1px 0 rgba(255,255,255,0.8);
}

#LoginBox h3 span
{
    color: #000;
    padding-right: 2px;
    text-transform: uppercase;
}

#LoginBox input[type=text], input[type=password]
{
    font-family: sans-serif, Arial, Helvetica;
    font-size: 13px;
    font-weight: bold;
    display: block;
    width: 100%;
    padding: 5px;
    margin-bottom: 5px;
    border: 3px solid #ebe6e2;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}