#GFCCGA_wp_url,
#GFCCGA_wp_admin_user,
#GFCCGA_wp_admin_pass {
    width: 500px;
}

.GFCCGA_errmsg {
    display: none;
    font-size: 14px;
    font-weight: 600;
    color: #FF0000;
    background-color: #FFFFFF;
    border-radius: 3px;
    border-left: 6px solid #F44336;
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
    margin: 10px 0px;
    width: 90%;
    padding: 5px 10px;
}

.GFCCGA_successmsg {
    display: none;
    background-color: #FFFFFF;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 600;
    color: #068C06;
    border-left: 6px solid #4CAF50;
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
    margin: 10px 0px;
    width: 90%;
    padding: 5px 10px;
}

/* Loader css*/
.loader-section {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    background: hsla(0, 0%, 100%, 0.9);
    top: 0;
    z-index: 99999;
    padding: 0 !important;
}

.loader-section .loading-section-title {
    text-align: center;
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -104px;
}

.loader-section .loading-section-title .loader-icon {
    padding: 20px 0;
    background: url("../images/loader.svg") center 18px no-repeat;
    background-size: 125px;
}

.GFCCGA_p {
    font-size: 12px !important;
    color: #828282;
}