﻿body {
    margin-top: 50px;
    background: rgb(226,226,226);
    background: linear-gradient(90deg, rgba(252,255,254,1) 0%, rgba(255,249,252,1) 43%, rgba(245,244,244,1) 100%);
}

.account-block {
    padding: 0;
    background-image: url(../images/resources/kneitz.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: relative;
}

    .account-block .overlay {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(0, 0, 0, 0.4);
  
    }

    .account-block .account-testimonial {
        text-align: center;
        color: #e8e8e8;
        position: absolute;
        margin: 0 auto;
        padding: 0 1.25rem;
        bottom: 2rem;
        left: 0;
        right: 0;
    }

.text-theme {
    color: #e1030a !important;
}

.btn-theme {
    background-color: #e1030a;
    border-color: #c40006;
    color: #fff;
    padding: 10px;
    width: 120px;
}
.btn-theme:hover {
    background-color: #333;
    border-color: #222;
    color: #ed1313;
    padding: 10px;
    width: 120px;
}

.errorVal {
    color: #d82c2c;
    font-size: 13px;
    letter-spacing: 1px;
    word-spacing: 3px;
}

.floating {
    position: fixed;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -20%);
    z-index: 9999;
}

.floatingAlert {
    position: fixed;
    top: 95%;
    left: 50%;
    transform: translate(-50%, -95%);
    z-index: 9999;
}

.alert-danger {
    color: #ffcaca;
    background-color: #b70006;
    border-color: #b70006;
    margin-left: 1px;
    margin-right: 1px;
}

.close {
    font-size: 50px;
    font-weight: 800;
    color: #000;
    text-shadow: 0 1px 0 #111;
}