﻿html {
    background-color: #ffffff;
    background: url('/Images/IntexBackground.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body {
    margin: 0px;
    font-family: 'Segoe UI',Tahoma,Arial,Verdana;
    font-size: 12px;
    color: #242424;
    line-height: 120%;
}

div.Login {
    margin-top: 180px;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    padding: 20px;
    padding-left: 80px;
    padding-right: 80px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 10px 10px 28px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 28px -10px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 28px -10px rgba(0,0,0,0.75);
}

table tr td {
    padding: 5px;
}

input[type="password"], input[type="text"] {
    border: solid 1px #cccccc;
    padding: 3px;
    width: 200px;
    color: #242424;
}

input[type="submit"], input[type="button"] {
    border: solid 1px #cccccc;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #242424;
}

.hidden {
    display: none;
}

.sync {
    text-align:center;
}

.errors {
    color: red;
}