html,body{margin:0;padding:0;height:100%;font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-font-smoothing:none;font-smoothing:antialiased;text-rendering:optimizeLegibility;font-weight:normal;font-variant:normal;font-style:normal}
html * {
box-shadow:none !important;
outline: none;
overflow:hidden;
}    
body {
    font-size: 14px;
	
	font-family: 'Source Sans Pro', sans-serif;
}
a:focus, a:active, 
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: 0;
    outline : 0;
}
.modal-backdrop {
	background:rgba(0,0,0,0.5);
}
h3 {font-family: 'Source Sans Pro', sans-serif;font: 20px/26px; color: #fff;text-align:center;font-weight:200;}
.modal-header{border-bottom:none}
.modal-content,.modal-open {
	background-color: transparent;
}
fieldset {
	margin-top: 30px;
}
input {text-align: center;}
.well {
    border: none;
    border-radius: 0px;
    box-shadow: 0;
	background-color: transparent;
	padding:0px;
}
.
.modal-body{
	padding: 0px !important;
}
.modal-dialog {
	max-width: 440px;
}
.modal-content {
    border: none;
    border-radius: 0px;
    box-shadow: 0;
}
.form-group {
    margin-bottom: 0px;
}
#login-username, #login-password,#forgot-password-email {
    background: white none repeat scroll 0 0;
    border: none;
    border-radius: 0px;
    line-height: 1.25;
    margin-bottom: 12px;
    outline: medium none;
    padding: 0.625em 0.75em;
    width: 100%;
	color: #09091a;
    height: 50px;
}
.btn {
    background-color: red;
    border: 1px solid red;
    cursor: pointer;
    display: inline-block;
    font: inherit;
    margin: 0;
    overflow: visible;
    padding: 11px 23px;
    text-align: center;
    vertical-align: middle;
	text-transform:uppercase;
	margin-top:20px;
}
.text-error {
	display:none;
}
.controls {
	text-align:center;
}
.btn.disabled {
	margin-top:20px;
}
.btn:hover {
    background-color: red;
    border: 1px solid black;
}
.btn, .btn:hover, .btn:active, .btn:focus {
    color: white;
    text-decoration: none;
}
.btn::-moz-focus-inner {
    border: 0 none;
    padding: 0;
}
.btn--full {
    width: 100px;
}
.btn--huge {
    border-radius: 50px;
    padding: 40px 0;
    text-align: center;
    width: 100px;
}
.btn--link, .btn--link:hover {
    background-color: transparent;
    border: 0 none;
    color: #999;
    font-weight: normal;
    text-transform: none;
}
.btn--link:hover {
    text-decoration: underline;
}
.label {
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 11px;
    margin-bottom: 6px;
    text-transform: uppercase;
	text-align: left;
	border-radius: 0;
	font-weight: 400;
	padding: 0.25em 1.3em;
	background-color: transparent;
}
.title {
    color: white;
    font-size: 32px;
    text-transform: none;
	font-weight:200;
}
.background-line {
    display: table;
    white-space: nowrap;
}
.background-line::before, .background-line::after {
    border-top: 1px solid #6f6f6f;
    content: "";
    display: table-cell;
    position: relative;
    top: 0.6em;
    width: 50%;
}
.background-line > span {
    font-family: ff-clan-web-pro-wide,"Helvetica Neue",Helvetica,sans-serif;
    padding: 0 20px;
}
hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #464646;
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 1px;
}
.text--center {
    text-align: center !important;
}
.push--top, .push--ends {
    margin-top: 24px !important;
}
.push--ends {
	position:absolute;
	left:50%;
    margin-left:-72px;
    
}
video#bgvid { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(http://vw.koospal.com/img/Testvidcut.jpg) no-repeat;
    background-size: cover; 
}
@media screen and (max-device-width: 800px) {
    html {
         background: url(http://vw.koospal.com/img/Testvidcut.jpg) #000 no-repeat center center fixed;
    }
    #bgvid {
        display: none;
    }
}