/* This is supposed to override the site.css that comes from Lift and Shift
    as explained in the Readme.md file. At the moment we are fixing the path
    to different resources like fonts and images.
    This should not be done directly in the site.css as that one will be
    overriden quite often before release.
    Also, any new css, specific to FXSNet but related to FEC compenents can
    be placed in here!
*/

/*Recipients form*/
.mobile-header-manage-recipients {
    padding-top: 15px;
    padding-right: 15px;
}

.close-icon {
    width: 30px;
    height: 30px;
    margin: 0;
    float: right;
}

.recipient-form .recipient-basic .page-heading {
    margin-left: 15px;
    margin-right: 15px;
}

.recipient-form .page-heading {
    margin: 0 15px 0 15px !important;
    padding-bottom: 4px;
    border-bottom: solid 1px #37BDF7;
    font-size: 26px;
}

.recipient-form button.btn-link {
    font-size: 14px;
}

#ManageRecipientsComponent .ofx-panel-form {
    border: none;
    padding: 0 15px;
    margin-top: 25px;
}

.manage-recipients-title .ofx-page-title {
    margin: 0 15px 0 15px !important;
    font-size: 26px;
}
/*Recipients form end*/

/*Registration - personal*/
#banner .ofx-container-header {
    padding-left: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.uia-registration-personal {
    margin-top: 0;
}

html,
body {
    background-color: #fff;
}

main.container {
    padding-top: 0;
}

/*Header - logo*/
.site-header--logo--icon:before {
    content: "\e600";
}