* {
    margin: 0;
    padding: 0
}

html {
    height: 100%
}

body {
    height: 100%;
    font-size: 14px;
    background-color: #f9f9f9;
    font-family: "Hero";
    color: #333
}

#wrapper {
    position: relative;
    min-height: 100%;
    width: 100%;
    margin: 0 auto
}

#wrapper-content {
    padding-top: 150px;
    padding-bottom: 220px
}

.wrapper-container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.wrapper-container:after,
.wrapper-container:before {
    content: " ";
    display: table
}

.wrapper-container:after {
    clear: both
}

@media (min-width: 768px) {
    .wrapper-container {
        width: 750px
    }
}

@media (min-width: 992px) {
    .wrapper-container {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .wrapper-container {
        width: 1170px
    }
}

.alert-danger {
    background-color: #fff !important;
    border-color: #fff !important;
    color: #AE0E0A !important;
    border-left: 5px solid #e6007e !important
}

.alert {
    margin-bottom: 20px !important;
    border: none;
    border-radius: 0px !important;
    right: 0px !important
}

#page-loader-wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    background: rgba(249, 249, 249, 0.9)
}

#page-loader-wrapper.dark {
    background: #f9f9f9 !important
}

#page-loader-wrapper > #page-loader {
    width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9000
}

#page-loader-wrapper > #page-loader > #page-loader-text {
    position: absolute;
    top: 58%;
    width: 100%;
    height: 100px;
    color: #30383b !important;
    font-family: 'Hero';
    font-size: 24px;
    text-align: center
}

#page-loader-wrapper > #page-loader > .loader {
    position: absolute;
    top: calc(40% - 100px);
    left: calc(50% - 100px);
    width: 200px;
    height: 200px;
    border-radius: 50%;
    perspective: 800px
}

#page-loader-wrapper > #page-loader > .loader > .inner {
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border-radius: 50%
}

#page-loader-wrapper > #page-loader > .loader > .inner.one {
    left: 0%;
    top: 0%;
    animation: rotate-one 1s linear infinite;
    border-bottom: 3px solid #e6007e
}

#page-loader-wrapper > #page-loader > .loader > .inner.two {
    right: 0%;
    top: 0%;
    animation: rotate-two 1s linear infinite;
    border-right: 3px solid #e6007e
}

#page-loader-wrapper > #page-loader > .loader > .inner.three {
    right: 0%;
    bottom: 0%;
    animation: rotate-three 1s linear infinite;
    border-top: 3px solid #e6007e
}

@keyframes rotate-one {
    0% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg)
    }
    100% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg)
    }
}

@keyframes rotate-two {
    0% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg)
    }
    100% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg)
    }
}

@keyframes rotate-three {
    0% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg)
    }
    100% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg)
    }
}

header {
    position: fixed;
    z-index: 100001;
    height: 85px;
    width: 100%;
    background: #fff;
    border-top: 5px solid #e6007e !important;
    box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.1);
    margin: 0px !important
}

header.row {
    margin-left: 0px !important;
    margin-right: 0px !important
}

header .inner {
    padding: 15px
}

.logo-default {
    width: auto;
    height: 50px
}

@media (max-width: 330px) {
    .logo-default {
        width: 260px;
        height: auto
    }
}

#wrapper {
    background: url(../img/backgrounds/background_1.jpg) no-repeat left center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

body #pageloader {
    display: none;
    background-color: transparent !important;
    z-index: 9;
    height: 300px;
    text-align: center;
    position: relative;
    top: 50%;
    margin: -200px 0 0 0;
}


body #pageloader #page-loader-text {
    position: relative;
    top: -30px;
    font-size: 20px;
}

body #pageloader > div:first-of-type {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODgiIGhlaWdodD0iODgiIHZpZXdCb3g9IjAgMCA0NCA0NCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBzdHJva2U9IiNlMjAwN2EiPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLXdpZHRoPSIyIj48Y2lyY2xlIGN4PSIyMiIgY3k9IjIyIiByPSIxIj48YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJyIiBiZWdpbj0iMHMiIGR1cj0iMS40cyIgdmFsdWVzPSIxOyAyMCIgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7IDEiIGtleVNwbGluZXM9IjAuMTY1LCAwLjg0LCAwLjQ0LCAxIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz48YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJzdHJva2Utb3BhY2l0eSIgYmVnaW49IjBzIiBkdXI9IjEuNHMiIHZhbHVlcz0iMTsgMCIgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7IDEiIGtleVNwbGluZXM9IjAuMywgMC42MSwgMC4zNTUsIDEiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjIyIiBjeT0iMjIiIHI9IjEiPjxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9InIiIGJlZ2luPSItMC45cyIgZHVyPSIxLjRzIiB2YWx1ZXM9IjE7IDIwIiBjYWxjTW9kZT0ic3BsaW5lIiBrZXlUaW1lcz0iMDsgMSIga2V5U3BsaW5lcz0iMC4xNjUsIDAuODQsIDAuNDQsIDEiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPjxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9InN0cm9rZS1vcGFjaXR5IiBiZWdpbj0iLTAuOXMiIGR1cj0iMS40cyIgdmFsdWVzPSIxOyAwIiBjYWxjTW9kZT0ic3BsaW5lIiBrZXlUaW1lcz0iMDsgMSIga2V5U3BsaW5lcz0iMC4zLCAwLjYxLCAwLjM1NSwgMSIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIC8+PC9jaXJjbGU+PC9nPjwvc3ZnPg==) no-repeat 50% 50%;
    background-size: 150px 150px;
    height: 300px;
}

.content {
    width: 500px;
    margin: 0 auto;
    padding: 25px;
}

.content .form-title {
    margin-bottom: 20px;
    color: #333;
    font-size: 32px;
    text-align: center;
    font-weight: 400 !important;
}

.content .form-title > i.error {
    color: #AE0E0A
}

.content > .form-subtitle {
    color: #333;
    font-size: 17px;
    font-weight: 300 !important;
    padding-left: 10px
}

.content h4 {
    color: #333
}

.content {
    background-color: transparent!important
}

.content .form-control::-webkit-input-placeholder {
    color: #a1a9ae;
}

.content .form-control:-moz-placeholder {
    color: #a1a9ae;
}

.content .form-control::-moz-placeholder {
    color: #a1a9ae;
}

.content .form-control:-ms-input-placeholder {
    color: #a1a9ae;
}

.content select.form-control option.disabled {
    color: #a1a9ae !important;
}

.content .form-control {
    height: 47px;
    border: 1px solid #b2b4b5;
    font-size: 16px;
}

.content .form-group > .input-icon > i {
    color: #e6007e
}

.content .form-group.has-error .input-icon > i {
    color: #AE0E0A !important
}

.content .form-group.has-error .form-control {
    border: 1px solid #f44843 !important
}

.content .btn {
    background-color: #5995bb;
    border: 1px solid #72a9cc;
    color: #8fc4e5;
    font-weight: 600;
    padding: 5px 25px !important
}

.content .btn:hover {
    border: 1px solid #90bbd7;
    background-color: #5995bb;
    color: #8fc4e5
}

.content .btn.login {
    color: #fff !important;
    background-color: #ff1a97 !important;
    border-color: #ff1a97 !important
}

.content .btn.login:hover {
    background-color: #e6007e !important;
    border-color: #e6007e !important
}

.content .btn.back {
    color: #fff !important;
    background-color: #4d4d4d !important;
    border-color: #4d4d4d !important
}

.content .btn.back:hover {
    background-color: #333 !important;
    border-color: #333 !important
}

.content .btn-default {
    background-color: #5995bb;
    border: 1px solid #72a9cc;
    color: #8fc4e5;
    font-weight: 600;
    padding: 10px 25px !important
}

.content .btn-default:hover {
    border: 1px solid #90bbd7;
    background-color: #5995bb;
    color: #8fc4e5
}

.content .forget-password {
    color: #333;
    font-size: 14px;
    text-decoration: none
}

.content .forget-password:hover {
    color: #e6007e
}

.content .form-actions {
    border: 0px;
    padding: 0px 30px 10px 30px;
    margin-left: -30px;
    margin-right: -30px
}

.page-error > h1 {
    margin: 0px 0px 20px 0px !important;
    font-size: 22px;
    color: #AE0E0A
}

.page-error > h1 > strong {
    font-size: 26px;
    color: #de120d
}

.page-error > h1 > span {
    font-size: 16px;
    font-weight: bold;
    margin: 0px 0px 0px 10px !important;
    color: #333;
    border-left: 1px solid #1a1a1a;
    padding-left: 10px
}

.page-error > .details {
    font-size: 14px;
    margin: 0px 0px 20px !important
}

@media (max-height: 699px) {
    .content {
        width: 400px;
        position: static !important;
        top: 0 !important;
        left: 0 !important;
        transform: translate(0, 0) !important;
        -webkit-transform: translateX(0) !important;
        -o-transform: translateX(0) !important;
        -ms-transform: translateX(0) !important;
        transform: translateX(0) !important;
        margin: 50px auto !important;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
        border-radius: 0px
    }
}

@media (max-width: 419px) {
    .content {
        width: 100%;
        position: absolute;
        z-index: 900;
        top: 45%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        padding: 20px;
        background: rgba(255, 255, 255, 0.5);
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
        border-radius: 0px
    }
}

footer {
    position: absolute;
    z-index: 100001;
    bottom: 0;
    width: 100%;
    font-size: 16px;
    margin-bottom: 20px;
    padding-left: 40px
}

footer h6 {
    font-size: 14px !important;
}

footer.row {
    margin-left: 0px !important;
    margin-right: 0px !important
}

footer > .inner {
    padding: 0px 15px 10px
}

footer .footer-logo {
    width: 200px;
    padding-top: 10px
}

footer h6,
footer h4 {
    display: inline-block;
    padding: 0 10px;
    margin: 20px 0 -20px;
    color: #737373;
    font-size: 12px
}

footer h6 a,
footer h4 a {
    color: #737373;
    text-decoration: none
}

footer h6 a:hover,
footer h4 a:hover {
    color: #e6007e;
    text-decoration: none
}

footer p {
    margin-bottom: 0;
    color: #737373;
    font-size: 12px
}

footer p a {
    color: #737373;
    text-decoration: none
}

footer p a:hover {
    color: #e6007e;
    text-decoration: none
}

@media (max-height: 499px) {
    footer {
        font-size: 10px
    }
}

@media (max-width: 768px) {
    .text-left,
    .text-right {
        text-align: center
    }
}

@media (max-width: 371px) {
    footer > .inner {
        padding: 0px 0px 10px
    }
    footer > .inner > .container {
        padding: 0px 0px 10px
    }
}
