html, body {
    height: 100%;
    margin: 0;
}
@charset "utf-8";

/* CSS Document */
/* for icons */
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix')format('eot'), url('../fonts/glyphicons-halflings-regular.woff')format('woff'), url('../fonts/glyphicons-halflings-regular.woff2')format('woff2'), url('../fonts/glyphicons-halflings-regular.ttf')format('truetype'), url('../fonts/glyphicons-halflings-regular.svg')format('svg');
    font-weight: normal;
    font-style: normal;
}

.glyphicon {
    /*http://getbootstrap.com/components//*/
    /* for icon list */

    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: bold;
    line-height: 1;
    position: relative;
    top: 1px;
}
/* for refrence icons */
.glyphicon-earphone:before {
    content: "\e182";
    color: #00429b;
}

input[password]::-ms-reveal {
    display: none;
}
/* end for icons */
@font-face {
    font-family: 'HelveticaNeueLTStd-Lt';
    src: url('../fonts/HelveticaNeueLTStd-Lt.eot');
    src: url('../fonts/HelveticaNeueLTStd-Lt.eot?#iefix')format('eot'), url('../fonts/HelveticaNeueLTStd-Lt.woff')format('woff'), url('../fonts/HelveticaNeueLTStd-Lt.woff2')format('woff2'), url('../fonts/HelveticaNeueLTStd-Lt.ttf')format('truetype'), url('../fonts/HelveticaNeueLTStd-Lt.svg')format('svg');
    font-weight: normal;
    font-style: normal;
}

/*font-family: HelveticaNeueLTStd-Lt, Arial, Helvetica, sans-serif;*/
/*-------------------------------------------------------*/
a.tooltip {
    outline: none;
    margin-top: 18px;
    top: 18px;
    text-decoration: none;
}

a.tooltip:hover {
    text-decoration: none;
}

a.tooltip span {
    z-index: 10;
    display: none;
    padding: 14px 20px;
    margin-top: -30px;
    margin-left: 28px;
    width: 300px;
    line-height: 16px;
}

a.tooltip:hover span {
    display: inline;
    position: absolute;
    color: #111;
    border: 1px solid #DCA;
    background: #fffAF0;
}

.callout {
    z-index: 20;
    position: absolute;
    top: 20px;
    border: 0;
    left: -12px;
}
/*CSS3 extras*/
a.tooltip span {
    border-radius: 4px;
    box-shadow: 5px 5px 8px #CCC;
}

body {
    /*background: url("../images/ybg.jpg") repeat;*/

    font-family: HelveticaNeueLTStd-Lt, Arial, Helvetica, sans-serif;
    background-color: white;
}

#wrapper {
    position: relative;
    min-height: 100%;
    vertical-align: bottom;
    margin: 0 auto;
    height: 100%;
}

#wrapperv3 {
    position: relative;
    min-height: 100%;
    vertical-align: bottom;
    margin: 0 auto;
    height: 100%;
    /* background: url("../images/bg.PNG") repeat;*/
}

#header {
    width: 100%;
    height: 80px;
    background-color: #F2F2F2;
    position: fixed;
    left: 0;
    top: 0;
    text-align: center;
}
/*#header img {
    vertical-align: middle;
    padding: 8px;
}*/
#signin-msg p {
    font-size: 14px;
    color: black;
    /*rgb(89,89,88);*/

    font-family: HelveticaNeueLTStd-Lt, Arial, Helvetica, sans-serif;
    font-weight: normal;
    padding-top: 5%;
    font-weight: normal;
    font-variant: inherit;
}

#errmsg {
    color: red;
}

#content {
    width: 410px;
    margin: 0 auto -30px;
    min-height: 87%;
    height: auto !important;
    height: 100%;
    padding-top: 5%;
    vertical-align: middle;
}

#content-inner {
    text-align: center;
}

#content-inner img {
    height: 100px;
    width: 100px;
}

.menu p {
    font-size: x-large;
    font-family: HelveticaNeueLTStd-Lt, Arial, Helvetica, sans-serif;
    line-height: 0.5px;
    color: black;
    padding-top: 5%;
}

label {
    float: left;
    margin-left: 5px;
    color: #999;
    font-family: HelveticaNeueLTStd-Lt, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

#content-inner form input[type="text"] {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 0 #fff, 0 -2px 5pxrgba (0, 0, 0, 0.08) inset;
    -moz-box-shadow: 0 1px 0 #fff, 0 -2px 5pxrgba (0, 0, 0, 0.08) inset;
    -ms-box-shadow: 0 1px 0 #fff, 0 -2px 5pxrgba (0, 0, 0, 0.08) inset;
    -o-box-shadow: 0 1px 0 #fff, 0 -2px 5pxrgba (0, 0, 0, 0.08) inset;
    box-shadow: 0 1px 0 #fff, 0 -2px 5pxrgba (0, 0, 0, 0.08) inset;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #fff url("../images/user.PNG")no-repeat;
    border: none !important;
    border-bottom: 2px solid #f1f1f1 !important;
    color: black;
    font: 16px HelveticaNeueLTStd-Lt, Arial, Helvetica, sans-serif;
    margin: 0 0 10px;
    padding: 1px 0px 10px 5px;
    width: 98%;
    float: left;
    /* margin-right: 5px; */

    margin-top: 10px;
    background-position: right;
}

#content-inner form input[type="text"]:focus {
    outline: none;
    background: #fff url("../images/user-hover.png")no-repeat;
    border: none !important;
    border-bottom: 2px solid #024C9D !important;
    background-position: right;
    color: black;
    font: 16px HelveticaNeueLTStd-Lt, Arial, Helvetica, sans-serif;
}

#content-inner form input[type="password"] {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 0 #fff, 0 -2px 5pxrgba (0, 0, 0, 0.08) inset;
    -moz-box-shadow: 0 1px 0 #fff, 0 -2px 5pxrgba (0, 0, 0, 0.08) inset;
    -ms-box-shadow: 0 1px 0 #fff, 0 -2px 5pxrgba (0, 0, 0, 0.08) inset;
    -o-box-shadow: 0 1px 0 #fff, 0 -2px 5pxrgba (0, 0, 0, 0.08) inset;
    box-shadow: 0 1px 0 #fff, 0 -2px 5pxrgba (0, 0, 0, 0.08) inset;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #fff url("../images/password.PNG")no-repeat right;
    border: none !important;
    border-bottom: 2px solid #f1f1f1 !important;
    color: black;
    font: 16px HelveticaNeueLTStd-Lt, Arial, Helvetica, sans-serif;
    margin: 0 0 10px;
    padding: 15px 0px 10px 5px;
    width: 98%;
    float: left;
    /*   margin-right: 5px;*/

    margin-top: 10px;
    background-position: right;
}

#content-inner form input[type="password"]:focus {
    outline: none;
    background: #fff url("../images/password-hover.png")no-repeat;
    border: none !important;
    border-bottom: 2px solid #024C9D !important;
    background-position: right;
    color: black;
    font: 16px HelveticaNeueLTStd-Lt, Arial, Helvetica, sans-serif;
}

#content-inner form input[type=text]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

#content-inner form input[type=text]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

#content-inner form input[value="Resend OTP"] {
    background: none !important;
    border: none;
    padding: 0 !important;
    font: inherit;
    /*border is optional*/

    font-family: kohinoorbook, Arial, Helvetica, sans-serif;
    font-size: 18px;
    cursor: pointer;
    color: #024C9D;
    float: left;
    width: 100%;
    text-shadow: 0px 0px 0px #214CA9;
    margin: 10px 0px;
    margin-top: 40px;
    outline: 0;
}

input[type="radio"] {
    display: true;
}

input[type="radio"]:disabled+label span {
    border: 2px solid #F6F3F2;
}

input[type="radio"]+label span {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: transparent;
    vertical-align: middle;
    border: 2px solid #024C9D;
    border-radius: 50%;
    padding: 2px;
    margin: 0 0px 5px;
}

input[type="radio"]:checked+label span {
    width: 10px;
    height: 10px;
    background: #024C9D;
    background-clip: content-box;
}

#content-inner form input[value="Submit OTP"], input[value="Login"], input[value="Send OTP"], input[value="Continue"], input[value="Update"] {
    display: inline-block;
    background: #024C9D;
    /*rgb(253,176,22) ;*/

    border-radius: 30px;
    padding: .9em 5em;
    color: #fff;
    font-size: 16px;
    float: left;
    width: 100%;
    webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    border: 0px;
    margin-top: 10px;
    outline: none;
}

#content-inner form input[value="Resend OTP"]:disabled {
    display: inline-block;
    background: #024C9D;
    /*rgb(253,176,22) ;*/

    border-radius: 30px;
    padding: .9em 5em;
    color: #CACBCB;
    font-size: 16px;
    float: left;
    width: 100%;
    webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    border: 0px;
    margin-top: 10px;
    outline: none;
}

#content-inner form input[value="Send OTP"]:disabled {
    background-color: Silver;
    color: Gray;
}

#clear {
    clear: both;
}

#link {
    text-align: center;
    font-family: HelveticaNeueLTStd-Lt, Arial, Helvetica, sans-serif;
    padding-top: 10%;
    font-weight: bold;
    font-color: #024C9D;
}

#connect {
    text-align: center;
    font-family: HelveticaNeueLTStd-Lt, Arial, Helvetica, sans-serif;
    color: rgb(89, 89, 88);
    padding-top: 5%;
}

ul.social-connections {
    text-decoration: none;
    list-style: none;
    padding-left: 16%;
}

ul.social-connections li {
    display: inline;
    padding: 8px;
    padding: 0px 15px;
    float: left;
}

ul.social-connections li a img {
    border: 0pt none;
}

.myButton {
    background-color: white;
    border-radius: 28px;
    border: 1px solid #024C9D;
    display: inline-block;
    cursor: pointer;
    color: #024C9D;
    font-family: Arial;
    font-size: 17px;
    text-decoration: none;
    padding-right: 20px;
}

.myButton:hover {
    background-color: #024C9D;
    color: white;
}

.myButton:active {
    position: relative;
    top: 1px;
}

#content-spacer-top {
    height: 150px;
}

#content-spacer-bottom {
    height: 30px;
}

#divFooter {
    width: 100%;
    /*height: 30px;*/

    border-top: Gray thin;
    text-align: center;
    background-color: #F2F2F2;
    font-family: HelveticaNeueLTStd-Lt, Arial, Helvetica, sans-serif;
    padding: 12px;
    font-size: 12px;
    display: inline-block;
}
@media screen and (max-width:478px) {
    #content {
        width: 350px;
        margin: 0 auto-30px;
        min-height: 90%;
        height: auto !important;
        height: 100%;
        padding-top: 15%;
        vertical-align: middle;
    }
    ul.social-connections {
        text-decoration: none;
        list-style: none;
        padding-left: 10%;
    }
    #content-inner {
        text-align: center;
        padding: 5%;
    }
    .menu p {
        font-size: 26px;
        font-family: HelveticaNeueLTStd-Lt, Arial, Helvetica, sans-serif;
        line-height: 0.5px;
        color: black;
        padding-top: 5%;
    }
}

@media screen and (max-width:350px) {
    #content {
        width: 320px;
        margin: 0 auto-30px;
        min-height: 90%;
        height: auto !important;
        height: 100%;
        padding-top: 25%;
        vertical-align: middle;
    }
    ul.social-connections {
        text-decoration: none;
        list-style: none;
        padding-left: 10%;
    }
    #content-inner {
        text-align: center;
        padding: 5%;
    }
    .menu p {
        font-size: 26px;
        font-family: HelveticaNeueLTStd-Lt, Arial, Helvetica, sans-serif;
        line-height: 0.5px;
        color: black;
        padding-top: 5%;
    }
    #link {
        text-align: center;
        font-family: HelveticaNeueLTStd-Lt, Arial, Helvetica, sans-serif;
        padding-top: 10%;
        font-weight: bold;
        font-color: #024C9D;
        font-size: 14px;
    }
}

#header_horizontal_line {
    width: 100%;
    height: 5px;
    background-color: #BFA161;
    margin-top: 10px
}

#footer_horizontal_line {
    width: 100%;
    height: 2px;
    background-color: #BFA161;
    margin-top: 0px
}