﻿@import url(https://fonts.googleapis.com/css?family=Titillium+Web:400,300,700|Open+Sans:400,700,400italic,700italic);

body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 100%;
}

#playground-container {
    height: 500px;
    overflow: hidden !important;
    -webkit-overflow-scrolling: touch;
}

body, html {
    height: 100%;
    background: #ddd;
    font-family: 'Titillium Web', sans-serif;
    background-size: cover;
}
h1.title {
    font-size: 50px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 400;
}

hr {
    width: 10%;
    color: #fff;
}

.form-group {
    margin-bottom: 15px;
}

label {
    margin-bottom: 15px;
}

input,
input::-webkit-input-placeholder {
    font-size: 11px;
    padding-top: 3px;
}

.main-login {
    background-color: #103d5b;
    /* shadows and rounded borders */
    /*-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);*/
}

.form-control {
    height: auto !important;
    padding: 8px 12px !important;
}

.input-group {
    /*-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.21) !important;
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.21) !important;
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.21) !important;*/
}

#button {
    border: 1px solid #ccc;
    margin-top: 28px;
    padding: 6px 12px;
    color: #FFF;
    text-shadow: 0 1px #fff;
    cursor: pointer;
    -moz-border-radius: 3px 3px;
    -webkit-border-radius: 3px 3px;
    border-radius: 3px 3px;
    -moz-box-shadow: 0 1px #fff inset, 0 1px #ddd;
    -webkit-box-shadow: 0 1px #fff inset, 0 1px #ddd;
    box-shadow: 0 1px #fff inset, 0 1px #ddd;
    background: #f38b0f;
    background: -moz-linear-gradient(top, #f38b0f 0%, #f38b0f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f38b0f), color-stop(100%, #f38b0f));
    background: -webkit-linear-gradient(top, #f38b0f 0%, #f38b0f 100%);
    background: -o-linear-gradient(top, #f38b0f 0%, #f38b0f 100%);
    background: -ms-linear-gradient(top, #f38b0f 0%, #f38b0f 100%);
    background: linear-gradient(top, #f38b0f 0%, #f38b0f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f38b0f', endColorstr='#f38b0f', GradientType=0);
}

.main-center {
    margin-top: 30px;
    margin: 0 auto;
    max-width: 600px;
    padding: 10px 40px;
    background: #FFF;
    color: #103d5b;
    text-shadow: none;
    /*-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.31);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.31);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.31);*/
}

span.input-group-addon i {
    color: #009edf;
    font-size: 17px;
}

.login-button {
    margin-top: 5px;
}

.login-register {
    font-size: 11px;
    text-align: center;
}

/********** Typograhpy **********/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 300;
    margin-top: 5px;
}

.page-header {
    border-bottom: 1px solid #D9E4EC;
}

p {
    margin-bottom: 20px;
}

a {
    color: #0095dc;
}

    a:hover {
        color: #004c80;
    }

.default {
    color: #004c80;
}

.primary {
    color: #003254;
}

.info {
    color: #0095dc;
}

.success {
    color: #00c33c;
}

.warning {
    color: #f38b0f;
}

.danger {
    color: #f44b46;
}

.label {
    padding: .05em .5em .07em;
    font-size: 70%;
    font-weight: 400;
    border-radius: .25em;
}

.label-default {
    background-color: transparent;
    color: #7fa5bf;
    border: .1em solid #7fa5bf;
}

.label-primary {
    background-color: #003254;
}

.label-info {
    background-color: #004c80;
}

.label-success {
    background-color: #00c33c;
}

.label-warning {
    background-color: #f38b0f;
}

.label-danger {
    background-color: #f44b46;
}
