﻿* {
    box-sizing: border-box;
}

body {
    font-size: 13px/20px;
    font-family: Helvetica, Arial, sans-serif;
    color: #000000;
    background: #f1f1f1;
}

h1 {
    margin: -20px -20px 21px;
    line-height: 40px;
    font-size: 15px;
    font-weight: bold;
    color: #ff6a00;
    text-align: center;
    text-shadow: 0 2px black;
    background: #3e454c;
    border-bottom: 1px solid #cfcfcf;
    border-radius: 3px 3px 0 0;
}

header h1 {
    margin: 10px;
}

.container {
}

.login {
    position: relative;
    margin: 0 auto;
    padding: 20px 20px 20px;
    width: 310px;
    background: white;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}

input[type=text], input[type=password] {
    width: 90%;
    margin: 10px;
    padding: 0 10px;
    height: 34px;
    color: #000000;
    background: white;
    border: 1px solid;
    border-color: #808080;
    border-radius: 10px;
    text-align: center;
    -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

.Button {
    background-color: #3e454c;
    border: none;
    color: #ff6a00;
    padding: 5px 32px;
    text-align: center;
    text-decoration: none;
    display: block;
    font-size: 16px;
    cursor: pointer;
    margin: auto;
}
