/*
==========================================================================
=== Theme: ReptileHaus Base Template
=== By: Paddy O'Sullivan
=== Website: https://www.reptilehaus.com
=== Version: 1.0
=== For: 
=== Last Edit: 
========================================================================== 
*/


body.login #login h1 a {
    background: url('../images/login.png') no-repeat;
    height: 187px;
    background-size: cover;
    width: 311px;
    margin: 0 auto;
}

body.login {
    background: url(../images/fuzz.gif) repeat #2c3e50;
}

.login #nav,
.login #backtoblog {
    text-shadow: none !important;
}

#loginform {
    margin: 10px auto !important;
    float: left;
    background-color: #bdc3c7;
    max-width: 312px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#nav,
#backtoblog,
#login h1 {
    padding: 0 !important;
    margin: 10px auto !important;
    float: left;
    width: 312px;
}

body.login #nav {
    color: transparent;
}

#nav a,
#backtoblog a {
    width: 302px;
    padding: 10px 5px;
    background: #2980b9;
    letter-spacing: 3px;
    font-size: 17px;
    color: #FFF!important;
    text-transform: uppercase;
    display: block;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    -webkit-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
}

#nav a:hover,
#backtoblog a:hover,
#login form p.submit .button.button-large:hover {
    background: #0F2B3E;
    -webkit-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
}

.login label {
    color: #1b1b1b;
    font-size: 19px;
    text-align: center;
    display: block;
    letter-spacing: 2px;
    margin-bottom: 13px;
    text-transform: uppercase;
}

#login_error,
.login .message {
    color: #fff;
    background-color: #2c3e50;
    float: left;
    margin-bottom: 15px;
    border-radius: 3px;
    max-width: 312px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.login form {
    /*max-width: 312px;*/
    border-radius: 3px;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#page_template {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    border-top: 1px solid #333333;
    padding: 5px 10px;
    background: #222222;
    font-size: 13px;
    text-align: center;
    width: 100%;
    left: 0px;
    color: #FFFFFF;
    z-index: 9999;
}

#page_template span {
    font-weight: bold;
}

.login .message {
    border-left: 4px solid #f7f7f7;
}

#login form p.submit .button.button-large {
    height: 34px;
    line-height: 30px;
    padding: 0 17px 2px;
    background-color: #2980b9;
    border: none;
    outline: none;
    color: #FFF;
    border-color: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    -webkit-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
    letter-spacing: 3px;
}