/* 
    Document   : auth
    Created on : 16/10/2013, 10:00:45
    Author     : tmornellas
    Description:
        Purpose of the stylesheet follows.
*/
html{
    background-color: rgba(125,185,232,0.5) !important;
    background-image: linear-gradient(to right, rgba(125,185,232,0.5) 50%,rgba(99,124,153,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7F7db9e8', endColorstr='#FF637C99',GradientType=1 ); /* IE6-9 */
}
body{
    background-color: transparent !important;
}
.navbar-fixed-top{display: none !important;}
.container{
    clear: left;
    display: block;
    text-align: center;
}
#login-form{
    background-color: #FBFBFB;
    border-radius: 6px;
    box-shadow: 1px 1px 3px #999;
    display: block;
    float: none;
    margin: auto;
    width: 500px
}
#loginForm{
    margin: 0 !important;    
}
#login-form .row{
    margin-bottom: 20px;
    margin-left: 0;
}
h3 {
    border-bottom: 1px solid #DCDCDC;
    padding-bottom: 10px;
    padding-top: 5px;
}
.btn{
    width: 30% !important;
}
.control-group {
    background-color: #f1f1f1;
    border-radius: 0 0 6px 6px;
    border-top: 1px solid #DCDCDC;
    margin-top: 46px;
    margin-bottom: 0!important;
    padding-top: 20px;
    padding-bottom: 20px;
}
footer {
    border-top-color: #666 !important;    
}
blockquote.pull-right{
    border-right-color: #333 !important;    
}