.form-group .inline-label {
    display: inline-block;
}

.text-color-red {
    color: red;
}

.ap-declaration-and-authorization {
    padding: 20px;
    max-height: 380px;
    overflow-y: scroll;
    background-color: #f5f5f5;
    border: solid 1px;

}

.ap-declaration-and-authorization h1 {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
    font-family: 'PT Sans', sans-serif;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

.ap-declaration-and-authorization ul li {
    margin-bottom: 10px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif
}

.ap-declaration-and-authorization ul{
    margin-bottom: 30px;
}

.ap-declaration-and-authorization b {
    font-weight: 600;
}

.declaration-and-authorization-wrapper label {
    cursor: pointer;
    display: inline;
}

.declaration-and-authorization-wrapper label span {
    text-decoration: underline;
}

.modal-declaration-and-authorization {
    max-width: 800px;
    width: 100%;
    border: solid 1px;
}

.button-wrapper {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    color: white;
}

.button-wrapper button {
    max-width: 200px;
    cursor: pointer;
}

.button-wrapper button {
    color: white;
}

.button-wrapper button:disabled {
    background-color: #4b4b4b;
    border-color: #4b4b4b;
}

.logo-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
}

.logo-wrapper img {
    max-width: 190px;
    max-height: 150px;
}

.form-group label .checkbox-clickable {
    text-decoration: underline;
    color: #10003B;
}

.form-group label .checkbox-clickable:active {
    color: #10003B;
}

.registration-form .applied-with-this-client-within-last-12-months-form-wrapper {
    font-weight: 700;
}

.registration-form .applied-with-this-client-within-last-12-months-form-wrapper p {
    margin-top: 0;
}

.registration-form .applied-with-this-client-within-last-12-months-form {
    display: flex;
    gap: 16px;
}

.registration-form .registration-form-fields .applied-with-this-client-within-last-12-months-form label {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.registration-form .applied-with-this-client-within-last-12-months-form input {
    margin: 0 10px 0 0;
}