header {
    border-bottom: 5px solid #FF860B;

}

footer {
    padding: 10px;
    font-size: 13px;
}

.contenido {
    margin-top: 40px;
    min-height: 650px;
}

.einsrawm {
    font-family: Verdana, Geneva, sans-serif;
    float: left;
    width: 55%;
    margin-left: 2%;
}


.einsrawm .background {
    margin-left: 0px;
    margin-top: 15px;
    border-radius: 20px;
    position: absolute;
    background-color: #079DD9;
    color: #079DD9;
    min-height: 120px;
    width: 125px;
    z-index: 1;
    transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    /* IE 9 */
    -webkit-transform: rotate(-7deg);
    /* Opera, Chrome, and Safari */
}

.einsrawm .numer {
    position: relative;
    z-index: 50;
}


.dreirawm {
    font-family: Verdana, Geneva, sans-serif;
    float: right;
    width: 30%;
    margin-right: 3%;
}

.dreirawm .background {
    margin-left: 0px;
    margin-top: 15px;
    border-radius: 20px;
    position: absolute;
    background-color: #FF860B;
    color: #FF860B;
    min-height: 120px;
    width: 125px;
    z-index: 1;
    transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    /* IE 9 */
    -webkit-transform: rotate(-7deg);
    /* Opera, Chrome, and Safari */
}

.dreirawm .numer {
    position: relative;
    z-index: 50;
}

.dreirawm .numertitel {
    width: 100%;
    clear: left;
}

.dreirawm p {
    width: 100% !important;
    margin: 3px 0px 0px 0px;
}

.zweirawm {
    font-family: Verdana, Geneva, sans-serif;
    margin: 3px 0% 5px 7%;
    float: left;
    width: 52%;
}

.zweirawm .background {
    margin-left: 0px;
    margin-top: 15px;
    border-radius: 20px;
    position: absolute;
    background-color: #0378A6;
    color: #0378A6;
    min-height: 120px;
    width: 125px;
    z-index: 1;
    transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    /* IE 9 */
    -webkit-transform: rotate(-7deg);
    /* Opera, Chrome, and Safari */
}

.zweirawm .numer {
    position: relative;
    z-index: 50;
}


.einsrawm h2,
.zweirawm h2,
.dreirawm h2 {
    border-radius: 20px 20px 20px 20px;
    background-color: #666;
    color: #FFF;
    float: left;
}

.einsrawm p,
.zweirawm p,
.dreirawm p {
    vertical-align: bottom;
    color: #079DD9;
    font-weight: bold;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    float: left;
    width: 50%;
}

.numer {
    letter-spacing: 0;
    line-height: 116px;
    margin: 30px 8px 2px 2px;
    font-size: 120px;
}

.numertitel {
    font-size: 18px;
    vertical-align: bottom;
    font-family: Verdana, Geneva, sans-serif;
    color: #0378A6;
    float: left;
}

.einsrawm .numertitel,
.zweirawm .numertitel {
    margin: 40px 0% 5px 3%;
    width: 40%;
}

.einsrawm p,
.zweirawm p {
    margin: 0px 0% 5px 3%;
    width: 40%;
}

.dreirawm .numertitel {
    margin: 5px 0px 5px 0px;
}

.card-enlaces .card-title {
    border-bottom: 4px solid #0F87D7;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.card-enlaces li {
    background-color: #666666;
}


.card-enlaces a {
    color: white;
    text-decoration: none;
}

.card-enlaces a:hover {
    text-decoration: underline;
}

.card-login {
    background-color: #b3b3b3 !important;
}

.card-number {
    border: 2px solid #0378A6 !important;
    box-shadow: -1px 0px 6px 0px rgba(50, 50, 44, 0.52);
}

.success {
    background-color: #09e800;
    z-index: 1;
    width: 100%;
    -webkit-animation: animation-success 3s;
    /* Chrome, Safari, Opera */
    animation: animation-success 3s;
}

@-webkit-keyframes animation-success {
    0% {
        background: rgba(29, 175, 21, 0.9);
    }

    50% {
        background: rgb(255, 134, 11);
    }

    100% {
        background: rgba(29, 175, 21, 0.9);
    }
}

.success div {
    color: #333;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    padding: 5px;
    text-align: center;
}

.notsuccess {
    background-color: #E81100;
    z-index: 2;
    width: 100%;
    -webkit-animation: animation-notsuccess 3s;
    /* Chrome, Safari, Opera */
    animation: animation-notsuccess 3s;
}

@-webkit-keyframes animation-notsuccess {
    0% {
        background: rgb(204, 34, 6);
    }

    50% {
        background: rgb(255, 134, 11);
    }

    100% {
        background: rgb(204, 34, 6);
    }
}

.notsuccess div {
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    padding: 5px;
    text-align: center;
}

.form-group > label {
    font-weight: 500;
}


.form-group > ul {
    list-style-type: none;
    color: red;
    font-weight: 150;
    margin: 0;
    padding: 0;
}