﻿.loginPage .form-group .control-label {
    background-image: url(/img/password_icon.png);
    background-size: auto 22px;
}

sup {
    font-size: x-small;
    vertical-align: top;
    display: inline-block
}

.cancel {
    border: 1px solid #dedede;
    background: #cecece;
    margin-left: 24px;
}

.popupForMsg {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
    z-index: 999;
    display: block;
}
