﻿body, html {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    height: 100%;
    margin: 0px 0px 0px 0px;
    background-image: url('../Images/VSportalBGImage.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.boxtitlemessage {
    color: #FFBF00;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
}

.boxheader {
    width: 100%;
    max-width: 100%;
    height: 150px;
    margin: 0 auto;
    margin-top: 0px;
    border-radius: 7px;
    box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.9);
    background-color: white;
    text-align: center;
    opacity: 1;
}

.box {
    width: 90%;
    max-width: 500px;
    height: auto;
    margin: 0 auto;
    margin-top: 40px;
    border-radius: 7px;
    box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.9);
    background-color:lightgrey;
}

.content {
    width: 85%;
    height: auto;
    margin: 0 auto;
    padding: 30px 0px;
    text-align: left;
    text-transform:none;
}

    .content h1 {
        font-size: 25px;
        font-weight: 400;
        color: #FFBF00;
        letter-spacing: 0.125em;
        text-align: center;
        font-weight: bold;
        text-transform:uppercase;
    }

.field {
    width: 100%;
    margin: 10px auto;
    padding: 10px;
    border: none;
    box-shadow: 0px 1px 0px 0px #111;
    border-radius: 3px;
    outline: none;
    color: #B72F34;
    font-weight: 700;
    letter-spacing: 0.125em;   
    Opacity: 100;
}


::-webkit-input-placeholder { /* WebKit browsers */
    color: #5A5A5A;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #5A5A5A;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #5A5A5A;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #5A5A5A;
}


.btn {
    width: 100%;
    margin: 10px auto;
    padding: 10px;
    background: #B72F34;
    border: none;
    box-shadow: 0px 1px 0px 0px #111;
    border-radius: 3px;
    outline: none;
    color: #FFBF00;
    font-weight: 700;
    letter-spacing: 0.125em;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
}

.footer {
    position: fixed;
    bottom: 0;
    padding-top: 5px;
    width: 100%;
    height: 25px; /* Height of the footer */
    background: White;
    font-family: 'Open Sans', sans-serif;
    font-size: 8px;
    border-radius: 7px;
    box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.9);
    vertical-align: middle;
    text-align: center;
    letter-spacing: 0.125em;
    align-content: center;
}
