#awcrf-register-form label {
    line-height: 1em;
    font-size: 1em;
    color: #000000;
    padding: 0;
    margin: 20px 0 5px 0;
}

#awcrf-register-form input[type="email"],
#awcrf-register-form input[type="text"],
#awcrf-register-form input[type="tel"],
#awcrf-register-form input[type="url"],
#awcrf-register-form textarea,
#awcrf-register-form select {
    width: 100%;
    border: 1px solid rgb(68, 68, 68)b4b;
    border-radius: 3px;
    padding: .5rem 1rem;
    transition: all .3s;
}

.company-logo-preview {
    margin: 20px 0 5px 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
}

.company-logo-preview img {
    display: inline-block;
    position: relative;
    max-width: 200px;
    height: auto;
    max-height: 300px;
    object-fit: contain;
    margin: 0;
    padding: 0;
}

.awcrf-success-message {
    background-color: #d4edda;
    color: #155724;
    border-color: #c3e6cb;
    padding: 10px;
    border-radius: 5px;
    margin: 20px 0 5px 0;
}

/* file upload button */
#awcrf-register-form input[type="file"]::file-selector-button {
    border-radius: 4px;
    padding: 0 16px;
    height: 40px;
    cursor: pointer;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.16);
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
    margin-right: 16px;
    transition: background-color 200ms;
}

/* file upload button hover state */
#awcrf-register-form input[type="file"]::file-selector-button:hover {
    background-color: #f3f4f6;
}

/* file upload button active state */
#awcrf-register-form input[type="file"]::file-selector-button:active {
    background-color: #e5e7eb;
}

body div #awcrf-register-form fieldset {
    border: 0;
    padding: 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    margin: 20px 0 5px 0;
}

body div #awcrf-register-form fieldset legend {
    margin-bottom: 10px;
}

body div #awcrf-register-form fieldset input,
body div #awcrf-register-form fieldset label {
    padding: 0;
    margin: 0;
}

body div #awcrf-register-form input[type="submit"],
body div #awcrf-register-form button[type="submit"] {
    margin: 20px 0 5px 0;
    background-color: #7fb3dc;
    color: #ffffff;
    font-weight: normal;
    line-height: 1.2em;
    border: 2px solid transparent;
    transition: all 0.3s;
    border-radius: 30px;
    cursor: pointer;
    display: inline-block;
    position: relative;
}

body div #awcrf-register-form input[type="submit"]:hover,
body div #awcrf-register-form button[type="submit"]:hover {
    background-color: #5e8dbf;
    color: #ffffff;
    border: 2px solid #5e8dbf;
}

body #awcrf-register-form .mce-tinymce .mce-container-body button,
body #awcrf-register-form .mce-tinymce .mce-container-body .mce-btn {
    background-color: #7fb3dc !important;
    font-weight: normal;
    border: 2px solid transparent;
    border-radius: 5px;
    cursor: pointer;
    height: 32px;
    min-height: 32px;
    width: 32px;
    min-width: 32px;
    font-size: 1em;
    line-height: 1em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-right: 5px;
    margin-left: 5px;
    transition: all 0.3s;
    padding: 0;
}

body #awcrf-register-form .mce-tinymce .mce-container-body .mce-btn.mce-listbox,
body #awcrf-register-form .mce-tinymce .mce-container-body .mce-btn.mce-listbox button {
    width: auto;
}

body #awcrf-register-form .mce-tinymce .mce-container-body .mce-btn.mce-listbox .mce-caret,
body #awcrf-register-form .mce-tinymce .mce-container-body .mce-btn.mce-listbox button .mce-caret {
    display: none;
}

body #awcrf-register-form .mce-tinymce .mce-container-body .mce-btn.mce-listbox .mce-txt,
body #awcrf-register-form .mce-tinymce .mce-container-body .mce-btn.mce-listbox button .mce-txt {
    width: auto;
    overflow: hidden;
    height: 18px;
    font-size: 1em;
    line-height: 1em;
    font-weight: bold;
    display: inline-flex;
    color: #ffffff;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    padding: 0 5px;
}

body #awcrf-register-form .mce-tinymce .mce-container-body button:hover,
body #awcrf-register-form .mce-tinymce .mce-container-body .mce-btn:hover button,
body #awcrf-register-form .mce-tinymce .mce-container-body .mce-btn:hover,
body #awcrf-register-form .mce-tinymce .mce-container-body .mce-btn.mce-active,
body #awcrf-register-form .mce-tinymce .mce-container-body .mce-btn.mce-active button {
    background-color: #5e8dbf !important;
    border: 2px solid #5e8dbf !important;
}

body #awcrf-register-form .mce-tinymce .mce-container-body button .mce-ico,
body #awcrf-register-form .mce-tinymce .mce-container-body .mce-btn .mce-ico {
    color: #ffffff;
    transition: all 0.3s;
}

body #awcrf-register-form .mce-tinymce .mce-container-body button:hover .mce-ico,
body #awcrf-register-form .mce-tinymce .mce-container-body .mce-btn:hover .mce-ico,
body #awcrf-register-form .mce-active .mce-ico {
    color: #000000 !important;
}

body #awcrf-register-form .mce-tinymce.mce-container.mce-panel {
    border-radius: 5px;
    overflow: hidden;
}

body div .awcrf-sub-label {
    font-size: 0.75em;
    line-height: 1.2em;
    color: #666666;
    margin: 0 0 10px 0;
    display: block;
    position: relative;
    width: 100%;
}

#awcrf-register-form label[for="first_name"] {
    margin-top: 0;
    padding-top: 0;
}