body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    background: rgb(0, 0, 0, 7);
}
.content {
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    box-shadow: 0 0 10px #888888;
    background: #F6F6F6;
    width: 400px;
    font-size: 20px;
}
.content2 {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    box-shadow: 0 0 10px #888888;
    background: #F6F6F6;
    text-align: left;
}
.dwo {
    font-size: 14px;
    color: #353535;
    text-align: center;
}
.dwo a {
    color: #336699;
    text-decoration: underline;
}
.logo {
    font-size: 60px;
    color: #999900;
    font-family: Cooper;
    text-align: center;
}
.fnt {
    font-size: 24px;
}
.had {
    width: 400px;
    background: #F6F6F6;
    font-size: 18px;
    color: red;
    box-shadow: 0 0 10px #888888;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border-radius: 4px;
}
.content h1 {
    margin: 0;
    padding: 0;
    text-shadow: 0 2px 2px #006699;
    text-align: center;
}
.content input[type=text], input[type=password] {
    margin: 0;
    padding: 0;
    border: 1px solid #EFEFEF;
    width: 100%;
    height: 30px;
    outline: 0;
    font-size: 20px;
}
.content input[type=text]:focus, input[type=password]:focus {
    box-shadow: 0 0 2px #6699FF;
}
.content input[type=submit]{
    border: 0;
    width: 100%;
    height: 34px;
    background: #003399;
    color: white;
    font-size: 16px;
    outline: 0;
}
.out {
    border: 0;
    width: 100%;
    height: 34px;
    background: #003399;
    color: white;
    font-size: 16px;
    outline: 0;
}
.table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}
  
.td, .th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}
  
.tr:nth-child(even) {
    background-color: #dddddd;
}
