


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: 90px;
    padding-left: 5px;
    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;
    }
}
