﻿body {
    background: url("/images/bg.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    backdrop-filter: blur(3px);
}

.navbar-brand {
    text-shadow: -4px 4px 6px rgba(0,0,0,.4);
    color: #7266ba;
}

.login-footer {
    text-shadow: -4px 4px 6px rgba(0,0,0,.4);
    color: white;
    margin-bottom: 15px;
}
    .login-footer small {
        font-size: 12px !important;
    }


.validation-summary-errors {
    background-color: rgba(245 ,193, 193 , 0.65);
    color: #8a1111;
    padding: 4px;
    border-radius: 5px;
    border: solid 1px #ceaaaa;
    padding-top: 15px;
}

.main-wrapper .page-wrapper {
    background: transparent;
}

.auth-page .auth-left-wrapper {
    width: 100%;
    height: 100%;
    background-image: url('/images/bg-s.png');
    background-size: cover;
    background-position: center;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.auth-page .auth-form-wrapper {
    max-width: 400px;
}
