    .error-block {
        background-color:#ffcccc;
        border:1px solid #dd7777;
        color:#A30000;
        padding:5px;
        box-shadow: 5px 5px 5px #c9c9c9;
        width: 100%;
        font-size: 9pt;
    }

    .create-account-menus-button {
        background: #2a70b9; /* For browsers that do not support gradients */
        line-height: 40px;
        font-size: 8pt;
        font-weight: bold;
        text-align: center;
        color: white;
        cursor: pointer;
    }

    .account-create-input-block {
        color: white;
    }

    .account-create-input-block label {
        color: white;
    }

    .account-create-input-block-header {
        color: white;

        font-size: 12pt;
        text-shadow: 2px 2px 3px black;
    }

    .create-account-feature-list li {
        padding: 7px 0;
        font-size: 10pt;
    }

    /*This is for the small screens*/
    @media (max-width: 992px) {
        #account-login-logout-create-terms-block {
            line-height: 15px;
        }
    }

    /*This is for the big screens*/
    @media (min-width: 992px) {
        #account-login-logout-create-terms-block {
            line-height: 20px;
        }
    }

    .account-password-weak {
        border-radius: 4px;
        text-align: center;
        border: 1px solid #9c0006;
        background-color: #ffc7ce;
        color: #9c0006;
        line-height: 30px;
    }

    .account-password-medium {
        border-radius: 4px;
        text-align: center;
        border: 1px solid darkblue;
        background-color: lightblue;
        color: darkblue;
        line-height: 30px;
    }

    .account-password-strong {
        border-radius: 4px;
        text-align: center;
        border: 1px solid darkgreen;
        background-color: lightgreen;
        color: darkgreen;
        line-height: 30px;
    }