/*
// Copyright (c) 2015, Planet Innovation
// 436 Elgar Road, Box Hill VIC 3128 Australia
// Phone: +61 3 9945 7510
//
// The copyright to the computer program(s) herein is the property of
// Planet Innovation, Australia.
// The program(s) may be used and/or copied only with the written permission
// of Planet Innovation or in accordance with the terms and conditions
// stipulated in the agreement/contract under which the program(s) have been
// supplied.
//
*/


.jumbotron
{
    background : #58a528;
    position : absolute ;
    top : 0px;
    left : 0px;
    width : 100%;
    height : 75%;
}
.billboard
{
    font-family: Source Sans Pro Bold  !important;
    color: white;
    font-size: 150px;
}
.center
{
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.formarea
{
    position : absolute;
    bottom : 0px;
    width : 100%;
    height : 25%;
}

.w2p_fw
{
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: 4px;
}

#auth_user_username__label
{
    display: none;
}

#auth_user_email__label
{
    display: none;
}

#auth_user_password__label
{
    display: none;
}

#auth_user_remember_me__label
{
    display: none;
}

#auth_user_remember_me
{
    display: none;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: #58a528;
    border-radius: 4px;
    outline: 0;
    outline: thin dotted \9;
    /* IE6-9 */

    -webkit-box-shadow: inset 0 1px 1px #58a528, 0 0 8px #58a528;
    -moz-box-shadow: inset 0 1px 1px #58a528, 0 0 8px #58a528;
    box-shadow: inset 0 1px 1px #58a528, 0 0 8px #58a528;
}

.btn-login {
    background-color: #58a528 !important;
    background-repeat: repeat-x;
    border-color: #58a528;
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
    -webkit-font-smoothing: antialiased;
    text-align:center;
    width: 100%;
    cursor:pointer;
    font-weight: bold;
}

.show_info_notification .notification_banner,
.show_error_notification .notification_banner {
    display: block;
    position: absolute;
    top: -40px;
    left: 0px;
    height: 40px;
    width: 100%;
    color: #ffffff;
}

.error_notification {
    background-color: #ff0000;
}

.information_notification {
    background-color: #285884;
}

.notification_message {
    margin: auto;
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    padding-top: 3px;
}

.error_notification_icon {
    display: none;
}

.show_error_notification .error_notification_icon {
    display: block;
    position: absolute;
    right: -55px;
    top: 2px;
    height: 38px;
    width: 38px;
}