body, html {
    height: 100%;
}

.bg {
    /* The image used */
    /* Full height */
    height: 100%;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.ps-img-login {
    background-image: url("/Content/Img/banner/login.jpg");
}

.ps-img-forgot-password {
    background-image: url("/Content/Img/banner/forgot-password.jpg");
}

.ps-img-create-account {
    background-image: url("/Content/Img/banner/create-account.jpg");
}

.ps-img-expired {
    background-image: url("/Content/Img/banner/expired.jpg");
}

.vertical-center {
    position: relative;
    top: 30%;
}

.header .img-responsive.image-header {
    max-width: 260px !important;
    width: 260px !important;
}

.image-header {
    padding: 10px;
    max-width: 340px !important;
    margin-bottom: 0px;
}

.ps-full-height {
    height: 100%;
}

.ps-border-left {
    border-left: 3px solid #009FE3;
}

.ps-border-right {
    border-right: 3px solid #009FE3;
}

.ps-header-logo {
    margin-top: 15%;
}

.ps-btn-left {
    color: #1f6381;
    text-align: left;
}

.ps-invalid {
    color: #a8334c;
}

.ps-valid {
    color: #6A971F;
}

span.ps-invalid {
    background-color: #E4C1C9;
}

span.ps-valid {
    background-color: #C3D5A5;
}

ul.ps-password-check {
    list-style: none;
    margin: 0px;
    padding-left: 5px !important;
}

    ul.ps-password-check i {
        margin-right: 15px;
    }

@media only screen and (max-height: 600px) {
    .vertical-center {
        position: relative;
        top: 10%;
    }
}

@media only screen and (min-height:601px) and (max-height: 750px) {
    .vertical-center {
        position: relative;
        top: 20%;
    }
}

@media only screen and (max-width:767px) {
    .ps-border-left {
        border-left: 0px solid #009FE3;
    }

    .ps-border-right {
        border-right: 0px solid #009FE3;
    }

    .ps-padded {
        padding: 0px 15px 0px 15px;
    }

    .bg {
        display: none;
    }
}
