.wrapper {
}

    .wrapper.wrapper-background-repeat {
        background-repeat: repeat;
        background-size: contain;
    }

    .wrapper.wrapper-background-cover {
        background-size: cover;
        background-position: center;
    }

    .wrapper.wrapper-backdrop:before {
        content: "";
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .4;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
    }

.foot-logo {
    z-index: 1;
    width: 120px;
    position: absolute;
    bottom: 10px;
    color: #FFF;
    text-shadow: 1px 1px 0 #000;
    left: 15px;
}

    .foot-logo img {
        width: 100%;
    }

.header {
    font-size: 2em;
    text-align: center;
    max-width: 500px;
    margin-bottom: 25px;
    transition: opacity linear .7s;
    transition-delay: .5s;
    z-index: 1;
}

    .header.ng-hide {
        opacity: 0;
    }

    .header img {
        width: 100%;
    }

    .header.header-fluid {
        max-width: inherit;
    }

.header-text {
    text-align: right;
    color: #fff;
    font-size: 2em;
    padding: 0;
    margin: 0;
    text-shadow: 2px 4px 5px rgba(0,0,0,0.6);
}

    .header-text.black {
        color: #111;
        text-shadow: none;
        margin-bottom: 25px;
    }

    .header-text h1 {
        text-transform: capitalize;
        font-size: 2em;
        margin: 0 !important;
        padding: 0;
    }

    .header-text h2 {
        font-size: 1.7rem;
        margin: 0;
        padding: 0;
    }

@media (max-width:1024px) {
    .header-text h1 {
        font-size: 1em !important;
    }

    .header-text h2 {
        font-size: .9rem;
    }
}

.sidebar {
    font-size: 1.2em;
    padding: 35px;
    min-width: 470px;
    transition: opacity linear .7s;
    transition-delay: 1s;
}

    .sidebar .logo {
        max-width: 100%;
        max-height: 100px;
    }

    .sidebar.ng-hide {
        opacity: 0;
    }

    .sidebar h1,
    .sidebar p {
        margin: 0 0 10px;
    }

    .sidebar h1 {
        font-weight: 400;
    }

    .sidebar .sidebar-header {
        font-size: .9em;
        text-align: center;
        margin-bottom: 25px;
    }

    .sidebar a {
        text-decoration: none;
    }

    .sidebar .md-label {
        font-size: .9em;
    }

    .sidebar .msg {
        text-align: center;
        font-size: 1.2em;
        font-weight: 300;
        padding: 50px;
    }

.sidebar-footer {
    font-size: .7em;
    margin: 35px 0 15px;
    line-height: 1.5em;
    text-align: center;
}


md-input-container {
    min-height: 35px;
}

.form-submit {
    padding-top: 5px;
}

.form-error {
    min-height: 40px;
    text-align: center;
}

.form-footer {
    font-size: .9em;
}

    .form-footer p {
        padding: 5px;
        margin: 10px 0 0;
    }

input:-webkit-autofill {
    background-color: none !important;
}

@media (max-width:470px) {
    .sidebar {
        min-width: 100%;
        padding: 10px;
        font-size: 1em;
    }

    md-input-container {
        margin: 0;
    }

    .form-error {
        min-height: 0;
    }
}
