html {
    min-height: 100%;
    position: relative;
}

body {
    background: url(../images/bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #f4f4f4;
    margin-bottom: 170px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-height: 130px;
}

.modal-open {
    padding-right: 0 !important;
}

.forgot-password {
    font-size: 13px;
    margin-top: -5px;
}

a {
    color: #f4f4f4;
}

a:hover {
    color: #A706E5;
}

.text-modal {
    color: #A706E5;
}

.text-black {
    color: black;
}

.cookies-consent {
    bottom: -16px;
    position: fixed;
    z-index: 10;
}

.cookies-consent a {
    color: #A706E5;
}

.logo {
    max-height: 80px;
    min-height: 50px;
}

.top {
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
    min-height: 100px;
}

.div-background {
    background-color: black;
    background-color: rgba(0, 0, 0, 0.5);
}

.br10 {
    border-radius: 10px;
}

.shadow {
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.seal {
    max-height: 50px;
}

.alert {
    border-radius: 0 !important;
}

.radio span {
    display: inline-block;
    width: 30px;
    height: 39px;
    margin: 1px 10px 0 0;
    vertical-align: middle;
    background: url('../images/boy.png') no-repeat 0 0;
    cursor: pointer;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.radio span.girl {
    width: 15px;
    background: url('../images/girl.png') no-repeat 0 0;
}

input[type="radio"] {
    display: none;
}
