.cp-td-normal{
	color: #23b623;
	font-weight: bold;
}

#login-left-block{
    color:white;
    background-color: #e56c69;
}

#login-right-block{
    background-color:white;
}


#login-body{
    color: #6a6b6f;
    position: absolute;
    background-color: #354052;
    height:100%;
    width:100%;
}
#login-container {
    width: 600px;
    height: 400px;
    margin-left:-300px;
    margin-top: -200px;
    border: solid 1px #c5cfd4;
    border-radius:4px;
}
#login-container>div{
    height:100%;
    width:50%;
    float:left;
}
.center {
    position: absolute;
    left:50%;
    top:50%;
}

.cp-cust-trading-credit-balance{
    border-top: none;
}
.cp-cust-trading-credit-balance .cp-grid-header-title{
	display:none;
}
.cp-cust-trading-credit-balance .cp-info-table:first-of-type(){
    margin-left: 1px;
}

.cp-cust-trading-credit-balance #btnCorrectPhysicalTrade{
    background: #ffffff;
    font-family: 'Fira Sans', sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #70757a;
    border-radius: 8px;
    padding: 7px;
    line-height: 16px;
    height: 30px;
}

.cp-login .cp-login-container .cp-login-box-image .cp-login-image {
    width: 50%;
    padding-left: 27px;
    background-image: url(/customer/newlogo1.PNG));
    background-position: center;
    max-width: 938px;
    max-height: 1150px;
    background-repeat: no-repeat;
}

.cp-login-background {
    min-height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: #5f7f56;
    overflow-y: auto;
 }
 /* (2/6/25 YW: Removed this part as this makes the styling using different styling) 
 .input-defaults-font, input[type="text"], textarea, input[type="password"], .ui-widget input, .ui-widget select, .ui-widget textarea, .cp-input.cp-drop-down-list .select2-container .select2-choice, .cp-input.cp-drop-down-list .ms-parent, .cp-input.cp-drop-down-list .ms-parent .ms-choice span, .ms-drop, .ms-drop .ms-search input, .ms-drop ul li, .select2-drop .select2-results, .select2-drop-active .select2-results, .select2-drop-active.select2-drop-above .select2-results, .select2-drop .select2-search input, .select2-drop-active .select2-search input, .select2-drop-active.select2-drop-above .select2-search input, .cp-input.cp-email-box, .cp-input.cp-email-box .select2-choices .select2-search-choice, .cp-input.cp-upload-control .cp-file-upload-area-container {
    background-image: none;
    background: #ffffff;
    font-family: "Quicksand";
    font-size: 16px;
    font-weight: 500;
    color: #ffb83b;
    min-height: 30px;
    margin: 0;
    padding: 0 14px;
}
*/
.cp-login-link-no-hover-no-style {
    display: inline-flex;
    color: #ffb83b;
    margin-bottom: -2px;
}

.cp-login-background .cp-login .cp-login-container .cp-login-content .cp-sso-hybrid-container {
    margin-top: 16px;
    text-align: center;
}

.si-link {
    color: #257730;
    text-decoration: none;
    font-size: 26px;
}

.cp-input.cp-drop-down-list .select2-container .select2-choice {
    box-shadow: unset;
    color: #ffb83b;
}

/* 2/6/25 YW: Added this so the banner is not shown on the reset pw page and align text "back to login" in the center */

.cp-login-background .cp-login .cp-login-container .cp-login-box-image {
    display: none;
    height: 120px;
    width: 100%;
    background-image: url(/web/images/layout/cp-default-login-image.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

.cp-login-background .cp-login .cp-login-container .cp-login-content .cp-login-link .cp-login-control, .cp-login-background .cp-login .cp-login-container .cp-login-content .cp-login-link-back .cp-login-control {
    color: #ffb83b;
    text-decoration: none;
    margin-left: 120px;
}