﻿.new-txt01 {
    color: #192c49;
    display: block;
    margin-top: 5px;
    font-size: 16px;
    font-weight: bold;
}

.new-txt03 {
    color: #c8003f;
    display: block;
    margin-top: 5px;
    font-size: 15px;
    font-weight: bold;
}

.new-txt04 {
    color : #89c57a;
    display: block;
    margin-top: 5px;
    font-size: 13px;
}

.isDisabled {
    color: currentColor;
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none;
}

.mobile-authClose {
    color: red;
    font-size: 0px;
    text-indent: -9999px;
    display: block;
    width: 60px;
    height: 60px;
    background: url('/Mobile/img/closedBtn.png') no-repeat 0 0;
}

.mobile-authFrame {
    width: 100%;
    height: 100%;
    background-color: #666;
    border: 0;
}

input[readonly] {
    background-color: #f6f6f6;
    color: #000000;
    font-size:14px;
}

.blackBg {
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0%;
    top: 0%;
    bottom:0%;
    z-index: 9999;
    /*overflow-y: scroll;*/
}