@import url(//fonts.googleapis.com/css?family=Monda:400,700);
@import url(//fonts.googleapis.com/css?family=Open+Sans);
@import url(//fonts.googleapis.com/css?family=Arvo:400,700|Fauna+One|Signika:400,300|Actor);
html{
    height: 100%;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
body {
    font-family: 'Monda', 'Fauna One', sans-serif;
    font-weight: 300;
    font-size: 15px;
    color: #5B6770;
}

h3 {
    font-family: 'Signika', 'Open Sans', sans-serif !important;
    font-size: 22px;
    font-weight: 400 !important;
    margin-bottom: 10px;
}

.clear{
    clear:both;
}

.login-column hr{
    margin-top:20px;
}

a, a:visited {
    color: #00B0B9;
    text-decoration: none;
}

a:focus, a:hover, a:active {
    outline: 0;
    color: #ED8B00;
    text-decoration: none;
}

label {
    display: block;
    margin-top: 10px;
}

input[type='submit'] {
    margin-top: 10px;
}

.inline {
    display: inline;
}
.message {
    padding: 5px;
    margin-bottom: 10px;
    border: thin solid #999;
    color: #999;
    background-color: #F7F7F7;
}

.message.errorM3 {
    border-color: #C00;
    color: #C00;
    background-color: #FDD;
}

.message.warningM3 {
    border-color: #970;
    color: #970;
    background-color: #FFD;
}

.message.infoM3 {
    border-color: #06A;
    color: #06A;
    background-color: #DEF;
}

.message.confirmM3 {
    border-color: #090;
    color: #090;
    background-color: #DFD;
}

.message span h4 {
    display: none
}

.login-header {
    text-align:center;
}

.login-header img{
    width: 90%;
}

.login-panel {
    width: 520px;
    margin: 5% auto 0 auto;
    padding: 25px 5px;

    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.40);
    -moz-box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.40);
    -webkit-box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.40);
    background: #FAFAFA;
}

.login-column {
    width: 300px;
    margin: 0 auto;
}

input[type='text'],
input[type='password'] {
    -webkit-appearance: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #CCC;
    padding: 8px 5px;
    width: 100%;
}

.btn {
    -webkit-appearance: none;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    padding: 20px 0px;
    border: none;
    color: white;
    cursor: pointer;
    outline: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 0;
    padding: 20px 0px;
    background-color: #ED8B00;
    font-family: "Signika";
    font-weight: 400;
    font-size: 16px;
    transition: .2s background ease-out,.2s padding;
}

.btn:visited {
    color: white;
}

.btn:hover, .btn:focus, .btn:active {
    color: white;
    background-color: #ED8B00;
    text-decoration: none;
    padding-left: 25px;
    padding-right: 15px;
}

.toggleLink, .nimbler {
    float:left;
    display: inline;
}

.contact {
    float: right;
    display: inline;
}

