body {
    background-image: url('http://localhost/MeuOrcamento/assets/v_login/background-login.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    padding-top: 90px;
    width:100%;
    height:100%;
    /*background-color: blue;*/

}   
.panel-login {
    /*    border-color: #ccc;*/
    /*background-color: rgba(0,176,240,1);*/
    border-radius: 10px;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
}/*
*/.panel-login>.panel-heading {
    /*border: 2px solid red;*/
    border-radius: 10px;
    color: #fff;
    background-color: rgba(0,176,240,1);
    border-color: #fff;
    text-align:center;
    height: 50px;
}/*
*/.panel-login>.panel-heading a{
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.panel-login>.panel-body{
    /*background-color: #ddd;*/
    color: #029f5b;
    font-size: 18px;
}



#user {
    background-color: #DDD;
    /*border: 2px solid gray;*/
    border-radius: 10px;
}
#pass {
    background-color: #DDD;
    /*border: 2px solid gray;*/
    border-radius: 10px;
}

label{
    padding-top:10px;
    color:gray;
    font-size: 14px;
}

/*
 
 
.panel-login>.panel-heading hr{
        margin-top: 10px;
        margin-bottom: 0px;
        clear: both;
        border: 0;
        height: 1px;
        background-image: -webkit-linear-gradient(left,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.15),rgba(0, 0, 0, 0));
        background-image: -moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
        background-image: -ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
        background-image: -o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
}
*/
.panel-login input[type="text"],.panel-login input[type="email"],.panel-login input[type="password"] {
    height: 40px;
    border: 1px solid #ddd;
    font-size: 16px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.panel-login input:hover,
.panel-login input:focus {
    outline:none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: #ccc;
}
.btn-login {
    background-color: rgba(0,176,240,1);
    outline: none;
    color: #fff;
    font-size: 14px;
    height: auto;
    font-weight: normal;
    padding: 8px 0;
    text-transform: uppercase;
    border-color: #59B2E6;
    border-radius: 10px;
}

#centro{
    /*position:absolute;*/
    /*top:50%;*/
    /*left:50%;*/
}
/*
.btn-login:hover,
.btn-login:focus {
        color: #fff;
        background-color: #53A3CD;
        border-color: #53A3CD;
}
.forgot-password {
        text-decoration: underline;
        color: #888;
}
.forgot-password:hover,
.forgot-password:focus {
        text-decoration: underline;
        color: #666;
}

.btn-register {
        background-color: #1CB94E;
        outline: none;
        color: #fff;
        font-size: 14px;
        height: auto;
        font-weight: normal;
        padding: 14px 0;
        text-transform: uppercase;
        border-color: #1CB94A;
}
.btn-register:hover,
.btn-register:focus {
        color: #fff;
        background-color: #1CA347;
        border-color: #1CA347;
}*/