body {
font-family: Arial;
line-height: 25px;
margin: 0;
padding: 0;
}
input {
display: block;
margin: auto;
}
input[type=text], input[type=password] {
border: 2px solid #EBEBEB;
border-radius: 5px;
font-size: 20px;
height: 50px;
width: 250px;
}
input[type=submit] {
background-color: #228B22; 
border: 2px solid #2A8000;
border-radius: 5px;
color: #FFFFFF;
}
input, .classiccontainer {
padding: 10px;
}
.classiccontainer {
background-color: #FCFCFC;
}
.error {
background-color: #FFCCCC;
border-left: 3px solid #FF1919;
color: #FF3333;
padding: 10px;
}
.error a {
color: #FF3333;
}
.error a, .success a {
text-decoration: none;
}
.index {
background-color: #FCFCFC;
border-top: 2px solid #E4E4E4;
}
.index, .logotype {
padding: 15px;
}
.link {
color: #228B22;
text-decoration: none;
}
.logotype {
background-color: #FCFCFC;
border-bottom: 2px solid #D9D9D9;
font-size: 20px;
text-align: left;
}
.logotype, .text1 {
font-weight: bold;
}
.success {
background-color: #AFE1AF69;
border-left: 3px solid #097969;
color: #023020;
padding: 10px;
}
.success a {
color: #023020;
}
.text1, .text2 {
font-size: 17px;
}
.text2 {
text-align: center;
text-decoration: underline;
}
.ver {
text-align: center;
}