


html, body {
    height: 100%;
    overflow-x: hidden;
}

body {
    margin: 0;
    background-attachment: fixed;
    font-family: 'Open Sans', sans-serif;
    /*background-image: url(assets/layouts/layout4/img/box-14728043.png);*/
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    overflow: hidden;
}

.body {
    float: left;
    width: 100%;
}

.form-module {
    position: relative;
    background: #ffffff;
    max-width: 320px;
    width: 100%;
    border-top: 5px solid #b20636;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    margin: 10% auto;
}

.pen-title {
    padding: 20px 0 0;
    text-align: center;
    letter-spacing: 2px;
}

img {
    vertical-align: middle;
}

.form-module .form:nth-child(2) {
    display: block;
}

.form-module .form {
    padding: 18px 30px 20px;
}

.form-module h2 {
    margin: 0 0 20px;
    color: #b20636;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
}

.error {
    transition: all linear 0.5s; /* background-color: red; */
    color: red;
    height: 10px;
}

.form-module input {
    outline: none;
    display: block;
    width: 100%;
    border: 1px solid #d9d9d9;
    margin: 0 0 20px;
    height: 38px;
    padding: 0px 15px;
    box-sizing: border-box;
    font-wieght: 400;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    font-size: 13px;
}

.form-module button {
    cursor: pointer;
    background: #b20636;
    width: 100%;
    border: 0;
    font-size: 13px;
    padding: 10px 15px;
    color: #ffffff;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.form-module .cta {
    background: #f2f2f2;
    width: 100%;
    padding: 10px 40px;
    box-sizing: border-box;
    color: #666666;
    font-size: 12px;
    text-align: center;
}

    .form-module .cta a {
        color: #666666;
        text-decoration: none;
    }

#alert-Cont {
    position: fixed;
    z-index: 999999;
    top: 12px;
    right: 12px;
    display: none;
}

    #alert-Cont > div {
        margin: 0 0 6px;
        padding: 15px 15px 15px 50px;
        width: 300px;
        -moz-border-radius: 3px 3px 3px 3px;
        -webkit-border-radius: 3px 3px 3px 3px;
        border-radius: 3px 3px 3px 3px;
        background-position: 15px center;
        background-repeat: no-repeat;
        -moz-box-shadow: 0 0 12px #999;
        -webkit-box-shadow: 0 0 12px #999;
        box-shadow: 0 0 12px #999;
        color: #fff;
        opacity: .8;
        -ms-filter: alpha(opacity=80);
        filter: alpha(opacity=80);
    }

.PowerdBy img {
    width: 100px;
    padding-left: 5px;
    margin: 20px 14px;
    vertical-align: middle;
}

.PowerdBy p {
    margin: 0;
}

.forgetPassword {
    margin: 0;
}

    .forgetPassword a {
        width: 100%;
        display: inline-block;
        box-sizing: border-box;
        color: #666666;
        font-size: 12px;
        text-align: center;
        text-decoration: none;
    }

footer {
    color: #DF1334;
    float: left;
    font-size: 11px;
    width: 100%;
    background: #000;
    position: fixed;
    bottom: 0;
}

.topText {background: #b6b6b6; padding: 5px;text-align: center; font-weight:bold}
    footer p:first-child {
        text-align: left;
    }

    footer p:last-child {
        text-align: right;
    }

    footer p {
        float: left;
        text-align: center;
        width: 33.33%;
        margin:5px 0;
    }

.containerFooter {
    padding: 0 15px;
    box-sizing: border-box;
}

.footerlinks a {
    color: #DF1334;
    text-decoration: none;
}

.containerFooter {
    width: 1320px;
    margin: 0 auto;
}




@media screen and (max-width: 1340px) {
    .containerFooter {
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }
}

/*New Login Page CSS */

.newLoginPage {
    display: flex;
    margin: 20px;
    box-shadow: 0 1rem 3rem #0000002d !important;
    height: calc(100vh - 40px);
    border-radius: 6px;
    --login-theme-color: #4430b3;
}

.loginImageSlider {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.loginForm {
    display: flex;
    align-items: center;
    margin: 20px 0px;
    padding: 0px 20px;
    border-left: 4px solid var(--login-theme-color);
    border-radius: 4px;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}


.loginCard {
    /*margin: 25% 0px;*/
    margin-bottom: 100px;
}



.brandLogo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.brandLogoBlock {
    display: flex;
    justify-content: center;
}

.brandLogoDefaultMax img {
    height: 40px !important;
    padding: 0px 20px;
}

.brandLogoBlock img {
    width: 100%;
    height: 60px;
}

.loginHeader {
    font-size: 20px;
    margin: 50px 0px 20px 0px;
    font-weight: 600;
    color: var(--login-theme-color);
    font-family: revert;
}

.loginFormBlock label {
    margin-bottom: -1px !important;
    font-weight: 500;
    font-family: inherit;
    font-size: 16px;
}

.loginFormBlock {
    max-width: 300px;
}

.loginFormBlock input {
    width: 100%;
    background: white;
    margin: 10px 0px;
    height: 30px;
    padding: 2px 9px;
    border-radius: 4px;
    border: 1px solid #ced4da;
}

.loginFormBlock button {
    background: var(--login-theme-color);
    color: white;
    border-radius: 3px;
    border: none;
    padding: 6px 15px;
    margin-top: 10px;
    box-shadow: 2px 3px 4px -2px black;
}

.loginForm .forgetPassword a {
    font-size: 14px !important;
    text-align: inherit;
    text-decoration: underline;
}

.loginForm .PowerdBy {
    margin-bottom: 0px;
    position: absolute;
    bottom: 50px;
    max-width: 27%;
}

.loginForm .PowerdByContactInfo {
    background: #f5f5f5;
    color: red;
    font-weight: 600;
    font-size: 11px;
}

.mySlides {
    display: none
}

.loginImageSlider img {
    height: calc(100vh - 80px);
    vertical-align: middle;
    object-fit: contain;
}

.slideshow-container {
    width: 100%;
    max-width: -webkit-fill-available;
    /*max-width: 1000px;*/
    position: relative;
    margin: 20px;
}
/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}
/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
    /* On hover, add a black background color with a little bit see-through */
    .prev:hover,
    .next:hover {
        background-color: rgba(0, 0, 0, 0.8);
    }
/* Caption text */
.text {
    color: #ffffff;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}
/* Number text (1/3 etc) */
.numbertext {
    color: #ffffff;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}
/* The dots/bullets/indicators */

.sliderNavDots {
    text-align: center;
    position: absolute;
    bottom: -22px;
    width: 100%;
}

.dot {
    cursor: pointer;
    height: 12px;
    width: 12px;
    margin: 0 2px;
    background-color: #999999;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.loginImageSlider .active,
.loginImageSlider .dot:hover {
    background-color: #111111;
}
/* Fading animation */
.loginImageSlider .fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

/* On smaller screens, decrease text size */
/*@media only screen and (max-width: 300px) {
    .prev,
    .next,
    .text {
        font-size: 11px
    }
}*/

.brandLogoBlock img {
    width: 100%;
    height: 80px;
}