.bg-anicura-color {
    background-color: #B3D6E0;
}

.next-button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 6px 15px;
    width: 100%;
    height: 37px;
    background: #D45773;
    border-radius: 32px;
    border: 0px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #FFFFFF;
    margin: 20px 0 10px 0;
}

.btn-anicura:focus {
    outline: none;
}

.site-title-additional {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 44px;
    color: #11263B;
    margin-bottom: 25px;
    max-width: 395px;
    text-align: center;
}

.main-form {
    margin-top: 3%;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.main-form-body {
    border: 1px solid #E0E7F4;
    border-radius: 8px;
    width: 100%;
    background-color: white;
    display: flex;
    flex-direction: column;
    padding: 25px 71px 25px 75px;
}

.splitter {
    width: 100%;
    height: 0;
    margin: 10px 0 20px 0;
    display: flex;
    border: 1px solid #E0EEF4;
}

.header-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

input {
    height: 40px;
    /*width: 303px !important;*/
    /*padding-left: 10px;*/
}

.form-label {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    color: #687284;
}

.invalid-feedback {
    font-family: 'Open Sans';
    font-style: normal;
    color: #c76277;
}

.additional-info {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 125%;
    color: #687284;
    text-align: justify;
}

.input-header-text {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #37474F;
}

.account-text {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    color: #687284;
}

.main-container {
    max-width: 500px;
}

.form-control.is-invalid {
    border-color: #c76277;
}

a.next-button {
    color: white;
    text-decoration: none;
}