body {
    background: #fff url(https://meine-versicherungsangebote.de/img/body_bg2.jpg) no-repeat 50% fixed / cover;
}
/*body:after {
    content: "";
    opacity: 0.3;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}*/
.btn-login {
    background-color: #f0f0f0;
}
.txt-angebotnr {
    background-color: #fff;
}

.login-logo {
	font-size: 16px;
	margin-bottom: 10px;
}
@media only screen and (min-width: 375px ) {
	.login-logo {
		font-size: 18px;
	}	
}
@media only screen and (min-width: 425px ) {
	.login-logo {
		font-size: 21px;
	}	
}
@media only screen and (min-width: 500px ) {
	.login-logo {
		font-size: 24px;
	}	
	body:after {
		opacity: 1;
	}
}

.login-input {
	border-radius: 10px;
}

/*.login-box {
    position: absolute;
    top: 20%;    
    left: 50%;
    transform: translateX(-50%);
}*/

/*.login-box {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
}*/


/*@media only screen and (min-width: 600px ) {
	.login-box {
		top: 40%;    
	}
}*/

.brnd {
    font-weight: bold;    
    text-shadow: 1px 1px 11px rgba(255,255,255,1);
}
.brnd1 {
    color: #674EA7;
}
.brnd2,
.brnd4 {
    color: #999999;
}
.brnd3 {
    color: #BF9000;
}

.brnd9 {
    color: black;
}

.btn-large i.large:before {
    font-size: 42px ! important;
}
.btn-outline {
    border: 1px solid #e0e0e0;
    border-radius: 3px;
}
.btn-outline:hover {
    background-color: #e0e0e0;
}


.input-field .helper-text-error {
    color: red;
    font-weight: bold;
    font-size: 105%;
}
.block {
    display: block ! important;
    line-height: inherit;
}


.login-box {
    max-width: 600px;
}


.textcontainer {
    margin-top: 20px;
    max-width: 600px;
}

.bold {
    font-weight: bold;
}
.textcontainer ul {
    margin-left: 20px;
}

.textcontainer ul li {
    list-style-type: disc;
    margin-bottom: 10px;
}
