/**
 * pitcom Admin Template
**/

@font-face {
    font-family: 'pitcom';
    src: url('../fonts/pitcom.eot');
    src: url('../fonts/pitcom.eot?#iefix') format('embedded-opentype'),
        url('../fonts/pitcom.woff') format('woff'),
        url('../fonts/pitcom.ttf') format('truetype'),
        url('../fonts/pitcom.svg#pitcom') format('svg');
    font-weight: normal;
    font-style: normal;
}

.icon {
    font-family: "pitcom";
    font-size: 16px;
    display: inline-block;
    text-align: center;
    color: #555555;
}

html, body {
    width: 100%;
    height: 100%;
    overflow:hidden;
}
body {
    background-color: #444444;
    background-image: -webkit-gradient(linear, 0 0%, 0 100%, from(#555555), to(#111111));
    background-image: -webkit-linear-gradient(top, #555555 0%, #111111 100%);
    background-image: -moz-linear-gradient(top, #555555 0%, #111111 100%);
    background-image: -ms-linear-gradient(top, #555555 0%, #111111 100%);
    background-image: -o-linear-gradient(top, #555555 0%, #111111 100%);
    background-image: linear-gradient(top, #555555 0%, #111111 100%);
    padding: 0;
    margin: 0;
}

#logo, #loginbox {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
#logo {
    padding: 20px 0 20px 5px;
}
#logo img {
    width: 123px;
    margin: 0 auto;
    display: block;
}
#loginbox {
    height: auto;
    min-height: 228px;
    background: #ffffff;
    box-shadow: 0 0 4px #000000;
    border-radius: 7px;
    overflow: hidden !important;
    text-align: center;
    position: relative;   
}

#loginbox form{
    width:100%;
    height:100%;
    position:relative;
    top:0;
    left:0;
}
#loginbox p {
    margin-top: 20px;
    padding: 0 20px;
}

#loginbox .form-actions {
    padding: 14px 20px 15px;
}
#loginbox .form-actions .pull-left {
    margin-top: 2px;
    padding:10px 0;
}

#loginbox form#loginform {
    z-index: 200;
}

#loginbox form#recoverform {
    z-index: 100;
    opacity: 0;
    display:none;
}

#loginbox form#recoverform .form-actions {
    margin-top: 27px;
}

#loginbox form#recoverform .control-group {
    margin: 23px 0;
}

.form-vertical, .form-actions {
    margin-bottom: 0;
}

button.btn, input.btn[type="submit"] {
    background-color: #0272BD;
    background-image: -webkit-gradient(linear, 0 0%, 0 100%, from(#208ED3), to(#0272BD));
    background-image: -webkit-linear-gradient(to bottom, #208ED3 0%, #0272BD 100%);
    background-image: -moz-linear-gradient(to bottom, #208ED3 0%, #0272BD 100%);
    background-image: -ms-linear-gradient(to bottom, #208ED3 0%, #0272BD 100%);
    background-image: -o-linear-gradient(to bottom, #208ED3 0%, #0272BD 100%);
    background-image: linear-gradient(to bottom, #208ED3 0%, #0272BD 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#208ED3', endColorstr='#0272BD',GradientType=0 ); /* IE6-9 */
    color: #FFFFFF;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    padding: 10px 15px;
}

button.btn:hover, input.btn[type="submit"]:hover {
    background-color: #DDDDDD;
    background-image: -webkit-gradient(linear, 0 0%, 0 100%, from(#EDEDEE), to(#DDDDDD));
    background-image: -webkit-linear-gradient(to bottom, #EDEDEE 0%, #DDDDDD 100%);
    background-image: -moz-linear-gradient(to bottom, #EDEDEE 0%, #DDDDDD 100%);
    background-image: -ms-linear-gradient(to bottom, #EDEDEE 0%, #DDDDDD 100%);
    background-image: -o-linear-gradient(to bottom, #EDEDEE 0%, #DDDDDD 100%);
    background-image: linear-gradient(to bottom, #EDEDEE 0%, #DDDDDD 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#208ED3', endColorstr='#DDDDDD',GradientType=0 ); /* IE6-9 */
    color: #3B3E40;
    text-shadow: none;
}

@media (max-width: 480px){
    #logo, #loginbox {
        width: 80%; 
    }    
}
