@font-face {
    font-family: 'SageTextRegular';
    src: url('/assets/fonts/Sage_Text-Regular.woff');
}


.bottom-bar-buttons {
    bottom: 0;
    height: 64px;
}

input[type=text]:focus {
    border-color: #668592;
    outline: 2px solid #FFB500;
    padding: 0 11px;
}

.item-form {
    margin-bottom: 12px;
}

.item-form-div {
    margin-bottom: 10px;
}

.input-label {
    display:-block;
    font-weight: 500; /* semi-bold */
    line-height: 24px;
}

.label-space-m {
}

.input-container {
}

.input-height-m {
    height: 50px;
}

.input-width-m {
    width: 400px;
}

.input-width-m-narrow {
    width: 300px;
}

.input-widthlm {
    width: 100%;
}

.item-form-width {
}

.item-form-control {
    border: 1px solid #668592;
    font-family: SageTextRegular, Arial;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    min-width: 350px;
    padding: 0 12px;
}

.item-form-control-narrow {
    border: 1px solid #668592;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    min-width: 250px;
    padding: 0 12px;
    width: 300px;
}

.item-checkRgpd{
    height: 20px;
    margin-bottom: 12px;
}
