﻿body {
    background-color: rgb(237, 237, 237);
    font-family: Arial, Helvetica Neue, sans-serif;
    font-size: 12px;
}

.contentLogin {
    width: 100%;
    vertical-align: central;
    height: 800pt;
    text-align: center;
}

.controlLogin {
    vertical-align: central;
    text-align: center;
    margin-left: 40%;
    /*background-color: #4cff00;*/
    background-image: url("../Images/LoginBackground.png");
    width: 406px;
    height: 401px;
    font-size: 22px;
    color: #ffffff;
}

.backgroundPage {
    /*background-color: #24659c;*/
    /*background: radial-gradient(circle, rgba(29,95,167,1) 0%, rgba(0,0,0,1) 58%);*/
    background: radial-gradient(circle, rgba(0,0,0,1) 0%, rgba(5,8,41,1) 60%, rgba(24,24,24,1) 96%);
    font-family: Arial, Helvetica Neue, sans-serif;
    font-size: 12px;
}

.textBoxLogin {
    text-align: center;
    height: 40px;
    width: 250px;
    font-size: 16pt;
    font-weight: bold;
    border: 1px solid rgb(254, 254, 254);
    color: #808080;
    background-color: rgba(24,24,24,1);
}

.labelLogin {
    text-align: center;
    height: 40px;
    width: 250px;
    font-size: 16pt;
    font-weight: bold;
    color: #ffffff;
}
.buttonLogin {
    background-color: #FFCC99;
    border: 1px solid yellow;
    cursor: pointer;
    color: Silver;
    border-radius: 4px;
    height: 40px;
    width: 250px;
    font-size: 16pt;
    font-weight: bold;
}

.buttonLogin:hover {
    background-color: #FF9933;
    box-shadow: 0 0 10px #FF99CC;
    color: Menu;
}
