/* start general*/
html, body {
    height: 100%;
}

body {
    overflow-y: auto;
    background-color: white;
    color: #5d5d5d;
}

.style2BG {
    background-color: #EEF3FA;
    width: 100%;
}

#style2Wrapper {
    width: 100%;
    margin: 0px auto 0 auto;
    background-color: #0F8FF;
}

#style2Header {
    margin-top: 20px;
}

#style2Logo {
    margin-bottom: 30px;
}

#style2Logo img {
    width: 165px;
}

#style2Footer {
    width: auto;
    margin: auto;
    border: 1px solid white;
    background-color: white;
    padding: 15px 0 15px 0px;
}

/* Shantanu New */
.circularDiv {
    /* background: url("../images/common/login_box_bg.png") repeat-x scroll 0 0 #E6F0FC; */
    background-color: #E6F0FC;
    border: 2px solid white;
    border-radius: 10px 10px 10px 10px;
    margin: 40px auto 20px;
    padding-top: 10px;
    text-align: center;
    /*  width: 469px; */
}

.circularInput {
    border: 0 none;
    font-size: 11px;
    height: 34px;
    line-height: 34px;
    /* margin: 20px auto 0; */
    padding-left: 116px;
    width: 326px;
}

.rightAlignBlock {
    text-align: right;
    width: 326px;
    margin: auto;
}

/* Shantanu New - End */

/*End General*/

/* Forget Password */

/* Login Page */
/* Ximran's Change start*/
#loginContent {
    margin: 2% auto;
}

/* Ximran's Change end*/
#loginTable {
    width: 900px;
    border: 0;
    margin: auto;
}

#loginTable tr td {
    text-align: center;
}

#commercialTD {
    width: 350px;
}

#commercialTD a {
    border: 0;
}

#commercialTD img {
    margin-top: 5px;
    border: 0;
}

#seperatorTD {
    width: 100px;
}

#loginTD {
    width: 450px;
}

#loginBox {
    padding: 1% 2%;
    border-radius: 0;
    display: inline-block;
    width: 406px;
    background-color: #f6f9fa;
}

@media screen and (max-width: 406px) {
    #loginBox {
        width: 100%;
    }
}

.loginBox-input-group span {
    border-radius: 0;
    border: 0px;
    padding: 0 6px;
    background-color: inherit;
}

.loginBox-input-group span img {
    height: 19px;
}

#loginBox-input {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

#loginBox-margin {
    margin-top: 150px;
}

.loginBox-input-group {
    margin-top: 22px;
}

label {
    display: inline-block;
    font-weight: 500;
    margin-bottom: 5px;
    max-width: 100%;
    text-align: left;
}

.loginBox-input-group input {
    margin: 0 !important;
    font-size: 1.2em;
    padding: 8px 12px;
    height: auto;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 1px solid lightgrey;
    box-shadow: none;
    background-color: inherit;
}

.loginBox-input-group input:focus,
.loginBox-input-group input:valid {
    box-shadow: none;
    border-bottom: 1px solid black;
}

.loginBox-input-group .material-input-bar {
    padding: 0px;
}

.loginBox-input-group .material-input-label {
    position: absolute;
    padding: 0 15px;
    color: #999;
    top: 9px;
    left: 33px;
    font-size: 16px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.loginBox-input-group input:focus ~ .material-input-label,
.loginBox-input-group input:valid ~ .material-input-label {
    top: -13px;
    font-size: 13px;
    color: #2c79be;
}

#login-footer {
    text-align: right;
    color: #ACACB1;
    font-size: 11px;
    padding-right: 2%;
}

#languageSel {
    text-align: right;
}

#languageSel select {
    background-color: #f6f9fa;
    border: 0;
    border-radius: 0;
    padding: 1px 12px 1px 1px;
    color: #4A535C;
    font-size: 1em;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-image: url("../images/icons_/downarrow-01.svg");
    background-position: 98% center;
    background-repeat: no-repeat;
    background-size: .6em;
    outline: none;
}

#languageSel select::-ms-expand {
    display: none;
}

.inpFields {
    margin: 20px auto 0 auto;
    border: 0px;
    line-height: 34px;
    padding-left: 116px;
}

.inpFields:FOCUS {
    outline: none;
}

#inpUserName {
    background: url("../images/common/username.png") no-repeat;
    height: 34px;
}

#inpPassword {
    background: url("../images/common/password.png") no-repeat;
    height: 34px;
}

#errorBlock {
    margin: 10px 0 0 12%;
    font-size: 12px;
    text-align: left;
    color: #ff9016;
    font-weight: bold;
}

#errorBlock span.green_text {
    color: #0eae0e;
    font-weight: normal;
}

#successBlock {
    margin: 10px 0 0 12%;
    font-size: 12px;
    text-align: left;
    color: #0eae0e;
    font-weight: bold;
}

#forgotPassword {
    width: 47%;
    display: inline-block;
    margin: 10px auto;
    text-align: left;
    padding-left: 30px;
}

#forgotPassword a {
    font-size: .8em;
}

#loginButton {
    width: 50%;
    display: inline-block;
    border-radius: 0;
    text-align: right;
}

#loginButton button {
    color: #2c79be;
    background-color: #f6f9fa;
    border-color: #2c79be;
    border-radius: 0;
    width: 60%;
}

#loginButton button:hover,
#loginButton button:active {
    color: white;
    background-color: #4d8ec8;
}

#submitBlock {
    margin: 30px auto;
}

#sbmtLogin {
    background-image: url("../images/common/login_btn.png");
    width: 99px;
    height: 30px;
    border: 0;
    cursor: pointer;
}

#sbmtResetPasswd {
    background-image: url("../images/common/forgotPassword.png");
    width: 99px;
    height: 30px;
    border: 0;
    cursor: pointer;
}

#themes {
    display: none;
}

#supportHelp {
    bottom: 100px;
    right: 0;
    padding: 1px 20px;
    margin-right: -49px;
    position: fixed;
    background-color: #386cc2;
    color: #fff;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    cursor: pointer;
}

/*Start OTP */
#mainContent {
    margin: 0px auto 0px auto;
}

#secDeviceImg {
    margin: 3px auto 3px auto;
}

#secDeviceBannerImg {
    margin: 3px auto 3px auto;
    display: block;
}

#otpDiv {
    width: 469px;
    background: url("../images/common/login_box_bg.png") repeat-x scroll 0 0 #E6F0FC;
    border: 2px solid white;
    border-radius: 10px 10px 10px 10px;
    padding-top: 10px;
    text-align: center;
    margin: 40px auto 20px auto;
}

.password-change-input-box {
    width: 600px;
    display: inline-block;
    border: 1px solid lightgrey;
    border-radius: 10px;
    background-color: #d8f9d880;
    padding: 2%;
}

/*Forget Password Start*/

#forget-pass-body {
    overflow: hidden;
    width: 100%;
    height: 100%
}

#forget-pass-body #style2Wrapper {
    display: table;
    width: 100%;
    height: 90%
}

#forget-pass-body #forget-pass-content {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

#forget-pass-content h3 {
    font-size: 17px;
    color: #5d5d5d;
}

#password-retrieval-input-box {
    padding: 2% 2%;
    border-radius: 0;
    display: inline-block;
    width: 406px;
    background-color: #f6f9fa;
}

#forgetButton {
    width: 100%;
    display: inline-block;
    border-radius: 0;
    text-align: right;
    padding-left: 32px;
}

#forgetButton button {
    color: #2c79be;
    background-color: #f6f9fa;
    border-color: #2c79be;
    border-radius: 0;
    width: 30%;
}

#forgetButton button:hover,
#forgetButton button:active {
    color: white;
    background-color: #4d8ec8;
}

/*Forget Password End*/

/*Change Password Start*/

#change-pass-body {
    overflow: hidden;
    width: 100%;
    height: 100%
}

#change-pass-body #style2Wrapper {
    display: table;
    width: 100%;
    height: 90%
}

#change-pass-body #change-pass-content {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

#change-pass-content h3 {
    font-size: 17px;
    color: #5d5d5d;
}

#password-change-input-box {
    padding: 2% 2%;
    border-radius: 0;
    display: inline-block;
    width: 406px;
    background-color: #f6f9fa;
}

#changePassButton {
    width: 100%;
    display: inline-block;
    border-radius: 0;
    text-align: right;
    padding-left: 32px;
}

#changePassButton button {
    color: #2c79be;
    background-color: #f6f9fa;
    border-color: #2c79be;
    border-radius: 0;
    width: 30%;
}

#changePassButton button:hover,
#changePassButton button:active {
    color: white;
    background-color: #4d8ec8;
}

/*Change Password End*/

@media only screen and (max-width: 480px) {
    #loginBox, #password-retrieval-input-box, #password-change-input-box {
        width: 320px;
    }
}
