@charset "utf-8";
/* CSS Document */

body {
  background-color:transparent;
  font-family: 'Didact Gothic', sans-serif;
  font-size:14px;
}
h1 {color:#139fdd; font-size:20px; font-weight:bold;}
h3 {color:#139fdd; font-size:16px; margin:0px; font-weight:bold;}
h2 {color:#fff; font-size:20px; font-weight:bold;}
h4 {color:#ccc; font-size:14px; margin:10px 0px; font-weight:normal;}

* :focus { outline: 0 !important; }
/* form validation  */
    label.valid {
    width: 24px;
    height: 24px;
    background: url(/img/valid.png) center center no-repeat;
    display: inline-block;
    text-indent: -9999px;
    }
    label.error {
    font-weight: bold;
    color: red;
    padding: 2px 8px;
    margin-top: 2px;
    }

.form-control {width:90%; display:inline-block;}
/* .tab-pane { border-bottom: 1px solid #ddd;}*/

.full {
    background: url('/img/bg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	min-height:770px;
}

.content-wrapper {background-color:#fff; padding:20px; border-radius:4px; margin:40px 0px;}
.content-login {background-color:#275382; padding:20px; border-radius:4px; margin:25% 0 10% 0;}

form#login label {font-size:14px; color:#fff; margin:0px 10px 0px 0px;}
form#login input[type="text"], form#login input[type="password"] {width:70%; background-color:#3c6897; color:#fff;}
#usermenu { background-color:#285483; border-radius:4px; padding:10px; text-align:left; font-weight:bold;}
.btn-default {  color: #6497cd;  background-color: transparent;  border-color: transparent;  text-transform:uppercase;  text-align:left; font-weight:bold;}
.btn-default:hover { background-color:#3c6897;   border-color: transparent; text-align:left; font-weight:bold;}
.btn {  padding: 3px 12px; margin:0px 3px;}

footer p {color:#fff;}



