﻿@import url("common.css");
    .main-box {
        width: 100%;
        margin: 0px auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100vh;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;


    }

    .innerMain-box {
        width: 100%;
        float: left;
    }

.main-box-left {
    width: 45%;
    position: relative;
    float: left;
    color: #fff;
    background: #b90f13;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
    .main-box-left .owl-item {
  opacity: 0;
}
.main-box-left .owl-item.active {
  opacity: 1;
}
.main-box-right {
    width: 55%;
    position: relative;
    float: right;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
   
}

    .mainBox-Content {
        z-index: 999;
        width: 80%;
        position: relative;
    }

    .main-box-right .mainBox-Content {
        width: 60%;
    }

    .commonBox {
        display: none;
    }

    .contentBox {
        width: calc(100% - 0px);
        float: left;
        padding: 0px 50px;
    }

        .contentBox p {
            text-align: justify;
            line-height: 30px;
        }

    .signHeader {
        float: left;
        background: #fff;
        text-align: center;
        width: 100%;
        position: relative;
        height: 130px;
        padding-top: 15px;
    }

        .signHeader img {
            max-height: 56px;
            display: inline-block;
            margin-top: 50px;
            max-width: 230px;
        }@import url("common.css");
    .main-box {
        width: 100%;
        margin: 0px auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100vh;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;


    }

    .innerMain-box {
        width: 100%;
        float: left;
    }

.main-box-left {
    width: 45%;
    position: relative;
    float: left;
    color: #fff;
    background: #b90f13;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


    .main-box-left .owl-item {
  opacity: 0;
}
.main-box-left .owl-item.active {
  opacity: 1;
}
.main-box-right {
    width: 55%;
    position: relative;
    float: right;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
   
}

    .mainBox-Content {
        z-index: 999;
        width: 80%;
        position: relative;
    }

    .main-box-right .mainBox-Content {
        width: 60%;
    }

    .commonBox {
        display: none;
    }

    .contentBox {
        width: calc(100% - 0px);
        float: left;
        padding: 0px 50px;
    }

        .contentBox p {
            text-align: justify;
            line-height: 30px;
        }

    .signHeader {
        float: left;
        background: #fff;
        text-align: center;
        width: 100%;
        position: relative;
        height: 130px;
        padding-top: 15px;
    }

        .signHeader img {
            max-height: 56px;
            display: inline-block;
            margin-top: 50px;
            max-width: 230px;
        }

    .signBody {
        padding: 40px 65px 30px 65px;
        width: 100%;
        float: left;
        background: #fff;
        border-radius: 0px 0px 10px 10px;
        position: relative;
    }

    .crvImg {
        margin-top: 0px;
        width: 100%;
        height: 48px;
        position: absolute;
        bottom: 0px;
        left: 0px;
        max-width: 100% !important;
        width: 100% !important;
    }

    .lines {
        display: block;
        height: 1px;
        background: #90c5e8;
        width: 140px;
        clear: both;
        margin: 0px auto;
        line-height: unset;
    }

    .froms {
        float: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        vertical-align: middle;
        width: 100%;
        margin-bottom: 20px;
    }

    .moduleSelect {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        display: none !important;
    }

        .moduleSelect input {
            display: none;
        }

            .moduleSelect input[type="radio"] {
                display: none;
            }

        .moduleSelect label {
            padding: 7px 10px !important;
            cursor: pointer;
            border: solid 1px #d2d2d2;
            margin: 2px;
            display: block;
            color: #6d6d6d;
        }

        .moduleSelect input[type="radio"]:checked + label {
            background: #1b72ab !important;
            color: #fff;
            border-color: #125a8a;
        }

    .formHeadBoxs {
        background: #1b72ab;
        background: #b90f13;
        width: 100%;
        float: left;
        margin: 0px;
        padding: 20px 20px;
        border-radius: 10px 10px 0px 0px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .formHeadBoxs h3 {
            float: left;
            color: #fff;
            font-size: 22px;
            margin: 0px !important;
            margin-top: -3px !important;
            font-weight: 100 !important;
        }

        .formHeadBoxs img {
            width: 28px;
            border: solid 2px #fff;
            float: left;
            margin-right: 10px;
            border-radius: 100%;
        }

    .froms label {
        font-weight: 600;
        padding-right: 15px;
        font-size: 14px;
        margin-top: 7px;
    }

    .froms .textBoxes {
        width: 100%;
        padding: 14px 12px;
        border: solid 1px #d6d6d6;
        outline: none;
        border-left: solid 2px #ab2525;
    }

        .froms .textBoxes:focus {
            border-color: #333;
        }

    .Forget {
        color: #04629f;
        font-size: 14px;
        font-weight: 600;
        text-decoration: none;
    }

        .Forget:hover {
            color: #04629f;
            text-decoration: none;
        }

        .Forget:focus {
            color: #04629f;
            text-decoration: none;
        }

        .Forget:visited {
            color: #04629f;
            text-decoration: none;
        }

    .btnBox {
        width: 100%;
        float: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        /*justify-content:center;*/
        border-top: solid 1px #d6d6d6;
        border-bottom: solid 1px #d6d6d6;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .btns {
        display: block;
        padding: 10px 12px;
        background: #b90f13;
        color: #fff;
        font-size: 14px;
        cursor: pointer;
        border: solid 1px #216fc1;
        outline: none;
        font-weight: 600;
        border-radius: 5px;
        text-decoration: none;
        text-align: center;
        min-width: 120px;
    }

        .btns:hover {
            background: #ab2525;
            color: #fff;
        }

    .errorMsg {
        color: #e44a4a;
        width: 100%;
        float: left;
        margin: 10px 0px;
        font-size: 14px !important;
    }

    .links {
        margin-top: 8px;
    }

    .loginasBox {
        position: relative;
    }

    ul.loginas {
        display: none;
        position: absolute;
        background: #fff;
        margin: 0px;
        padding: 0px;
        list-style: none;
        width: 150px;
    }

        ul.loginas li {
            display: block;
        }

            ul.loginas li a {
                display: block;
                padding: 5px 15px;
                border-left: solid 2px #b90f13;
                color: #6d6d6d;
                text-decoration: none;
                border-bottom: dashed 1px #eaeaea;
                font-size: 14px;
            }

    .copyright {
        width: 100%;
        padding: 10px 15px;
        float: left;
        text-align: center;
        position: absolute;
        bottom: 0px;
        left: 0px;
    }

        .copyright p {
            color: #000000;
            font-size: 10px;
            margin: 0px;
        }

            .copyright p.poweredby {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
            }

    .poweredby span {
        font-weight: 600 !important;
        display: inline-block;
        margin-right: 10px;
    }

    .poweredby img {
        height: 14px !important;
    }

    .contentBox h1 {
        margin-top: 0px;
    }

    .modules {
        width: 100%;
        float: left;
        margin-top: 65px;
        text-align: unset;
    }

        .modules p {
            text-align: unset;
        }

        .modules h1 {
            text-align: unset;
            font-weight: 100 !important;
        }

    .owl-nav button {
        background: none !important;
        margin-right: 5px;
        outline: none;
    }

    .PrevIcon, .NextIcon {
        font-size: 39px;
        line-height: 20px;
        color: #fff;
        padding: 8px;
    }

    .formShadowBox {
        width: 100%;
        float: left;
        border-radius: 10px;
        -webkit-box-shadow: 10px 10px 18px #d2d2d2;
        box-shadow: 10px 10px 18px #d2d2d2;
    }

    .massage {
        position: absolute;
        bottom: 15px;
        width: 100%;
        left: 0px;
    }

        .massage .text-danger {
            text-align: center !important;
            color: #ba1717;
        }

    .selectCompanyTbl {
        width: 100%;
        border-collapse: collapse;
    }

        .selectCompanyTbl tr th {
            background: #d9eaff;
            color: #b90f13;
            padding: 10px;
            font-weight: 600 !important;
            font-size: 12px;
            text-align: left;
        }

        .selectCompanyTbl tr td {
            font-size: 12px;
            padding: 5px 10px;
        }

            .selectCompanyTbl tr th:nth-last-child(1), .selectCompanyTbl tr td:nth-last-child(1) {
                text-align: right;
            }

            .selectCompanyTbl tr td .btns {
                padding: 5px !important;
                font-size: 12px;
                display: inline-block;
            }

        .selectCompanyTbl tr:nth-of-type(odd) td {
            background: #f3f3f3;
        }

@media screen {
  body {
    font-size: 100%;
  }
}

@media screen and (min-width: 1920px) {
  .main-box {
    /*width:1650px;*/
    margin: 0px auto;
  }
  label, a.Forget, .btns {
    font-size: 16px !important;
  }
  .froms .textBoxes {
    font-size: 16px !important;
  }
}

@media screen and (min-width: 1650px) {
  .formHeadBoxs h3 {
    font-size: 22px;
    margin-top: 3px;
  }
  .main-box-right {
    /*width:600px;*/
    position: relative;
  }
  .contentBox {
    padding: 0px 50px;
  }
  .contentBox p {
    font-size: 16px !important;
    line-height: 35px;
  }
  .signBody {
    padding: 30px 65px;
  }
  .contentBox h1 {
    margin-top: 0px;
    font-size: 40px;
    font-weight: 100 !important;
  }
  label, a.Forget, .btns {
    font-size: 14px !important;
  }
  .froms .textBoxes {
    font-size: 14px;
  }
}

@media screen and (max-width: 1530px) {
  .main-box-right .mainBox-Content {
    width: 70%;
  }
}

@media screen and (max-width: 1441px) {
  .contentBox {
    padding: 0px;
  }
  .froms {
    margin-bottom: 15px !important;
  }
  .signBody {
    min-height: 340px;
  }
}

@media screen and (max-width: 1259px) {
  .main-box-right .mainBox-Content {
    width: 80%;
  }
}

@media screen and (max-width: 1189px) {
  .main-box {
    width: 100% !important;
    display: block;
    height: auto;
  }
  .contentBox {
    padding: 0px;
  }
  .contentBox h1 {
    font-size: 28px;
  }
  .signBody {
    padding: 30px;
  }
}

@media screen and (max-width: 1024px) {
  .main-box {
    width: 100% !important;
  }
  .contentBox {
    padding: 0px;
  }
  .contentBox h1 {
    font-size: 28px;
  }
  .contentBox p {
    line-height: 24px;
    font-size: 14px;
  }
  .contentSize {
    padding-right: 0px;
  }
}

@media screen and (max-width: 991px) {
  .main-box {
    width: 100% !important;
  }
  .contentBox {
    padding: 50px 15px;
  }
  .contentBox h1 {
    font-size: 26px;
  }
  .contentBox p {
    line-height: 24px;
    font-size: 14px;
  }
  contentBox h3 {
    font-size: 18px;
  }
  .contentSize {
    padding-right: 0px;
  }
  .main-box-right {
    width: 100%;
  }
  .main-box-left {
    width: 45%;
    display: none !important;
  }
}

@media screen and (max-width: 540px) {
  .main-box {
    width: 100% !important;
  }
  .contentBox {
    padding: 50px 25px;
  }
  .contentBox h1 {
    font-size: 26px;
  }
  .contentBox p {
    line-height: 24px;
    font-size: 14px;
  }
  contentBox h3 {
    font-size: 18px;
  }
  .contentSize {
    padding-right: 0px;
  }
  .main-box-right {
    float: left;
    width: 100%;
  }
  .main-box-left {
    float: right;
    width: 100%;
    display: none;
    margin-right: 0px;
  }
  .formHeadBoxs img {
    margin-top: 3px;
  }
  .formHeadBoxs h3 {
    font-size: 22px;
  }
    .copyright p {
        font-size: 10px;
        margin: 4px !important;
        color: #000000c2 !important;
    }
  .copyright {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .copyright > div {
    width: 100%;
  }
  .main-box-right .mainBox-Content {
    width: 100%;
  }
}

@media screen and (max-width: 440px) {
  .signBody {
    padding: 20px;
  }
}
/*# sourceMappingURL=css.css.map */

    .signBody {
        padding: 40px 65px 30px 65px;
        width: 100%;
        float: left;
        background: #fff;
        border-radius: 0px 0px 10px 10px;
        position: relative;
    }

    .crvImg {
        margin-top: 0px;
        width: 100%;
        height: 48px;
        position: absolute;
        bottom: 0px;
        left: 0px;
        max-width: 100% !important;
        width: 100% !important;
    }

    .lines {
        display: block;
        height: 1px;
        background: #90c5e8;
        width: 140px;
        clear: both;
        margin: 0px auto;
        line-height: unset;
    }

    .froms {
        float: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        vertical-align: middle;
        width: 100%;
        margin-bottom: 20px;
    }

    .moduleSelect {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        display: none !important;
    }

        .moduleSelect input {
            display: none;
        }

            .moduleSelect input[type="radio"] {
                display: none;
            }

        .moduleSelect label {
            padding: 7px 10px !important;
            cursor: pointer;
            border: solid 1px #d2d2d2;
            margin: 2px;
            display: block;
            color: #6d6d6d;
        }

        .moduleSelect input[type="radio"]:checked + label {
            background: #1b72ab !important;
            color: #fff;
            border-color: #125a8a;
        }

.formHeadBoxs {
   /* background: #1b72ab;*/
    background: #b90f13;
    width: 100%;
    float: left;
    margin: 0px;
    padding: 20px 20px;
    border-radius: 10px 10px 0px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

        .formHeadBoxs h3 {
            float: left;
            color: #fff;
            font-size: 22px;
            margin: 0px !important;
            margin-top: -3px !important;
            font-weight: 100 !important;
        }

        .formHeadBoxs img {
            width: 28px;
            border: solid 2px #fff;
            float: left;
            margin-right: 10px;
            border-radius: 100%;
        }

    .froms label {
        font-weight: 600;
        padding-right: 15px;
        font-size: 14px;
        margin-top: 7px;
    }

    .froms .textBoxes {
        width: 100%;
        padding: 14px 12px;
        border: solid 1px #d6d6d6;
        outline: none;
        border-left: solid 2px #ab2525;
    }

        .froms .textBoxes:focus {
            border-color: #333;
        }

    .Forget {
        color: #04629f;
        font-size: 14px;
        font-weight: 600;
        text-decoration: none;
    }

        .Forget:hover {
            color: #04629f;
            text-decoration: none;
        }

        .Forget:focus {
            color: #04629f;
            text-decoration: none;
        }

        .Forget:visited {
            color: #04629f;
            text-decoration: none;
        }

    .btnBox {
        width: 100%;
        float: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        /*justify-content:center;*/
        border-top: solid 1px #d6d6d6;
        border-bottom: solid 1px #d6d6d6;
        padding-top: 10px;
        padding-bottom: 10px;
    }

.btns {
    display: block;
    padding: 10px 12px;
    background: #b90f13;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    border: solid 1px #b90f13;
    outline: none;
    font-weight: 600;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
    min-width: 120px;
}

    .btns:hover {
        background: #ab2525;
        color: #fff;
    }

    .errorMsg {
        color: #e44a4a;
        width: 100%;
        float: left;
        margin: 10px 0px;
        font-size: 14px !important;
    }

    .links {
        margin-top: 8px;
    }

    .loginasBox {
        position: relative;
    }

    ul.loginas {
        display: none;n
        position: absolute;
        background: #fff;
        margin: 0px;
        padding: 0px;
        list-style: none;
        width: 150px;
    }

        ul.loginas li {
            display: block;
        }

            ul.loginas li a {
                display: block;
                padding: 5px 15px;
                border-left: solid 2px #b90f13;
                color: #6d6d6d;
                text-decoration: none;
                border-bottom: dashed 1px #eaeaea;
                font-size: 14px;
            }

    .copyright {
        width: 100%;
        padding: 10px 15px;
        float: left;
        text-align: center;
        position: absolute;
        bottom: 0px;
        left: 0px;
    }

        .copyright p {
            color: #8e9498;
            font-size: 10px;
            margin: 0px;
        }

            .copyright p.poweredby {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
            }

    .poweredby span {
        font-weight: 600 !important;
        display: inline-block;
        margin-right: 10px;
    }

    .poweredby img {
        height: 14px !important;
    }

    .contentBox h1 {
        margin-top: 0px;
    }

    .modules {
        width: 100%;
        float: left;
        margin-top: 65px;
        text-align: unset;
    }

        .modules p {
            text-align: unset;
        }

        .modules h1 {
            text-align: unset;
            font-weight: 100 !important;
        }

    .owl-nav button {
        background: none !important;
        margin-right: 5px;
        outline: none;
    }

    .PrevIcon, .NextIcon {
        font-size: 39px;
        line-height: 20px;
        color: #fff;
        padding: 8px;
    }

    .formShadowBox {
        width: 100%;
        float: left;
        border-radius: 10px;
        -webkit-box-shadow: 10px 10px 18px #d2d2d2;
        box-shadow: 10px 10px 18px #d2d2d2;
    }

    .massage {
        position: absolute;
        bottom: 15px;
        width: 100%;
        left: 0px;
    }

        .massage .text-danger {
            text-align: center !important;
            color: #ba1717;
        }

    .selectCompanyTbl {
        width: 100%;
        border-collapse: collapse;
    }

        .selectCompanyTbl tr th {
            background: #d9eaff;
            color: #b90f13;
            padding: 10px;
            font-weight: 600 !important;
            font-size: 12px;
            text-align: left;
        }

        .selectCompanyTbl tr td {
            font-size: 12px;
            padding: 5px 10px;
        }

            .selectCompanyTbl tr th:nth-last-child(1), .selectCompanyTbl tr td:nth-last-child(1) {
                text-align: right;
            }

            .selectCompanyTbl tr td .btns {
                padding: 5px !important;
                font-size: 12px;
                display: inline-block;
            }

        .selectCompanyTbl tr:nth-of-type(odd) td {
            background: #f3f3f3;
        }

@media screen {
  body {
    font-size: 100%;
  }
}

@media screen and (min-width: 1920px) {
  .main-box {
    /*width:1650px;*/
    margin: 0px auto;
  }
  label, a.Forget, .btns {
    font-size: 16px !important;
  }
  .froms .textBoxes {
    font-size: 16px !important;
  }
}

@media screen and (min-width: 1650px) {
  .formHeadBoxs h3 {
    font-size: 22px;
    margin-top: 3px;
  }
  .main-box-right {
    /*width:600px;*/
    position: relative;
  }
  .contentBox {
    padding: 0px 50px;
  }
  .contentBox p {
    font-size: 16px !important;
    line-height: 35px;
  }
  .signBody {
    padding: 30px 65px;
  }
  .contentBox h1 {
    margin-top: 0px;
    font-size: 40px;
    font-weight: 100 !important;
  }
  label, a.Forget, .btns {
    font-size: 14px !important;
  }
  .froms .textBoxes {
    font-size: 14px;
  }
}

@media screen and (max-width: 1530px) {
  .main-box-right .mainBox-Content {
    width: 70%;
  }
}

@media screen and (max-width: 1441px) {
  .contentBox {
    padding: 0px;
  }
  .froms {
    margin-bottom: 15px !important;
  }
  .signBody {
    min-height: 340px;
  }
}

@media screen and (max-width: 1259px) {
  .main-box-right .mainBox-Content {
    width: 80%;
  }
}

@media screen and (max-width: 1189px) {
  .main-box {
    width: 100% !important;
    display: block;
    height: auto;
  }
  .contentBox {
    padding: 0px;
  }
  .contentBox h1 {
    font-size: 28px;
  }
  .signBody {
    padding: 30px;
  }
}

@media screen and (max-width: 1024px) {
  .main-box {
    width: 100% !important;
  }
  .contentBox {
    padding: 0px;
  }
  .contentBox h1 {
    font-size: 28px;
  }
  .contentBox p {
    line-height: 24px;
    font-size: 14px;
  }
  .contentSize {
    padding-right: 0px;
  }
}

@media screen and (max-width: 991px) {
  .main-box {
    width: 100% !important;
  }
  .contentBox {
    padding: 50px 15px;
  }
  .contentBox h1 {
    font-size: 26px;
  }
  .contentBox p {
    line-height: 24px;
    font-size: 14px;
  }
  contentBox h3 {
    font-size: 18px;
  }
  .contentSize {
    padding-right: 0px;
  }
  .main-box-right {
    width: 100%;
  }
  .main-box-left {
    width: 45%;
    display: none !important;
  }
}

@media screen and (max-width: 540px) {
  .main-box {
    width: 100% !important;
  }
  .contentBox {
    padding: 50px 25px;
  }
  .contentBox h1 {
    font-size: 26px;
  }
  .contentBox p {
    line-height: 24px;
    font-size: 14px;
  }
  contentBox h3 {
    font-size: 18px;
  }
  .contentSize {
    padding-right: 0px;
  }
  .main-box-right {
    float: left;
    width: 100%;
  }
  .main-box-left {
    float: right;
    width: 100%;
    display: none;
    margin-right: 0px;
  }
  .formHeadBoxs img {
    margin-top: 3px;
  }
  .formHeadBoxs h3 {
    font-size: 22px;
  }
  .copyright p {
    font-size: 10px;
    margin: 0px;
  }
  .copyright {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .copyright > div {
    width: 100%;
  }
  .main-box-right .mainBox-Content {
    width: 100%;
  }
}

@media screen and (max-width: 440px) {
  .signBody {
    padding: 20px;
  }
}
/*# sourceMappingURL=css.css.map */





@font-face {
    font-family: 'Open Sans';
    src: url("fonts/Light/OpenSans-Light.eot?v=1.1.0");
    src: url("fonts/Light/OpenSans-Light.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("./fonts/Light/OpenSans-Light.woff?v=1.1.0") format("woff"), url("./fonts/Light/OpenSans-Light.ttf?v=1.1.0") format("truetype"), url("./fonts/Light/OpenSans-Light.svg?v=1.1.0#Light") format("svg");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url("fonts/LightItalic/OpenSans-LightItalic.eot?v=1.1.0");
    src: url("fonts/LightItalic/OpenSans-LightItalic.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("./fonts/LightItalic/OpenSans-LightItalic.woff?v=1.1.0") format("woff"), url("./fonts/LightItalic/OpenSans-LightItalic.ttf?v=1.1.0") format("truetype"), url("./fonts/LightItalic/OpenSans-LightItalic.svg?v=1.1.0#LightItalic") format("svg");
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans';
    src: url("fonts/Regular/OpenSans-Regular.eot?v=1.1.0");
    src: url("fonts/Regular/OpenSans-Regular.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("./fonts/Regular/OpenSans-Regular.ttf?v=1.1.0") format("truetype"), url("./fonts/Regular/OpenSans-Regular.svg?v=1.1.0#Regular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url("fonts/Italic/OpenSans-Italic.eot?v=1.1.0");
    src: url("fonts/Italic/OpenSans-Italic.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("./fonts/Italic/OpenSans-Italic.woff?v=1.1.0") format("woff"), url("./fonts/Italic/OpenSans-Italic.ttf?v=1.1.0") format("truetype"), url("./fonts/Italic/OpenSans-Italic.svg?v=1.1.0#Italic") format("svg");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans';
    src: url("fonts/Semibold/OpenSans-Semibold.eot?v=1.1.0");
    src: url("fonts/Semibold/OpenSans-Semibold.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("./fonts/Semibold/OpenSans-Semibold.woff?v=1.1.0") format("woff"), url("./fonts/Semibold/OpenSans-Semibold.ttf?v=1.1.0") format("truetype"), url("./fonts/Semibold/OpenSans-Semibold.svg?v=1.1.0#Semibold") format("svg");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url("fonts/SemiboldItalic/OpenSans-SemiboldItalic.eot?v=1.1.0");
    src: url("fonts/SemiboldItalic/OpenSans-SemiboldItalic.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("./fonts/SemiboldItalic/OpenSans-SemiboldItalic.woff?v=1.1.0") format("woff"), url("./fonts/SemiboldItalic/OpenSans-SemiboldItalic.ttf?v=1.1.0") format("truetype"), url("./fonts/SemiboldItalic/OpenSans-SemiboldItalic.svg?v=1.1.0#SemiboldItalic") format("svg");
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans';
    src: url("fonts/Bold/OpenSans-Bold.eot?v=1.1.0");
    src: url("fonts/Bold/OpenSans-Bold.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("./fonts/Bold/OpenSans-Bold.woff?v=1.1.0") format("woff"), url("./fonts/Bold/OpenSans-Bold.ttf?v=1.1.0") format("truetype"), url("./fonts/Bold/OpenSans-Bold.svg?v=1.1.0#Bold") format("svg");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url("fonts/BoldItalic/OpenSans-BoldItalic.eot?v=1.1.0");
    src: url("fonts/BoldItalic/OpenSans-BoldItalic.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("./fonts/BoldItalic/OpenSans-BoldItalic.woff?v=1.1.0") format("woff"), url("./fonts/BoldItalic/OpenSans-BoldItalic.ttf?v=1.1.0") format("truetype"), url("./fonts/BoldItalic/OpenSans-BoldItalic.svg?v=1.1.0#BoldItalic") format("svg");
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans';
    src: url("fonts/ExtraBold/OpenSans-ExtraBold.eot?v=1.1.0");
    src: url("fonts/ExtraBold/OpenSans-ExtraBold.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("fonts/ExtraBold/OpenSans-ExtraBold.woff?v=1.1.0") format("woff"), url("./fonts/ExtraBold/OpenSans-ExtraBold.ttf?v=1.1.0") format("truetype"), url("./fonts/ExtraBold/OpenSans-ExtraBold.svg?v=1.1.0#ExtraBold") format("svg");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url("fonts/ExtraBoldItalic/OpenSans-ExtraBoldItalic.eot?v=1.1.0");
    src: url("fonts/ExtraBoldItalic/OpenSans-ExtraBoldItalic.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("./fonts/ExtraBoldItalic/OpenSans-ExtraBoldItalic.woff?v=1.1.0") format("woff"), url("./fonts/ExtraBoldItalic/OpenSans-ExtraBoldItalic.ttf?v=1.1.0") format("truetype"), url("./fonts/ExtraBoldItalic/OpenSans-ExtraBoldItalic.svg?v=1.1.0#ExtraBoldItalic") format("svg");
    font-weight: 800;
    font-style: italic;
}


body {
    margin: 0px;
    padding: 0px;
    font-family: 'Open Sans', sans-serif !important;
    background: #e1e3e4;
    font-size: 14px;
}

* {
    box-sizing: border-box;
    font-weight: normal !important;
}

.flex {
    display: flex;
}

.flexEqual {
    justify-content: space-between;
}

.flexMiddel {
    align-items: center;
}

.flexStart {
    justify-content: flex-start;
}

.flexEnd {
    justify-content: flex-end;
}

.flexCenter {
    justify-content: center;
}

.clearfix {
    width: 100%;
    display: block;
    visibility: hidden;
    height: 1px;
}

.bold {
    font-weight: 600 !important;
}
/*tablet, mobile Height*/
@media only screen and (max-device-width: 991px) {
    .error404, .main-box, .main-box-right {
        height: calc(100vh - 100px) !important;
    }
}

.noteText {
    color: #A20000;
    font-weight: normal;
    padding: 0 0 0 3px;
    font-size: 14px;
}