
html { height: 100%; }

body {
    min-height:100%; 
    position:relative; 
    padding-bottom: 80px;
    background-color: #eee;
    position: relative;

}

/* ================================ 
        Form 
================================ */
.form {
    border-radius: 15px;
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
	border: 1px solid #bdc3c7;

}
.form .form-heading,
.form .checkbox {
  margin-bottom: 10px;
}
.form .checkbox {
  font-weight: normal;
}
.form .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px;
    font-size: 16px;

}
.form .form-control:focus {
  z-index: 2;
}
.form input[type="email"] {
  margin-bottom: -1px;

}
.form input[type="password"] {
  margin-bottom: 10px;

}

/* ================================ 
        Form Wide 
================================ */

.form-wide {
    border-radius: 15px;
    max-width: 1000px;
    padding: 15px;
    margin: 0 auto;
    border: 1px solid #bdc3c7;
}

/* ================================ 
        custom 
================================ */

h1, .btn {
	text-transform: uppercase;
}

h1 {
    border-bottom: 2px solid #bdc3c7;
    padding-bottom: 10px;
}

input, button, select, textarea, label {
    margin-top: 10px !important;
}

.box-link {
    display: block;
    margin-top: 10px;
}

th, td {
    text-align: center !important;
}

/* ================================ 
        Footer 
================================ */
.footer {
    position: absolute; 
    left: 0 ; 
    right: 0; 
    bottom: 0; 

    height: 60px;
    background-color: #f5f5f5;
    padding-top: 10px;
}

/* ================================ 
        Smaller Screens
================================ */
.error
{
	color:red;
	font-family:Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
	font-size:16px;
}

@media (max-width: 400px) {
    a.navbar-brand {font-size: 16px;}
}



/* ================================ 
        Smaller Screens
================================ */


