.neon_en_field_set {
    margin:0;
    padding:0 20px 10px;
    border: 1px solid #c0c0c0;
}

.neon_en_legend {
    font-family: Lato;
    margin-bottom: 10px;
    border-bottom:none;
    width: auto;
    font-size: 18px;
    color: #002d41;
    font-weight: bold;
    float: unset !important;
    line-height: 20px;
}

.third_part_login_label {
    text-align: center;
    opacity: 0.8;
    font-size: 14px!important;
    font-style: normal;
    font-family: Roboto;
    font-weight: normal;
    color: #333;
    font-weight: 700;
}

.third_part_login_type {
    text-align: center;
}

.third_part_login_item {
    cursor: pointer;
}

.neonfront-modal{
    font-size: 14px;
}

.neonfront-modal .modal-dialog {
    max-width: 580px !important;
    font-family: Lato;
}

.neonfront-modal .modal-header h5{
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #24556E;
}

#achConfirmModal .title{
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 28px;
    color: #002D41;
}

#achConfirmModal .sub-title{
    color: #54698D;
}

.neonfront-modal .modal-footer{
    border: none !important;
    background-color: #FBFBFD;
    height: 70px;
    justify-content: space-between;
    padding-left: 30px;
    padding-right: 30px;
}

#encourageLoginModal .modal-header,.neonfront-modal .modal-header {
    padding: 15px 15px 0px 15px !important;
    border-bottom: none !important;
}

#encourageLoginModal .modal-body {
    padding: 0 1.5rem 0 1.5rem !important;
}

#encourageLoginModal .modal-dialog {
    max-width: 450px !important;
}

#encourageLoginModal .toast.bg-info {
    background-color: #d9edf7 !important;
    color: #31708f !important;
}

#contactsListModal .contacts-table-container{
    height: 360px;
    overflow-y: scroll;
}
#contactsListModal .contacts-table-container::-webkit-scrollbar {
    width: 6px;
}
#contactsListModal .contacts-table-container::-webkit-scrollbar-thumb{
    border-radius: 4px;
    background-color: rgb(193 193 193);
    transition: background-color 0.3s;
}




#contactsListModal .user-name{
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 0.875rem;
    text-transform: uppercase;
    color: #002D41;
}

#contactsListModal .term-name{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 0.75rem;
    color: #3C4144;
}

#contactsListModal .period{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 0.75rem;
    color: #36517D;
}

.recover_account_label {
    font-size: 14px!important;
    font-style: normal;
    font-family: Roboto;
    font-weight: bold;
    padding: 0;
    margin: 10px 0;
    color: #333;
    letter-spacing: normal;
    word-spacing: normal;
}

.email_invalid_message {
    margin-top: 4px;
    font-size: 14px!important;
    font-style: normal;
    font-family: Roboto;
    font-weight: normal;
    color: #a94442;
    letter-spacing: normal;
    word-spacing: normal;
}

.login_errors {
    font-weight: bold;
    text-align: left;
    color: #FF0000;
    font-size: 14px;
    word-break: break-word;
}

.user_logged_logo {
    cursor: pointer;
    font-size: 24px;
    padding: 0 1rem;
}