﻿
.main-login{
 	background-color: #fff;
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);

}

.main-center{
 	margin-top: 30px;
 	margin: 0 auto;
 	max-width: 330px;
  padding: 40px 40px;
}

.login-button{
	margin-top: 5px;
}

.login-register{
	font-size: 11px;
	text-align: center;
}

/* BootStrap OVERRIDE */

.label-default {
  background-color: #aaa;
}

.label-h3 {
  color: dodgerblue;
}


/* individuelle CSS*/

.border-all-radius {
  padding: 5px;
  border: 1px solid black;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}

.border-top {
  margin-top: 5px;
  margin-bottom: 5px;
 border-top:1px solid #aaa;
}

.marginImageButton {
  margin-right: 4px;
}


#fussbereich {
  margin-top: 25px;
  background-color: #e1d7d7;
  color: royalblue;
  height: 25px;
  text-align: right;
}

.Hinweis {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: red;
}










