﻿.LoginDiv {
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border: 1px solid #000000;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    height: 200px;
    display: block;
    position: relative;
}

    .LoginDiv::after {
        border-radius: 25px;
        -moz-border-radius: 25px;
        -webkit-border-radius: 25px;
        background: url('../images/bg.jpg') no-repeat;
        background-size: 320px;
        opacity: 0.8;
        width: 100%;
        max-width: 100%;
        max-height: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        position: absolute;
        z-index: -1;
        content: "";
        display: inline-block;
    }

.LoginTitle {
    font-family:'Palatino Linotype';
    color:black;
    font-size: medium;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    position: absolute;
    margin-top: -500px;
    margin-bottom: 500px;
    height: auto;
    vertical-align: top;
    top: 500px;
    bottom: 100px;
    width: 90%;
}

.LoginControl {
    font-family: 'Trebuchet MS';
    font-size: small;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    width: 90%;
    height: 100%;
    vertical-align: bottom;
}

.LoginButtonStyle {
    cursor: pointer;
    font: 10px 'Trebuchet MS';
    color: #fafafa;
    background-color: rgba(0, 0, 0, 0.8);
    text-transform: uppercase;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    padding: 2px;
    float: none;
    border: 1px solid;
    border-color: #fff;
    margin-left: auto;
    margin-right: auto;
}

    .LoginButtonStyle:hover {
        background-color: rgba(0, 122, 255, 0.60);
    }

.LoginTextBoxStyle {
    cursor: auto;
    font: 12px 'Trebuchet MS';
    color: #fafafa;
    background-color: rgba(0, 0, 0, 0.8);
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    border: 1px solid;
    border-color: #fff;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5px;
}

    .LoginTextBoxStyle:hover {
        background-color: rgba(0, 122, 255, 0.60);
    }

.LoginFailure {
    font-family: 'Trebuchet MS';
    font-size: x-small;
    color: #007aff;
    text-shadow: 1px 1px 0 #000,
    /* Simulated effect for Firefox and Opera
       and nice enhancement for WebKit */
    -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
