:root {

    --primary-color: #0030c1;

    --secondary-color: #dedede;

    --text-color-primary: #000;

    --text-color-secondary: #fff;

}



/* ALIAS ccm-form- */



#ccm-form {

    position: relative;

}



#ccm-form input[type=submit] {

    background-color: var(--primary-color);

    color: var(--text-color-secondary);

    cursor: pointer;

    width: 100%;

    font-size: 20px;

    height: 40px;

    border: none;

}



#ccm-form .form-field {

    margin-bottom: 10px;

}



#ccm-form-loading {

    visibility: hidden;

    background-image: url("../img/loading.gif");

    background-repeat: no-repeat;

    background-position: center;

    display: block;

    height: 100%;

    background-color: #fff;

    opacity: 0.8;

    position: absolute;

    width: 100%;

}



.ccm-form-loading-show {

    visibility: visible !important;

}

#ccm-form input[type=submit] {
    background-color: #0074E0 !important;
    color: #FFFFFF !important;
    cursor: pointer;
    width: 100%;
    font-size: 20px;
    border: none;
    font-weight: 700;
    height: auto;
    padding: 12px 24px !important;
}