
body {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-align: center;
        -ms-flex-pack: center;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
        padding-top: 40px;
        padding-bottom: 40px;
        background-color: #f5f5f5;
}
html,
body {
        height: 100%;
}

body {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-align: center;
        -ms-flex-pack: center;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
        padding-top: 40px;
        padding-bottom: 40px;
        background-color: #f5f5f5;
}

.form-signin {
        width: 100%;
        padding: 15px;
        margin: 0 auto;
}
.form-signin .checkbox {
        font-weight: 400;
}
.form-signin .form-control {
        position: relative;
        box-sizing: border-box;
        height: auto;
        padding: 10px;
        font-size: 16px;
}
.form-signin .form-control:focus {
        z-index: 2;
}
.form-signin input[type="email"] {
        margin-bottom: -1px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
        margin-bottom: 10px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
}

.welcome {
        width: auto;
        max-width: 1348px;
        height: auto;
        min-height: 590px;
        border: 0px solid #000000;
        text-align: center;
}

.wellcometop {
        width: 100%;
        border: 0px solid #000000;
        text-align: center;
}

.wellcomebottom {
        width: 100%;
        height: 100px;
        border: 0px solid #000000;
        text-align: center;
        margin-top: 50px;
}

.shadow {
        width: 450px;
        height: 380px;
        background-color: #394557;
        margin: 0 auto;
        border-bottom: 0 none;
}

.shadowindiv {
        background-color: #f7f7f7;
        float: left;
        height: 365px;
        margin: 7px;
        width: 435px;
}

.wellcometop p b {
        font-size: 30px;
        color: #DD5A43;
}

.wellcometop b {
        font-size: 15px;
        color: #5090c1;
}

.logindiv {
        margin-left: 20px;
        margin-right: 10px;
        margin-top:20px;
}

.logindivtop {

        margin-left: 10px;
        margin-right: 10px;
        margin-top: 14px;
        border-bottom: 1px solid #5090c1;
        text-align: center;
}

.logindivbottom {
        height: 50px;
        margin-left: 10px;
        margin-right: 10px;
        width: 415px;
        background: #5090c1;
        text-align: center;
        line-height: 45px;
}

.inputtext {

        height: 36px !important;
        font-weight: bolder;
}

.loginbutton {
        background: #2283C5;
        border: none;
        height: 35px;
        width: 120px;
        margin-top: 35px;
        cursor: pointer;
        color: #ffffff;
        font-weight: bolder;
        margin-left: 40px;
}

.logindiv table {
        margin: 20px;
}

.logindiv table tr td {
        padding-top: 10px;
}

.loginFooter {
        font-weight: normal;
        font-size: 10px;
        margin-top: -20px;
}

.footerColor {
        font-weight: bold;
        font-size: 15px;
}

/* login code close*/