* {    box-sizing: border-box;}
body{background-color:#ececec;font-family: 'Source Sans Pro', sans-serif; min-height: 100%;}
div.headerBar {background-color:#fff;}

div#nebulogo {
    background: url("../img/logo/DubInterViewer_Logo.png") no-repeat scroll left top transparent;
    height: 65px;
    margin: 0 0 0 10px;
    padding: 0;
    width: 152px;
}

div#nebulink {
    bottom: 10px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 12px;
    text-align: right;
    width: 100%;
}
/*
div.logo {
    font-size: 15px;
    font-weight: bold;
    padding: 80px 0 30px;
    text-align: center;
}*/
/*
div.title {
    font-size: 28px;
    color: red;
}
*/
form.loginform {
    width: 100%;
}
/*
table.form {
    border: 1px solid #D8D7D3;
    border-collapse: collapse;
    padding: 0;
    margin: 0;
    width: 100%;
}*/
/*
th.formheader {
    background-color: #dedede;
    padding: 8px 15px;
    text-align: left;
	font-weight: normal;
	font-size: 11px;
}

td.formbody {
    padding: 3px 0;
    text-align: left;
    vertical-align: top;
}

td.button {
    padding: 3px 10px 6px;
    text-align: right;
}

td.label {
    background: none repeat scroll 0 0 transparent;
    border-width: 0;
    padding: 3px 3px 3px 10px;
    text-align: left;
}

td.field {
    width: 90%;
    padding: 3px 10px 3px 0;
    text-align: left;
}*/

form.loginform input.text, form.loginform input.password {
    width: 100%;
    border:1px solid #ccc;
    padding: 4px 5px 2px 5px;
    font-size: 12px;
    line-height: 20px;
    
}
.container{padding:15px;}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 0 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;  
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin-bottom:15px;
}

.FormContainer {
    display: block;
    margin: 5% auto;
    max-width: 400px;
    font-family:;
}
.FormContainer p {
    font-size: 14px;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;    
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn.focus, .btn:focus, .btn:hover {
    color: #333;
    text-decoration: none;
}


.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

h3 {
    font-size: 24px;
   margin-top: 20px;
    margin-bottom: 0px;
    font-weight:normal;
}
input {font-family: 'Source Sans Pro', sans-serif;}

.alert {
    padding: 15px;
    margin-bottom: 15px;
    border: 1px solid transparent;
    font-size:14px;    
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
p.subtitle {
    margin-top: 0;
}