#login_left {
    width: 100%;
}

#login_left .login_inner {
    text-align: center;
}

#login_left form > table {
    margin: 0 auto;
}

h3 {
    font-size: 40px;
    margin-bottom: 10px;
}

input.button, input.button2, input.button3{ padding-right: 15px; }

#eams_top_bar {
    background-color: #1c4a89;
}

#eams_top_bar_inner {
    margin: 0 auto;
    width: 1200px;
    max-width: 100%;
    padding: 10px 20px;
    color: #fff;
    display: flex;
}

#eams_top_bar_inner > div {
    flex: 1 0 0px;
}

#eams_top_bar_inner > div * {
    color: #fff;
}

#eams_tb_left {
    font-size: 24px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}

#eams_tb_right {
    text-align: right;
    text-transform: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
}

#eams_tb_right .material-icons {
    font-size: 20px;
    text-decoration: none;
}

#eams_tb_right a{ text-decoration: none; }
#eams_tb_right a > span:first-child{ text-decoration: underline; }

#eams_tb_right * {
    vertical-align: middle;
}

/*
#cboxLoadedContent{ overflow: hidden !important; }

#customer_select_modal{ max-width: 500px; margin: 0 auto; }
*/
#customer_select_inputs{ text-align: center; }
#customer_select_inputs select { width: 400px; max-width: 100%; margin-bottom: 10px; }

.msg { color: #0b0; }

.button, .button2, .button3{ padding: 10px 15px; }

.form_buttons button.button3.arrow {
    padding-right: 40px;
}

#pam_search_container {
    margin-top: 10px;
    text-align: right;
}

#pam_search_inputs {
    position: relative;
}

#pam_search_inputs button.material-icons {
    background: none;
    border: 0;
    color: #284a86;
    font-size: 32px;
    font-weight: 600;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

#pam_search_inputs input[type="text"] {
    max-width: 100%;
    width: 300px;
    padding-right: 40px;
}

.content_noflex{
    padding: 10px;
    background-color: transparent;
    border: none;
}

#top_nav{
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

#top_nav > div{ flex: 1 0 0px; }

#top_nav_right{ text-align: right; }


#aic_edit_heading {
    display: flex;
    flex-direction: column-reverse;
}

#asset_information_container .delete{
    color: #cb0000;
    margin-left: 20px;
    font-size: 15px;
    text-decoration: none;
}

#top_nav.tabbed_left{
    margin-bottom: 0;
    flex-direction: column-reverse;
    align-items: stretch;
}

.tabbed_left div#top_nav_left > a {
    text-decoration: none;
    padding: 10px;
    display: block;
    background-color: #f9f9f9;
    color: #000;
    border-left: 1px solid #eee;
}

.tabbed_left div#top_nav_left > a:first-child {
    border-left: 0;
}

.tabbed_left div#top_nav_left > a.active {
    border-top: 3px solid #1174c2;
    background-color: #fff;
    color: #1174c2;
}

.tabbed_left #top_nav_left {
    display: flex;
}

.tabbed_left #top_nav_right{ text-align: left; margin-bottom: 10px; }

#pam_table_empty {
    padding: 10px;
    background-color: #fff;
}


#pam_table {
    background-color: #fff;
    width: 100%;
}

#pam_table td label {
    display: none;
}

#pam_table th, #pam_table td {
    padding: 10px;
    font-size: 14px;
    vertical-align: middle;
}

#pam_table th {
    white-space: nowrap;
    font-size: 16px;
}
#pam_table th {
    white-space: nowrap;
    position: relative;
}

#pam_table th a {
    color: inherit;
    text-decoration: none;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
}

#pam_table th a:hover {
    text-decoration: underline;
}

.sort_icon {
    font-size: 20px;
    vertical-align: middle;
    color: #1174c2;
    margin-left: 3px;
}

#pam_table tr {
    border-bottom: 1px solid #eee;
}
#pam_table thead tr{
    border-bottom: 1px solid #ccc;
}

#pam_table .button{ padding: 10px 15px; }


label.ds_field_label {
    text-transform: uppercase;
    color: #858585;
    font-size: 15px;
    white-space: nowrap;
    display: block;
}

.ds_field_value {
    font-size: 20px;
}

a.ds_field_value {
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 200px;
    vertical-align: middle;
    padding-bottom: 2px;
}

.ds_field_wrapper{ margin-bottom: 20px; }

.ds_field_wrapper > span{ font-size: 14px; }

.equipment_images .owl-carousel{ margin: 0; padding: 0; }
.equipment_images .owl-carousel div{ text-align: center; }

.data_section {
    margin-bottom: 30px;
}

.data_section_inner{
    padding: 20px;
    background-color: #fff;
}

span.ds_field_help.material-icons {
    font-size: 18px;
    color: #1674f5;
    position: relative;
    vertical-align: middle;
    margin-bottom: 4px;
}

.ds_field_help.material-icons::after {
    content: '?';
    position: absolute;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}


.ds_field_help_container{ position: relative; }

.ds_field_help_box_container {
    position: absolute;
    left: 100%;
    top: 0;
    box-shadow: 0 0 10px rgba(0 0 0 / 50%);
    padding: 20px 40px 20px 20px;
    background-color: #fff;
    width: 320px;
    z-index: 1;
}

.ds_field_help_box_close {
    font-size: 32px;
    font-weight: 700;
    color: #cb0000;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

.ds_field_help_box {
    font-size: 15px;
    text-transform: none;
    white-space: wrap;
    color: #000;
}

.data_tabs .data_tab_button {
    display: block;
    padding: 10px 20px;
    font-weight: 700;
    cursor: pointer;
    background-color: #004a8c;
    color: #fff;
    border-bottom: 1px solid #00437f;
}

.data_section_tabbed{ margin-bottom: 30px; }


.data_section_tabbed .data_tab_contents {
    width: 100%;
    display: none;
    background-color: #fff;
    padding: 20px;
}
.data_section_tabbed .data_tab_contents.active { display: block; }


.videos_data_tab_contents .ds_field_wrapper{ text-align: center; }

.ds_field_wrapper input, .ds_field_wrapper select, .ds_field_wrapper textarea{
    width: 100%;
}

#asset_information_content{
    background-color: #fff;
    margin-bottom: 30px;
}

#primary_asset_data {
    background-color: #1c4a89;
    color: #fff;
    justify-content: space-around;
    padding: 20px;
}

#primary_asset_data label {
    color: #fff;
    font-weight: 700;
}

#asset_information_cols {
    gap: 20px;
    padding: 30px;
    align-items: flex-start;
}

@media screen and (min-width: 768px){
    #asset_information_cols{
        display: flex;
    }
}

#asset_specifications label.ds_field_label {
    display: inline-block;
    color: #000;
    margin-right: 10px;
}

#asset_specifications .ds_field_value {
    color: #858585;
    font-size: 18px;
    font-weight: 500;
}

#asset_specifications h4 {
    text-transform: uppercase;
    color: #858585;
    font-size: 18px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
    margin: 0;
}

#secondary_asset_data {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 40px;
}

#asset_information_left { flex: 1 0 0px; min-width: 0; }
#asset_information_right { flex: 2 0 0px; }

#asset_information_container.editing #asset_information_left, #asset_information_container.editing #asset_information_right{
    flex: 1 0 0px;
}

#asset_information_container.editing #specifications .ds_field_wrapper{ margin-bottom: 15px; }

#asset_information_right > .data_section {
    border: 1px solid #eee;
    padding: 10px 20px;
}

.ds_field_wrapper.EndUserNotes label {
    display: block !important;
    margin-top: 0px;
}

.ds_field_notes_wrapper{
    padding: 20px;
    border: 1px solid #eee;
    margin-top: 20px;
}

.ds_field_wrapper.Notes label {
    display: block !important;
    margin-top: 20px;
}

#eams_account_bar {
    margin-bottom: 30px;
}

#eams_account_bar > div:first-child img {
    width: 350px;
    max-width: 100%;
}

#eams_account_cust_info{ margin-top: 10px; }
#eams_account_cust_info, #eams_account_cust_info > div {
    text-align: left;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    color: #1c4a89;
    line-height: 1.2em;
}

@media screen and (min-width: 768px){
    #aic_edit_heading {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    #eams_account_bar {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    #eams_account_cust_info{ margin-top: 0; }
    #eams_account_cust_info, #eams_account_cust_info > div {
        /*text-align: right;*/
    }
}

#eams_acct_name {
    font-size: 42px;
    font-weight: 400;
}

#eams_acct_num {
    font-size: 24px;
}

.data_tabs .data_tab_button.active {
    border-top: 3px solid #1174c2;
    background-color: #fff;
    color: #1174c2;
    border-bottom: 0;
}

.data_tabs .data_tab_button:hover {
    background-color: #fff;
}


.etf_input {
    position: relative;
}

.etf_input input, .etf_input textarea{ padding-right: 50px; }

.etf_append {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    border-bottom: 1px #444 dashed;
    cursor: help;
}



/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #21c936;
}

input:focus + .slider {
    box-shadow: 0 0 1px #21c936;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}




.equipment_images{ position: relative; overflow: hidden; }

.equipment_images .owl-carousel li {
    list-style: none;
    background-color: #EFF1F9;
    border: 2px solid #e9e9e9;
}

.ei_add_button{
    position: absolute;
    text-align: center;
    z-index: 999;
    left: 50%;
    transform: translateX(-50%);
    bottom: -100px;
    transition: all .2s ease-in-out;
}

.equipment_images:hover .ei_add_button {
    bottom: 50px;
}

.equipment_images_carousel{ margin-bottom: 20px; }



.image-uploader {
    padding: 20px;
    border: 1px solid #ccc;
    background: #f8f9fb;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

.image-preview-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}

.image-preview {
    position: relative;
    width: calc(50% - 10px); /* two per row with gap */
    max-width: 300px;
    border: 2px solid #ff9632;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    padding-bottom: 10px;
}

.image-preview img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

.image-title {
    width: 90%;
    font-size: 13px;
    margin-top: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 6px 8px;
}

.remove-btn {
    position: absolute;
    top: 6px;
    right: 6px;
    color: #fff;
    background: rgba(0,0,0,0.5);
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s;
}

.remove-btn:hover {
    background: rgba(0,0,0,0.7);
}

.remove-btn .material-icons {
    font-size: 20px;
    line-height: 1;
}

.progress-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 5px;
    background: #007bff;
    width: 0%;
    transition: width 0.2s;
}

.drop-zone {
    border: 2px dashed #ff9632;
    padding: 30px;
    text-align: center;
    color: #ff9632;
    cursor: pointer;
    border-radius: 5px;
    font-size: 14px;
}

.drop-zone.dragover {
    background: #ffeeee;
}


.ds_field_wrapper .assetfile_inputs input {
    display: block;
    margin-bottom: 10px;
    width: 240px;
}

.ds_field_wrapper .assetfile_inputs {
    position: relative;
    padding-right: 30px;
}

.ds_field_wrapper a.material-icons.remove_assetfile_input {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 20px;
    color: #cb0000;
    text-decoration: none;
    font-weight: 700;
}


.ds_field_wrapper.SerialNumber {
    position: relative;
}

.serial_suggestions {
    position: absolute;
    top: calc(100% - 4px);
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-top: none;
    z-index: 50;
    display: none;
    max-height: 200px;
    overflow-y: auto;
}

.serial_suggestion_item {
    padding: 8px;
    cursor: pointer;
}

.serial_suggestion_item:hover {
    background: #f5f5f5;
}

.ds_field_wrapper input[type="checkbox"] {
    width: auto;
}

#no_serial_container {
    font-size: 15px;
    margin-top: 5px;
    display: flex;
    gap: 5px;
    align-items: center;
}

.material-icons.delete_file{
    color: #cb0000;
    font-size: 20px;
    vertical-align: middle;
    font-weight: 800;
    text-decoration: none;
}


#spare_parts { display: block; }

.asset_spare_parts_table{ width: 100%; }

.spare_parts_add{ margin-top: 10px; }

.asset_spare_parts_table input[type="text"] {
    width: 90%;
}

a.material-icons.remove_sparepart {
    text-decoration: none;
    font-size: 32px;
    color: #cb0000;
    font-weight: 700;
}

.asset_spare_parts_table td {
    vertical-align: middle;
    padding: 10px 5px;
}
.asset_spare_parts_table td:nth-child(1) { width: 20%; }
.asset_spare_parts_table td:nth-child(2) { width: 35%; }
.asset_spare_parts_table td:nth-child(3) { width: 40%; }

.asset_spare_parts_table tr:first-child td {
    text-transform: uppercase;
    color: #858585;
    font-size: 15px;
    white-space: nowrap;
    padding: 0;
}

.asset_spare_parts_table tr {
    border-bottom: 1px solid #eee;
}

.asset_spare_parts_table tr:first-child {
    border-bottom: 1px solid #444;
    background-color: transparent !important;
}

.asset_spare_parts_table tr:nth-child(odd) {
    background-color: #fbfbfb;
}

@media screen and (min-width: 440px){
    #top_nav.tabbed_left{
        flex-direction: row;
    }
    .tabbed_left #top_nav_right{ text-align: right; }
}

@media screen and (min-width: 640px){

    #primary_asset_data {
        display: flex;
    }

    .data_section_inner {
        display: flex;
        flex-wrap: wrap;
        gap: 40px;
    }

    .data_section_tabbed{ margin-bottom: 0px; }

    .data_tabs {
        display: flex;
        flex-wrap: wrap;
    }

    .data_tabs .data_tab_button {
        order: 0;
        background-color: #f9f9f9;
        color: #000;
        border-left: 1px solid #eee;
        border-bottom: 0;
    }

    .data_tabs .data_tab_button:first-child{ border-left: none; }

    .data_section_tabbed .data_tab_contents {
        order: 2;
        margin-bottom: 30px;
    }


    .data_section_tabbed .data_tab_contents.active {
        display: flex;
        flex-wrap: wrap;
        gap: 40px;
        justify-content: flex-start;
    }

    .ds_field_wrapper{ margin-bottom: 0; }

    .ds_field_wrapper.Notes {
        width: 100%;
        flex: none;
    }

    .ds_field_wrapper input, .ds_field_wrapper select{
        width: 250px;
        max-width: 100%;
    }

    #asset_specifications .ds_field_wrapper input, #asset_specifications .ds_field_wrapper select{
        width: 100%;
    }

    .ds_field_wrapper input[type="file"]{
        width: 240px;
        font-size: 15px;
    }

}

#courses_greeting img{ width: 350px; max-width: 100%; }

#pam_table td:last-child { text-align: right; }

@media screen and (max-width: 1023px){
    #pam_table thead {
        display: none;
    }

    #pam_table tr {
        display: flex;
        flex-wrap: wrap;
    }

    #pam_table td label {
        display: block;
        font-weight: 700;
        font-size: 16px;
    }

    #pam_table td:last-child {
        width: 100%;
        text-align: left;
    }
}


input[type="date"]{ position: relative; }
input[type="date"]::-webkit-calendar-picker-indicator {
  position: absolute;
  right: 15px;
}

.service_history_section_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.pam_action_tools {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}

.pam_action_tools .material-icons {
    font-size: 32px;
    margin-top: 4px;
    color: #8897ac;
}



.pam_manage_row {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    align-items: center;
}

.pam_manage_row > div {
    padding: 20px;
    font-size: 16px;
}

.pam_manage_row h3 {
    font-size: 33px;
}

.pam_manage_row > div:first-child { flex: 2 0 0px; text-align: left;}

.pam_manage_row > div:last-child {
    text-align: right;
    flex: 1 0 0px;
}

.pam_manage_row > div:last-child .button {
    text-align: center;
    white-space: nowrap;
}


/* new buttons */

.button, a.button {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: linear-gradient(to bottom, #4285f4 0%, #2a64d2 100%);
    color: #fff;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: none;
    border-radius: 4px;
    padding: 10px 18px;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    transition: background 0.2s ease, transform 0.1s ease;
    border: 0px solid transparent;
}

.button:hover, a.button:hover {
    background: linear-gradient(to bottom, #4b8efc 0%, #336ddc 100%);
    border: 0px solid transparent;
}

.button:active, a.button:active {
    transform: translateY(1px);
    background: linear-gradient(to bottom, #336ddc 0%, #2859c4 100%);
}

.button .material-icons, a.button .material-icons {
    font-size: 18px;
    vertical-align: middle;
}


.button2, a.button2 {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: linear-gradient(to bottom, #e1e4e8 0%, #c8ccd0 100%);
    color: #333;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: none;
    border-radius: 4px;
    padding: 10px 18px;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    transition: background 0.2s ease, transform 0.1s ease;
    border: 0px solid transparent;
}

.button2:hover, a.button2:hover {
    background: linear-gradient(to bottom, #f0f2f4 0%, #d4d7da 100%);
    border: 0px solid transparent;
}

.button2:active, a.button2:active {
    transform: translateY(1px);
    background: linear-gradient(to bottom, #d4d7da 0%, #b8bbbe 100%);
}

.button2 .material-icons, a.button2 .material-icons {
    font-size: 18px;
    vertical-align: middle;
}

a.button.delete {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: linear-gradient(to bottom, #e55353 0%, #c9302c 100%);
    color: #fff;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: none;
    border-radius: 4px;
    padding: 10px 18px;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    transition: background 0.2s ease, transform 0.1s ease;
    border: 0px solid transparent;
}

a.button.delete:hover {
    background: linear-gradient(to bottom, #f06161 0%, #d13b37 100%);
    border: 0px solid transparent;
}

a.button.delete:active {
    transform: translateY(1px);
    background: linear-gradient(to bottom, #c9302c 0%, #a82824 100%);
}

a.button.delete .material-icons {
    font-size: 18px;
    vertical-align: middle;
}

a.button.disabled,
a.button[disabled] {
    opacity: 0.5;
    pointer-events: none;
    cursor: default;
}


.asset_video_modal iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto !important;
}


#eams_page_content h5 {
    margin: 10px 0 0;
    padding: 10px 0 0;
}

#eams_page_content h3 {
    font-size: 32px;
}

#eams_page_content h1,
#eams_page_content h2,
#eams_page_content h3,
#eams_page_content h4,
#eams_page_content h5,
#eams_page_content h6 {
    text-transform: none;
}

#courses_main_nav ul li a:hover, #courses_main_nav ul li a.active {
    text-decoration: underline;
}

.form_item_textarea textarea{ height: 400px; }



#eams_terms {
    background-color: #fff;
    padding: 20px;
    overflow-y: auto;
    max-height: 400px;
    font-size: 14px;
    margin-bottom: 20px;
}

#eams_terms * {
    font-size: 14px;
    font-weight: 500;
}

#eams_terms strong{ font-weight: 700; }

#eams_terms_checkbox {
    text-align: left;
    margin-bottom: 20px;
}

#eams_actions {
    text-align: left;
}




.signature_container {
    position: relative;
    text-align: left;
    margin-bottom: 20px;
}

.signature_container label, .signature_container label span{ cursor: default; }
.signature_container label{ padding: 0; }

#signature-pad{
    border: 2px solid #444;
    background-color: #fff;
    display: block;
    margin: 10px 0;
    width: 480px;
    height: 150px;
    max-width: 100%;
}

.signature_container ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.signature_container ul li {
    display: inline-block;
    width: auto;
}

.signature_container ul li, .signature_container ul li a, .signature_container ul li a span {
    color: #fff;
}

.signature_container ul li a {
    text-decoration: none;
    background-color: #9c9c9c;
    border: 2px solid #a3a3a3;
    padding: 8px 15px;
    display: inline-block;
    margin-right: 5px;
}
.signature_container ul li a.active, .signature_container ul li a:hover {
    border: 2px solid #004a8c;
    background-color: #0058a7;
}

.signature_container ul li a#signature_draw span{ color: #000; }
.signature_container ul li a#signature_erase span{ color: #fff; }

.signature_container ul li a span{ display: inline-block; vertical-align: middle; }

#signature_error{ display: none; padding: 10px; background-color: #fff; border: 2px solid #cb0000; color: #cb0000; font-weight: bold; }


#eams_set_password {
    padding: 20px;
    background-color: #fff;
    margin-bottom: 20px;
}


#eams_set_password h4 { margin: 0; }

#eams_set_password em { font-size: 15px; }

#eams_password_fields { margin-top: 10px; }

#eams_password_fields > div {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

#eams_password_fields > div > div:first-child { width: 200px; max-width: 100%; }

#eams_acceptance_page .error {
    margin-bottom: 10px;
}
