﻿body {
    font: 13px/20px 'Lucida Grande', Tahoma, Verdana, sans-serif;
    color: #404040;  
    background-color: #CCCCCC; 
}

h1 {
    margin: -20px -20px 21px;
    line-height: 40px;
    font-size: 15px;
    font-weight: bold;
    color: #555;
    text-align: center;
    text-shadow: 0 2px black;
    background: #223750;
    border-bottom: 1px solid #cfcfcf;
    border-radius: 3px 3px 0 0;
    color: white;
}

header h1 {
    margin: 10px;
}

.container {
    margin: 80px auto;
}

.login {
    position: relative;
    margin: 0 auto;
    padding: 20px 20px 20px;
    width: 310px;
    background: white;

    border-radius: 3px;

}

input[type=email], input[type=password] {
    width: 90%;
    margin: 10px;
    padding: 0 10px;
    height: 34px;
    color: #404040;
    background: white;
    border: 1px solid;
    border-color: #115d7e #115d7e #115d7e;
    border-radius: 2px;
    outline: 5px solid #eff4f7;
    text-align: center;
}

.remember_me {
}

.Button {
    background-color: #223750;
    border: none;    
    color: white;
    padding: 5px 32px;
    text-align: center;
    text-decoration: none;
    display: block;
    font-size: 16px;
    cursor: pointer;
    margin:auto;
}

.resetpwd {
    font-size: 0.7em;
}
