/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : May 16, 2017, 12:02:35 PM
    Author     : user
*/

body {
    background-color: #444;
    background: url(../img/provincebg.gif);
    background-size:cover;

}
.user-row img{
    /*        width: 400px;*/

}
.form-signin input[type="text"] {
    margin-bottom: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.form-signin .form-control {
    position: relative;
    font-size: 16px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.vertical-offset-100 {
    padding-top: 100px;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}
.panel {
    margin-bottom: 20px;
    background-color: #F1D9A3; /*rgba(255, 255, 255, 0.91);;*/
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: -1px -2px 20px 2px rgba(0, 0, 0, 0.44);
    box-shadow: -1px -2px 20px 2px rgba(0, 0, 0, 0.44);
}
.panel-default>.panel-heading{
    background-color: rgba(245, 245, 245, 0);
    border-color: rgba(5, 73, 228, 0.24);
}
.panel-default>.panel-heading{
    background-image: none;
}