/* HOMEPAGE*/
 .message{
    display:none;
    font-size:12px;
    color:red;
    margin-bottom:10px;
}

.big_art .footer
{
    position:fixed;
    right:20px;
    bottom:20px;
    font-size:.8em;
    z-index:10;
}






.decorative_image {
    background: url(/img/homepage-background_greentint.jpg) no-repeat 0 100% fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    position:fixed;
    top:0;
    right:0;
    left: 440px;
    bottom:0px;

}

.the_a
{
    margin-top: -.17em;
    margin-left: .20em;
}
.rotate_90ccw
{
    /* Safari */
    -webkit-transform: rotate(-90deg);

    /* Firefox */
    -moz-transform: rotate(-90deg);

    /* IE */
    -ms-transform: rotate(-90deg);

    /* Opera */
    -o-transform: rotate(-90deg);

    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.branding
{
    width:400px;
    height:400px;
    background-image:url('/images/shoutabl_logo.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 400px 400px;
    position:relative;
    margin-bottom:60px;
}

.branding_tagline
{
    position:absolute;
    left:0;
    bottom:0
}

.shoutabl_name
{
    position:absolute;
    left:180px;
    top:185px;
    font-size:30px;
    color:#1a1a1a;
    font-weight:500;
}

.homepage .fields span{
    display:none;
    color:red;
    font-size:12px;
}

.homepage .result_caption{
    position:fixed;
    bottom:20px;
    left:20px;
    color:white;
}
.homepage .result_caption img{
    width:75px;
    height:75px;
    border: 0 none;
    display: block;
}

.homepage .result_caption span{

    display: block;

    font-size: 50px;
    margin-top: 45px;
}

.homepage .page_selector
{
    font-size:.8em
}

.homepage .page_selector .current
{
    font-weight:bold
}

#done
{
    display:none;
    font-size:1.2em;
    margin-top:40px;
    width: 350px;
}


.form
{
    width:346px;
}


.stay-logged-in, .forgot
{
    margin:8px 0 0 20px;
}



