*
{
	font-family: 'Lato', sans-serif;
}

/* Start Header */
header
{
	background: url("/lassiModules/img/fixed-background_379989589.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 300px;
	position: relative;
}
header .overlay
{
	background: rgba(2, 2, 2, .2);
	min-height: 300px;
}
header .intro
{
    display: none;
}
header .intro .login-top-content h2
{
    color: #fff;
}
header .intro .login-top-content p
{
    color: #eee;
}
header .intro hr
{
    margin: 25px auto;
    width: 30%;
    position: relative;
    border-top: 2px solid #fff;
    overflow:  visible;
}
header .intro hr:after
{
    content: "";
    border-width: 15px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    top: 0;
    left: 46%;
}
header .intro .form-wrapper
{
    min-width: 200px;
    min-height: 200px;
    background: #ffffff;
    padding: 10px 30px;
    position: relative;
    margin-top: 30px;
}
header .intro .form-wrapper h3
{
    margin-bottom: 30px;
    color: #333333;
}
header .intro .form-wrapper form
{
    margin-bottom: 90px;
}
header .intro .form-wrapper .input-lg
{
    height: 40px;
}
header .intro .form-wrapper .form-group
{
    margin-bottom: 10px;
}
header .intro .form-wrapper a
{
    display: inline-block; 
    color: #333; 
    margin-top: 20px;
}
header .intro .form-wrapper a:hover
{
    color: #0d70b7;
}
header .intro .form-wrapper .my-button
{
    position: absolute;
    bottom: 0;
    border-radius: 0;
    color: #333333;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.1em;
    border: none;
    min-width: 100%;
    min-height: 50px;
}
header .intro .form-wrapper .register-btn
{
   left: 0;
   background: #dd4b39;
}
header .intro .form-wrapper .login-btn
{
   right: 0;
   background: #66cccc;
   color:  #fff;
}
/* End Header */

/* Start Footer */
footer
{
    background: #66cccc;
    color: #fff;
    padding: 15px;
}
footer .lead
{
    font-size: 16px; 
    margin-bottom: 0;
}
.main
{
    width: 100%;
    height: auto;
    background: #66cccc;
    color: #fff;
    padding: 15px;
    margin-top: 20px;
    position: fixed;
    bottom: 0;
    left: 0;
    right:  0;
}
/* End Footer */
