﻿body {
    padding-top: 20px;
    background-image: url('../images/login/Tiger_Dark.jpg');
    background-repeat: repeat;
    /*background-color: #000;*/
    background-attachment: fixed;
    background-size: cover;
    font-family: 'Roboto Condensed', sans-serif;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}

.button {
    display: block;
    width: 100%;
    height: 54px;
    margin-left: -1px;
    padding: 4px 29px;
    border: 3px solid #fff;
    background-color: transparent;
    -webkit-transition: background-color 300ms ease, color 300ms ease;
    transition: background-color 300ms ease, color 300ms ease;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

    .button:hover {
        background-color: #fff;
        color: #000;
    }

p {
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 23px;
    font-weight: 300;
    letter-spacing: 0px;
    text-shadow: none;
}

.subtitle {
    padding-bottom: x;
    px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 31px;
    color: white;
    line-height: 35px;
    font-weight: 400;
    text-shadow: none;
}
