﻿body {
    background: #fff url("../img/background.jpg") no-repeat right top fixed;
    background-size: cover;
    font-family: "Roboto";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
}

.underline {
    text-decoration: underline !important;
}

    body:before {
        z-index: -1;
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        background: #fff;
        /* IE Fallback */
        background: rgba(255, 255, 255, 0);
        width: 100%;
        height: 100%;
    }

.form {
    position: absolute;
    top: 40%;
    right: 10%;
    background: rgba(0, 75, 37, 0.8);
    width: 26em;
    padding: 2em;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

    .form h2 {
        margin: 0 0 20px;
        line-height: 1;
        color: #fff;
        font-size: 2.4em;
        font-weight: 700;
        text-align: center;
    }

    .form h1 {
        margin: 0 0 20px;
        line-height: 1;
        color: #fff;
        font-weight: 700;
    }

    .form label {
        margin: 10px 0;
        line-height: 1;
        color: #fff;
        font-size: 1em;
        font-weight: 500;
        text-align: left;
    }

    .form a {
        margin: 10px 0;
        line-height: 1;
        color: #fff;
        font-size: 1em;
        margin: 10px 0;
        font-weight: 500;
        text-align: left;
        text-decoration: none;
    }

        .form a:hover {
            text-decoration: underline;
        }

    .form input {
        outline: none;
        width: 100%;
        margin: 7px 0 0 0;
        padding: 10px 15px;
        border: 1px solid #555;
        color: #555;
        font-family: "Roboto";
        box-sizing: border-box;
        font-size: 1em;
        font-weight: 500;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transition: 0.2s linear;
    }

#rememberme {
    width: auto;
    margin-bottom: 20px;
}

button {
    cursor: pointer;
    background: #fec31f;
    width: 100%;
    padding: 12px;
    padding-bottom: 11px;
    border: 0;
    color: #004c26;
    font-family: "Roboto";
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase;
}


@media only screen and (max-device-width: 600px) {
    body {
        font-size: 30px;
    }

    .form {
        top: 50%;
        right: 7%;
        width: 80%;
        padding: 1em;
    }
}

.text-warning {
    color: #fff;
}

.validation-messages {
    margin-bottom: 20px;
}

.field-validation-error {
    font-size: 0.8em;
}
