
/* Flex Section 1>Container 2A >Center Block layout End  */

/* Flex Section 1>Container 2A >Right Block layout Start  */

.signup-page .flex-item-C2Aright2A {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: #000000;
    font-size: 22px;
    padding: 20px;
    border: #affc41 2px solid;
    max-width: 400px;
}

.signup-page .flex-item-C2Aright2A > div {
    text-align: center;
}

.signup-page .flex-item-C2Arighttext2A {
    display: flex;
    max-width: 400px;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    align-items: center;
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
    padding: 10px;
}

/* Responsive - Flex Section 1>Container 2A >Right Block layout */
@media (max-width: 600px) {
    .signup-page .flex-item-C2Arighttext2A {
        font-size: 11px;
    }
    .signup-page .flex-item-C2Aright2A {
        font-size: 18px;
        padding: 0px;
    }

    .signup-page .flex-item-C2Arighttext2A {
        display: flex;
        text-align: center;
        font-size: 10px;
        justify-content: center;
        align-items: center;
        font-weight: bold;
        max-width: 300px;
    }
}


/* Flex Section 1>Container 2A >Right Block layout End  */

/* Flex Section 1>Container 2A layout End  */



/* Flex Section 1>Container 11 layout End  */




.signup-page input[type=text], .signup-page select, .signup-page textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
}

.signup-page input[type=number], .signup-page select, .signup-page textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
}

.signup-page label {
    display: inline-block;
    width: auto;
}

.signup-page input[type=submit] {
    background-color: #04AA6D;
    color: #000000;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    float: center;
    font-size: 18px;
}

.signup-page input[type=submit]:hover {
    background-color: #45a049;
}

.signup-page .col-25 {
    text-align: left;
    font-size: 18px;
}

.signup-page .col-75 {
    /*float: center;
    padding-bottom: 25px;*/
    width: 300px;
}

/* Clear floats after the columns */
.signup-page .row:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .signup-page input[type=text], .signup-page select, .signup-page textarea {
        width: 100%;
        padding: 12px;
        border: 1px solid #ccc;
        border-radius: 4px;
        resize: vertical;
    }

    .signup-page input[type=number], .signup-page select, .signup-page textarea {
        width: 100%;
        padding: 12px;
        border: 1px solid #ccc;
        border-radius: 4px;
        resize: vertical;
    }

    .signup-page label {
        display: inline-block;
        width: auto;
    }

    .signup-page input[type=submit] {
        background-color: #04AA6D;
        color: #ffffff;
        padding: 12px 20px;
        border: none;
        border-radius: 4px;
        cursor: pointer;
    }

    .signup-page input[type=submit]:hover {
        background-color: #45a049;
    }

    .signup-page .col-25 {
        float: center;
        font-size: 18px;
        /*padding: 15px;*/
    }

    .signup-page .col-75 {
        /*float: center;
        padding-bottom: 25px;*/
        width: 250px;
    }

    /* Clear floats after the columns */
    .signup-page .row:after {
        content: "";
        display: table;
        clear: both;
    }
}
