body {
    font-family: Arial;
    background: rgb(43,59,246);
    background: linear-gradient(135deg, rgba(43,59,246,1) 5%, rgba(140,255,253,0.8085609243697479) 40%, rgba(255,255,255,1) 100%);
    font-size: 0.95em;
}

.placeholder{
    height:200px;
}
.form-head {
    color: white;
    font-weight: normal;
    font-weight: 400;
    margin: 0;
    text-align: center;
    font-size: 40px;
    vertical-align: top;
    
}

.member-dashboard{
  text-align:middle;
}
.error-message {
    padding: 7px 10px;
    background: #fff1f2;
    border: #ffd5da 1px solid;
    color: #d6001c;
    border-radius: 4px;
    margin: 30px 10px 10px 10px;
}

.demo-table {
    background-image: url("/view/images/Grabkapelle.jpg");
  	background-size:100%;
  	background-repeat:no-repeat;
    border-spacing: initial;
    margin: 15px auto;
    word-break: break-word;
    table-layout: auto;
    line-height: 1.8em;
    color: white;
    border-radius: 10px;
    padding: 30px;
  	min-width:700px;
    max-width: 1000px;
    height: 600px;
    display:flex;
    justify-content: flex-start;
    flex-direction: column;
}

.demo-table .label {
    color: #888888;
    
}

.demo-table .field-column {
    padding: 15px 10px;
    font-size:20px;
    color: white;

}

.demo-input-box {
    padding: 13px;
    border: #CCC 1px solid;
    border-radius: 4px;
    width: 100%;
  	opacity:40%;
    height:50px;
    font-size: 28px;
}

.btnLogin {
    padding: 13px;
    background-color: #ffffff60;
    color: white;
    cursor: pointer;
    border-radius: 4px;
    width: 100%;
  	border: #ffffff90;
    font-size:36px;
    font-weight: bold;
  	height:70px;
}

.response-text {
    max-width: 380px;
    font-size: 1.5em;
    text-align: center;
    background: #fff3de;
    padding: 42px;
    border-radius: 3px;
    border: #f5e9d4 1px solid;
    font-family: arial;
    line-height: 34px;
    margin: 15px auto;
}

.terms {
    margin-bottom: 5px;
}

.dashboard {
    background: #d2edd5;
    text-align: center;
    margin: 15px auto;
    line-height: 1.8em;
    color: #333;
    border-radius: 4px;
    padding: 30px;
    max-width: 400px;
    border: #c8e0cb 1px solid;
}
.error-info {
    color: #000000;
    margin-left: 10px;
    font-weight: 600;
}
a.logout-button {
    color: white;
}
