/**
* parallax.css
* @Author Original @msurguy -> http://bootsnipp.com/snippets/featured/parallax-login-form
* @Reworked By @kaptenn_com 
* @package PARALLAX LOGIN.
*/
body 
{
    background-color: #f2f2f2;
    font-size: 16px;
}

.form-control 
{
    border-radius: 0px;
    position: relative;
    
    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: rgba(255, 255, 255, 0.75);
    border: 1px solid transparent;
    border-radius: 0px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.title-h1 { text-align:center; }

/* BOOTSTRAP OVERRIDES */
.btn-block { border-radius: 0px;}
