/* 
    Created on : 22/02/2016, 16:50:23
    Author     : Anderson
*/
html,body{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
body{
    margin: 0;
    padding: 0;
    position: relative;
    display: none;
    background-color: #08233e;
    border-top-color: #9dc800;
}
.panel{
    /* background-color: #f2ffd1;*/
}
.input-group-addon {
    border-radius: 0px;
}
.transy {
    width: 100%;
    height: 100%;
    float: left;
    bottom: 0%;
    position: absolute;
    z-index: -1;
    background: url(../img/layout/background.jpg) no-repeat top center fixed;
    opacity: 0.2;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
img{
    margin-top: 10px;
    width: 125px;
    height: 80px;
}
h3{
    margin-top: 10px
}
.login-content{
    margin-top: 10px;
}
.app-name{
    color: #fff;
    text-shadow: 0 1px 3px rgba(0,0,0,.4), 0 0 30px rgba(0,0,0,.075);
    text-rendering: optimizelegibility;
}
.form-control{
    border-radius: 0px!important;
}
.btn{
    border-radius: 0px!important;
}
