.twpa_code.qnet-login .api-response {    
    padding: 10px;
    border: 1px solid;
	/* background: rgb(204, 204, 204, 0.2) !important; */
    background-color: #fff;
	font-size: 18px !important;
font-weight: 400 !important;
}

.twpa_code.qnet-login .api-error {
	color: #B00020 !important;  
	border-color: #B00020 !important;
}
.twpa_code.qnet-login .api-success {
	color: #376e37 !important; 
		border-color: #376e37 !important; 
}
.gfield_description {
  color: #172E6A
}
.api-response.api-error span.et-pb-icon {
    font-size: 30px;
    float: left;
}
.api-response:before {
    font-family: 'ETMODULES';
    text-align: left;
    margin-right: 10px;
    margin-left: 10px;
    font-size: 1.5em;
    transition: all .3s ease;
    float: left
}
.api-response.api-success:before {
    content: '\52';
    color: #376e37;
}
.api-response.api-error:before {
    content: '\72';    
    color: #B00020;
}