﻿body, html {
    background: #fff;
    line-height: 1.4;
    font-family: Roboto,Helvetica,Arial,sans-serif,"Open Sans";
    font-size: 16px;
    -webkit-font-variant-ligatures: common-ligatures !important;
    font-variant-ligatures: common-ligatures !important;
    margin: 0;
    padding: 0;
    position: relative;
    height: 100%;
}
.bg {
    background-image: url(../images/bridge.jpg);
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.wrapper {
    overflow-y: hidden;
}

/* Reset Password Style Start
-------------------------------------------------- */

#pwCriteria {
    display: inline-flex;
    list-style: none;
    margin: 0;
    margin-left: 15px;
    padding: 0;
    vertical-align: 2px;
    padding-left: 0px !important;
    color: #009ca6;
}

.pwpoint:last {
    margin: 0 !important;
}

.pwpoint {
    display: inline-block;
    height: 15px;
    margin-right: 1px;
    font-size:small;
}

.pwCol{
    width: 50%;
    padding:0;
}

.pwPass {
    color: #009ca6;
}

.pwFail {
    color: #a94442;
}

/* Reset Password Style End
-------------------------------------------------- */