﻿body {
}

.start {height: 250px; }
.login {height: 350px; }
.panel {
    width: 500px;
    left: 50%;
    margin-left: -250px;
    position: absolute;    
    border: 1px solid #65ac1e;
    border-top-left-radius: 25px;
    top: 200px;
    box-shadow: 5px 10px #cdcdcd;
}

.title {
    padding: 15px;
    font-weight:bold;
    background-color: #65ac1e;
    border-bottom: 1px solid #65ac1e;
    border-top-left-radius: 25px;
    line-height: 30px;
    margin:0;
    color: white;
}
.content {   
    margin:0; 
    padding: 15px;
    text-align: center;
    height: calc(100% - 120px);
}
.footer {
    margin:0; 
    background-color:  #65ac1e;
    padding: 10px 15px 10px 15px;
    text-align:right;
    border-top: 1px solid #65ac1e;
    line-height: 30px;
}
.button
 {
    cursor: pointer;
    background-color: white; /* Green */
    border: 1px solid #65ac1e;
    color: black;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 8px;
}
    .button:hover {
        background-color: #7c7c7c;
        color:white;
    }
    .error { color:red; font-weight:bold;}

.errorMessage {
    color: #BA2646 !important;
    font-weight: bold;
    width: 100%;
    background-color: #F8DBDD;
    border: 1px solid #E78487;
    position: fixed;
    top: 0px;
    left: 0px;
    text-align: center;
    font-size: 1.5em;
    padding: 10px;
    filter: alpha(opacity=75);
    opacity: 0.75;
}
.errorMessage li {list-style-type: none;}

.addonClass {width: 38px;}