*, ::before, ::after { -webkit-box-sizing: inherit; box-sizing: inherit; }

html { height: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; }

html { font-size: 16px; line-height: 1.25; }

@media screen and (min-width: 320px) { html { font-size: calc(16px + 2 * ((100vw - 320px) / 880)); line-height: calc(1.25 + 0.25 * ((100vw - 320px) / 880)); } }

@media screen and (min-width: 1200px) { html { font-size: 18px; line-height: 1.5; } }

@media screen and (prefers-reduced-motion: no-preference) { html { scroll-behavior: smooth; } }

body { font-family: "Nunito Sans", Roboto, Arial, sans-serif; font-weight: 400; color: #2a2a2a; padding: 0; background-color: #fefefe; }

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td, figure { margin: 0; padding: 0; }

img { border-style: none; display: block; vertical-align: middle; max-width: 100%; height: auto; -ms-interpolation-mode: bicubic; }

ul, ol, dl { margin-bottom: 1rem; list-style-position: outside; line-height: 1.5; }

ul { margin-left: 1.25rem; list-style-type: disc; }

a { background-color: transparent; color: #6B727B; text-decoration: underline; line-height: inherit; cursor: pointer; }

a:hover { color: #50555c; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { margin-bottom: calc(1rem / 2); }

h1 { font-size: 2rem; line-height: 1.2; }

h2 { font-size: 1.777rem; }

h3 { font-size: 1.333rem; line-height: 1.4; }

p { margin-bottom: 1rem; }

small { font-size: 80%; line-height: inherit; }

.menu { padding: 0; margin: 0; list-style: none; position: relative; display: flex; display: -ms-flexbox; display: -webkit-box; display: -webkit-flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.menu a, .menu .button { line-height: 1; text-decoration: none; display: block; padding: 0.85rem 1rem; }

.menu input, .menu select, .menu a, .menu .button { margin-bottom: 0; }

.menu, .menu.horizontal { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; flex-direction: row; }

.text-center { text-align: center; }

.button-group { margin-bottom: 1rem; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; }

.button-group::before, .button-group::after { display: table; content: ''; -webkit-flex-basis: 0; -ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-ordinal-group: 2; -webkit-order: 1; -ms-flex-order: 1; order: 1; }

.button-group::after { clear: both; }

.button-group.expanded .button { -webkit-box-flex: 1; -webkit-flex: 1 1 0px; -ms-flex: 1 1 0px; flex: 1 1 0px; }

.button-group .button { margin: 0; margin-right: 1rem; margin-bottom: 1rem; -webkit-box-flex: 0; -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; flex: 0 0 auto; white-space: normal; }

.button-group .button:last-child { margin-right: 0; }

@media screen and (max-width: 39.9375em) { .button-group .button { margin-right: 0; } }

a.button:hover, a.button:focus { text-decoration: none; }

.button { cursor: pointer; display: inline-block; letter-spacing: 0.0125em; font-family: inherit; font-size: 0.9rem; line-height: 1.5; text-align: center; text-decoration: none; text-transform: none; vertical-align: middle; margin: 0 0 1rem 0; padding: 0.85rem 1rem; -webkit-transition: all 0.25s ease-out; transition: all 0.25s ease-out; -webkit-appearance: none; min-width: 30%; }

@media screen and (max-width: 39.9375em) { .button { min-width: 75%; } }

.button, .button.disabled, .button[disabled], .button.dsiabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus { background-color: #6B727B; color: #fefefe; border: 1px solid transparent; border-radius: 5px; }

.button:hover, .button:focus { background-color: #50555c; color: #fefefe; border: 1px solid transparent; border-radius: 5px; }

.align-center { -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }

.align-right { -webkit-box-pack: end; -webkit-justify-content: end; -ms-flex-pack: end; justify-content: flex-end; }

.align-spaced { -webkit-justify-content: space-around; -ms-flex-pack: distribute; justify-content: space-around; }

.align-spaced { -webkit-justify-content: justify; -ms-flex-pack: justify; justify-content: space-between; }

.login { background: radial-gradient(at 0% 0%, rgba(248, 246, 228, 0.75) 0%, rgba(218, 215, 197, 0.75) 50%, rgba(193, 195, 188, 0.5) 75%, rgba(199, 211, 218, 0.5) 100%) top left, url("/Frontend/Images/ConfidenceLine/grunge_wall_@2X.png") top left repeat; background-size: contain, auto; display: grid; grid-template-columns: 1fr; grid-template-rows: auto; grid-template-areas: "header" "main" "footer"; max-width: 1200px; margin: 0 auto; }

@media screen and (min-width: 64em) { .login { grid-template-columns: 1fr 1fr; grid-template-rows: 10vh auto; grid-template-areas: ". ." "header main" "footer footer"; -webkit-column-gap: 4rem; -moz-column-gap: 4rem; column-gap: 4rem; } }

.login__header { grid-area: header; position: relative; margin-top: 2rem; }

@media screen and (min-width: 64em) { .login__header { margin-top: 0; } }

.login__header .menu { align-self: flex-end; }

.login__header .menu a { text-decoration: underline; }

.login__header .menu a:hover { text-decoration: none; }

.login__header .login__logo-container { position: relative; width: 100%; height: 10%; }

.login__header .login__logo { position: relative; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); width: 100%; max-width: 500px; height: auto; padding-bottom: 10%; background-image: url("data:image/svg+xml,%3Csvg id='confidenceline-en-logo' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 499.02 45.97' width='499' height='46' preserveAspectRatio='xMidYMid'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%236b727b%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M35.39 5.7v12.78a17.51 17.51 0 00-4.79-3.91 10.91 10.91 0 00-5.11-1.25 10.51 10.51 0 00-8.16 3.44 12.87 12.87 0 00-3.12 9 12 12 0 003.18 8.56 10.63 10.63 0 008.1 3.4 10.91 10.91 0 005.11-1.25 17.31 17.31 0 004.79-3.94v12.8a27.93 27.93 0 01-5.54 2 23.25 23.25 0 01-5.56.68 23.77 23.77 0 01-6.49-.84 18.45 18.45 0 01-5.47-2.53A21.55 21.55 0 015 36.52a23.68 23.68 0 01-2.52-11 24 24 0 011.6-9 21.78 21.78 0 014.83-7.27 20.09 20.09 0 016.87-4.69A22.51 22.51 0 0124.29 3a23.24 23.24 0 015.56.67 27.93 27.93 0 015.54 2.03zM86 25.57a21.78 21.78 0 01-6.65 15.9 23.48 23.48 0 01-16.26 6.6 23.16 23.16 0 01-8.81-1.72 22.44 22.44 0 01-7.4-4.88 21.73 21.73 0 01-5-7.26 22.13 22.13 0 01-1.71-8.64 22 22 0 011.71-8.66 21.79 21.79 0 015-7.25 22.44 22.44 0 017.4-4.88 23.52 23.52 0 0117.61 0 22.7 22.7 0 017.46 4.88A22 22 0 0186 25.57zM63.11 38.16a10.3 10.3 0 008-3.57 13.06 13.06 0 003.18-9 13 13 0 00-3.23-9 10.74 10.74 0 00-16 0 13.07 13.07 0 00-3.18 9 13.15 13.15 0 003.14 9 10.3 10.3 0 008.09 3.57zM92.14 46.92V4h11.28l16.2 22.06c.31.45.82 1.36 1.54 2.71s1.5 3 2.36 4.85c-.24-1.77-.41-3.36-.52-4.74s-.16-2.62-.16-3.7V4h11.22v42.92h-11.22l-16.2-22.14a27.22 27.22 0 01-1.57-2.71c-.71-1.36-1.49-3-2.32-4.79q.34 2.68.51 4.77c.1 1.39.16 2.62.16 3.69v21.18zM143.26 46.92V4h26.28v9.41h-14.88v7.44h14v9.2h-14v16.87zM176.19 46.92V4H188v42.92zM196.23 46.92V4h8.94q10 0 14.13.94a20.31 20.31 0 017.28 3.14 18.32 18.32 0 016.19 7.28 23.36 23.36 0 012.11 10.12 23.39 23.39 0 01-2.11 10.12 18.32 18.32 0 01-6.19 7.28 20 20 0 01-7.09 3.12 59.51 59.51 0 01-12.36.92h-10.9zm11.58-9.61h2q6.89 0 10-2.82t3.16-9q0-6.15-3.16-9t-10-2.87h-2zM241 46.92V4h26.28v9.41H252.4v7.44h14v9.2h-14v7.23h14.88v9.61zM275 46.92V4h11.28l16.2 22.06A29 29 0 01304 28.8q1.07 2 2.36 4.85c-.23-1.77-.41-3.36-.51-4.74s-.16-2.62-.16-3.7V4h11.22v42.92h-11.19l-16.2-22.14a23.65 23.65 0 01-1.52-2.71c-.72-1.36-1.49-3-2.33-4.79q.35 2.68.51 4.77c.11 1.39.16 2.62.16 3.69v21.18zM356 5.7v12.78a17.51 17.51 0 00-4.79-3.91 10.91 10.91 0 00-5.11-1.25 10.51 10.51 0 00-8.1 3.44 12.87 12.87 0 00-3.12 9A12 12 0 00338 34.3a10.63 10.63 0 008.1 3.4 10.91 10.91 0 005.11-1.25 17.31 17.31 0 004.79-3.94v12.8a27.71 27.71 0 01-5.54 2 23.25 23.25 0 01-5.56.68 23.77 23.77 0 01-6.49-.84 18.45 18.45 0 01-5.41-2.51 21.55 21.55 0 01-7.32-8.12 23.68 23.68 0 01-2.52-11 24 24 0 011.6-9 21.78 21.78 0 014.82-7.31 20.09 20.09 0 016.87-4.69A22.51 22.51 0 01344.92 3a23.24 23.24 0 015.56.67A27.71 27.71 0 01356 5.7zM363.81 46.92V4h26.28v9.41h-14.88v7.44h14v9.2h-14v7.23h14.88v9.61zM398.59 46.92V4h3.89v39.26h14.71v3.66zM423.37 46.92V4h3.9v42.92zM436.76 46.92V2.22l30.38 35.89V4h3.64v44.18l-30.36-35.94v34.68zM480.27 46.92V4h21.24v3.7h-17.34v13.41h17.34v3.67h-17.34v18.48h17.34v3.66z' transform='translate(-2.49 -2.22)'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-size: contain; }

@media screen and (min-width: 64em) { .login__header .login__logo { padding-bottom: 20%; } }

[lang|="fr"] .login__logo { background-image: url("data:image/svg+xml,%3Csvg id='confidenceline-fr-logo' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 531.07 36.77' preserveAspectRatio='xMidYMid'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%236b727b%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M4.46 37.18V2.87h3.12v31.38h11.77v2.93zM24.29 37.18V2.87h3.12v34.31zM64.09 11.49A14.26 14.26 0 0059 6.59a14.11 14.11 0 00-6.87-1.66 13.53 13.53 0 00-10.42 4.31 15.74 15.74 0 00-4 11.18 15.71 15.71 0 001.06 5.79 14.72 14.72 0 003.1 4.79 13.76 13.76 0 004.62 3.13 14.77 14.77 0 005.6 1 13.17 13.17 0 009.39-3.4 11.9 11.9 0 003.71-8.88H53.35v-2.7h15.26v.38q0 8.2-4.47 12.84t-12.33 4.72q-7.81 0-12.64-5t-4.82-13a19.76 19.76 0 011.22-7 16.58 16.58 0 013.51-5.73 16.26 16.26 0 015.61-4 17.8 17.8 0 017-1.32A19.58 19.58 0 0160.62 4a13.29 13.29 0 015.74 5.54zM74.21 37.18V1.41l24.31 28.71V2.87h2.91v35.32L77.14 9.43v27.75zM109 37.18V2.87h17V5.8h-13.86v10.73H126v2.93h-13.86v14.79H126v2.93zM159.83 4.2v10.22a14.23 14.23 0 00-3.83-3.13 8.76 8.76 0 00-4.09-1 8.39 8.39 0 00-6.53 2.75 10.3 10.3 0 00-2.49 7.18 9.63 9.63 0 002.54 6.85 8.48 8.48 0 006.48 2.72 8.77 8.77 0 004.09-1 13.79 13.79 0 003.83-3.15v10.25a22.21 22.21 0 01-4.43 1.62 18.62 18.62 0 01-4.45.54 19.29 19.29 0 01-5.19-.67 14.68 14.68 0 01-4.37-2 17.17 17.17 0 01-5.86-6.49 18.9 18.9 0 01-2-8.81 19.26 19.26 0 011.28-7.16A17.44 17.44 0 01138.64 7a16.14 16.14 0 015.5-3.75 17.92 17.92 0 016.86-1.2 18.62 18.62 0 014.45.54 21.56 21.56 0 014.38 1.61zM200.33 20.09A17.45 17.45 0 01195 32.82a18.6 18.6 0 01-6 3.9 18.7 18.7 0 01-14 0 17.84 17.84 0 01-5.92-3.9A17.54 17.54 0 01165 27a18.16 18.16 0 010-13.84 17.5 17.5 0 014-5.8 18 18 0 016-3.9 18.8 18.8 0 0114.09 0 18.3 18.3 0 016 3.91 17.4 17.4 0 014 5.79 17.74 17.74 0 011.24 6.93zM182 30.17a8.24 8.24 0 006.44-2.86 10.47 10.47 0 002.56-7.22 10.38 10.38 0 00-2.58-7.19 8.57 8.57 0 00-12.83 0 10.42 10.42 0 00-2.54 7.2 10.56 10.56 0 002.5 7.25 8.25 8.25 0 006.45 2.82zM204.27 37.18V2.87h9l13 17.64c.25.36.66 1.09 1.24 2.17s1.19 2.38 1.88 3.88c-.19-1.42-.32-2.69-.41-3.8s-.13-2.09-.13-3V2.87h9v34.31h-9l-13-17.72a20.64 20.64 0 01-1.25-2.17c-.57-1.08-1.19-2.36-1.87-3.83.19 1.44.33 2.71.41 3.82s.13 2.09.13 2.95v17zM244.21 37.18V2.87h21v7.52h-11.9v5.95h11.22v7.36h-11.2v13.48zM270.55 37.18V2.87H280v34.31zM286.58 37.18V2.87h7.15a58.34 58.34 0 0111.27.75 16.41 16.41 0 015.83 2.5 14.66 14.66 0 014.98 5.88 18.57 18.57 0 011.69 8.1 18.52 18.52 0 01-1.69 8.09 14.66 14.66 0 01-4.94 5.81 16.27 16.27 0 01-5.68 2.47 48 48 0 01-9.89.74h-8.72zm9.26-7.69h1.57q5.5 0 8-2.26t2.59-7.18c0-3.29-.84-5.69-2.53-7.22s-4.37-2.3-8-2.3h-1.57zM321.44 37.18V2.87h21v7.52h-11.89v5.95h11.23v7.36h-11.23v5.79h11.91v7.69zM347.69 37.18V2.87h9l13 17.64c.25.36.66 1.09 1.23 2.17s1.2 2.38 1.89 3.88c-.19-1.42-.32-2.69-.41-3.8s-.13-2.09-.13-3V2.87h9v34.31h-9l-13-17.72a18.94 18.94 0 01-1.27-2.17c-.57-1.08-1.2-2.36-1.87-3.83.19 1.44.33 2.71.41 3.82s.13 2.09.13 2.95v17zM394.49 37.18V11h-7.69V2.87h24.73V11h-7.69v26.2zM417.3 37.18V2.87h9.44v34.31zM433.33 37.18V2.87h21v7.52h-11.9v5.95h11.22v7.36h-11.2v5.79h11.9v7.69zM460.54 37.18V2.87h9.35v26.29h11.63v8zM488 37.18V2.87h9.35v26.29H509v8zM514.51 37.18V2.87h21v7.52h-11.88v5.95h11.23v7.36h-11.23v5.79h11.91v7.69z' transform='translate(-4.46 -1.41)'/%3E%3C/svg%3E") !important; padding-bottom: 24%; }

[lang|="es"] .login__logo { background-image: url("data:image/svg+xml,%3Csvg id='confidenceline-es-logo' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 480.42 46.9' preserveAspectRatio='xMidYMid'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%236b727b%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M2.79 47.64V13.33H5.9v31.38h11.77v2.93zM21.09 10l5-8.2h3.85L23.3 10zm1.53 37.69V13.33h3.11v34.31zM33.33 47.64V11.88l24.3 28.71V13.33h2.91v35.32L36.26 19.89v27.75zM68.13 47.64V13.33h17v2.93H71.25V27h13.88v2.93H71.25v14.78h13.88v2.93zM88.08 47.64L103.15 12l14.44 35.67h-3.4L109.81 36h-14l-4.57 11.64zm8.76-14.3h12l-5.86-14.93zM145.69 14.66v10.22a14.23 14.23 0 00-3.83-3.13 8.79 8.79 0 00-4.09-1 8.41 8.41 0 00-6.53 2.75 10.27 10.27 0 00-2.5 7.19 9.6 9.6 0 002.55 6.84 8.48 8.48 0 006.48 2.72 8.68 8.68 0 004.09-1 13.79 13.79 0 003.83-3.15v10.25a22.44 22.44 0 01-4.43 1.65 18.62 18.62 0 01-4.45.54 19 19 0 01-5.2-.67 14.66 14.66 0 01-4.37-2 17.33 17.33 0 01-5.86-6.49 19 19 0 01-2-8.81 19.09 19.09 0 011.28-7.16 17.44 17.44 0 013.85-5.85 16.14 16.14 0 015.5-3.75 17.92 17.92 0 016.81-1.24 18.62 18.62 0 014.45.54 23 23 0 014.42 1.55zM187.15 30.56a17.45 17.45 0 01-5.32 12.72 18.6 18.6 0 01-6 3.9 18.57 18.57 0 01-14.05 0 17.74 17.74 0 01-5.92-3.9 17.25 17.25 0 01-4-5.81 18.16 18.16 0 010-13.84 17.31 17.31 0 014-5.8 17.74 17.74 0 015.92-3.9 18.77 18.77 0 0114.08 0 18.05 18.05 0 016 3.9 17.56 17.56 0 015.32 12.73zm-18.33 10.07a8.22 8.22 0 006.43-2.86 10.42 10.42 0 002.55-7.21 10.39 10.39 0 00-2.58-7.2 8.59 8.59 0 00-12.83 0 10.44 10.44 0 00-2.55 7.21 10.54 10.54 0 002.51 7.24 8.24 8.24 0 006.47 2.82zM192.05 47.64V13.33h9L214 31a24 24 0 011.23 2.17q.86 1.62 1.89 3.87c-.19-1.42-.33-2.68-.41-3.79s-.13-2.1-.13-3V13.33h9v34.31h-9l-13-17.72a18.94 18.94 0 01-1.25-2.17c-.58-1.08-1.2-2.36-1.87-3.83.19 1.44.33 2.71.41 3.82s.13 2.1.13 3v16.9zM232 47.64V13.33h21v7.52h-11.9v6h11.23v7.35H241.1v13.44zM258.33 47.64V13.33h9.44v34.31zM274.36 47.64V13.33h7.15a58.34 58.34 0 0111.31.75 16.12 16.12 0 015.82 2.51 14.67 14.67 0 014.95 5.82 18.74 18.74 0 011.69 8.1 18.74 18.74 0 01-1.69 8.1 14.81 14.81 0 01-4.95 5.82A16 16 0 01293 46.9a47.3 47.3 0 01-9.89.74h-8.72zm9.26-7.64h1.57q5.51 0 8-2.26t2.53-7.18q0-4.92-2.53-7.22t-8-2.3h-1.57zM310.18 47.64V13.33h21v7.52h-11.89v6h11.23v7.35h-11.23V40h11.91v7.69zM337.39 47.64V13.33h9l13 17.65a24 24 0 011.23 2.17q.86 1.62 1.89 3.87c-.19-1.42-.33-2.68-.41-3.79s-.13-2.1-.13-3v-16.9h9v34.31h-9L349 29.92a18.55 18.55 0 01-1.26-2.17c-.57-1.08-1.19-2.36-1.86-3.83.19 1.44.32 2.71.41 3.82s.13 2.1.13 3v16.9zM402.19 14.66v10.22a14.23 14.23 0 00-3.83-3.13 8.76 8.76 0 00-4.09-1 8.42 8.42 0 00-6.53 2.75 10.31 10.31 0 00-2.49 7.19 9.59 9.59 0 002.54 6.84 8.49 8.49 0 006.48 2.72 8.65 8.65 0 004.09-1 13.79 13.79 0 003.83-3.15v10.25a22.21 22.21 0 01-4.43 1.65 18.62 18.62 0 01-4.45.54 18.9 18.9 0 01-5.19-.67 14.43 14.43 0 01-4.37-2 17.17 17.17 0 01-5.86-6.49 18.9 18.9 0 01-2-8.81 19.29 19.29 0 011.28-7.16A17.6 17.6 0 01381 17.5a16.14 16.14 0 015.5-3.75 17.92 17.92 0 016.81-1.24 18.62 18.62 0 014.45.54 22.8 22.8 0 014.43 1.61zM408.66 47.64V13.33h9.44v34.31zM422.58 47.64l11.84-34.31h11.72L458 47.64h-9.3L447 41.5h-13.33l-1.78 6.14zm13.1-12.82H445l-3.5-11.32c-.1-.34-.25-.9-.44-1.66l-.73-3c-.2.85-.4 1.65-.59 2.42s-.4 1.5-.6 2.2zM462.24 47.64V13.33h9.35v26.3h11.62v8z' transform='translate(-2.79 -1.75)'/%3E%3C/svg%3E") !important; padding-bottom: 20%; }

.login__main { grid-area: main; }

.login__main h1 { font-weight: 700; }

.login__main .button { margin: 2rem 0 2.5rem; }

.login__main aside { border-top: 1px solid #cacaca; padding-top: 1rem; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.login__main aside a { display: block; min-width: 125px; max-height: 75px; }

.login__main aside p { line-height: 1.25; font-size: 0.9rem; margin-left: 1rem; }

.login__main .xpera-hr-logo { background-image: url("data:image/svg+xml,%3Csvg id='xpera-hr-en-logo' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 154.3 62.96' width='154' height='63' preserveAspectRatio='xMidYMid'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23807f83%7D.cls-2%7Bfill:%23ac1e2e%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M138.68 49.87c-6.69 0-11.88 5.19-11.88 13 0 6.33 4.09 12.07 11.57 12.07 1.29 0 4.42-.49 5.89-1.71v1.51h6.38v-14c0-6.28-4.64-10.87-11.96-10.87zm.09 18.55a5.6 5.6 0 01-5.58-5.83c0-3.54 2.34-6.34 5.38-6.34 3.5 0 5.69 1.91 5.69 4.8v5.56c-1.49 1.39-4.14 1.81-5.49 1.81zM100.67 52.35c-5.88-4.39-12.94-2.63-17 2.78S80 67.81 85.86 72.2a12.44 12.44 0 0016.52-.87L97.77 67a6 6 0 01-8 .33 5.71 5.71 0 01-1.94-2.53h17.84c.91-3.8.06-8.67-5-12.45zM88.1 59.78a6.59 6.59 0 01.57-.93c2-2.73 5.48-3.61 7.93-1.78a4 4 0 011.81 2.69zM65.67 49.87c-7 0-11.81 5.61-11.81 12.6V85h6.3V74A16.07 16.07 0 0066 75c6.74 0 11.41-6 11.41-12.49-.04-7.03-4.86-12.64-11.74-12.64zm-.1 18.5a11.69 11.69 0 01-5.41-1v-5c0-3.5 2.31-6 5.6-6 3 0 5.32 2.46 5.32 6s-2.31 6-5.51 6z' transform='translate(-25 -25)'/%3E%3Cpath class='cls-2' d='M25.03 49.71L15.84 37.1l9.19-11.87h-7.19l-5.33 7.31-5.33-7.31H0L9.19 37.1 0 49.71h7.18l5.33-8.05 5.33 8.05h7.19z'/%3E%3Cpath class='cls-1' d='M109.49 74.71V50.25h6.09v4.63h.1c1.11-3.17 3.48-4.93 6.2-4.93h1.35v6.84h-1.56c-3.22 0-5.33 2.22-5.33 5.94v12z' transform='translate(-25 -25)'/%3E%3Cpath class='cls-2' d='M137.47 18.01l-10.68-7.34 4.57 7.91 6.11 4.2v-4.77zM132.85 21.16l4.62 8.02v-4.84l-4.62-3.18zM137.47 11.6L120.64 0l4.66 8.09 12.17 8.36V11.6z'/%3E%3Cpath class='cls-1' d='M137.47 22.78l6.11-4.2 4.57-7.91-10.68 7.34v4.77zM137.47 24.34v4.84l4.62-8.02-4.62 3.18zM149.63 8.09L154.3 0l-16.83 11.6v4.85l12.16-8.36z'/%3E%3Cpath class='cls-2' d='M93.16 81.55h1.1v2.62h3v-2.62h1.11v6.31h-1.1V85.2h-3v2.66h-1.1zM100 81.55h2.8a2.55 2.55 0 011.82.63 1.89 1.89 0 01.53 1.36 1.89 1.89 0 01-1.51 1.91l1.7 2.39H104l-1.55-2.2h-1.35v2.2H100zm2.72 3.13c.8 0 1.3-.42 1.3-1.06 0-.68-.49-1-1.31-1h-1.61v2.12zM106.17 86.94l.44-.52a3 3 0 002.16.89c.85 0 1.41-.45 1.41-1.07 0-.59-.32-.92-1.64-1.2s-2.12-.78-2.12-1.82a1.86 1.86 0 012.07-1.72 3.32 3.32 0 012.22.78l-.42.55a2.75 2.75 0 00-1.82-.69c-.82 0-1.34.45-1.34 1 0 .59.33.93 1.71 1.22s2.06.82 2.06 1.79c0 1.08-.9 1.79-2.16 1.79a3.71 3.71 0 01-2.57-1zM112.34 81.55h4.56v.65h-3.85v2.15h3.44V85h-3.44v2.21h3.89v.65h-4.6zM118.37 81.55h2.71a2.49 2.49 0 011.79.63 1.74 1.74 0 01.49 1.25 1.84 1.84 0 01-1.71 1.84l1.94 2.58h-.88l-1.82-2.45h-1.81v2.45h-.71zm2.63 3.22c1 0 1.62-.49 1.62-1.3 0-.77-.59-1.24-1.61-1.24h-2v2.56zM124.16 81.55h.84l2.19 5.45 2.25-5.43h.77l-2.71 6.33h-.63zM131.51 81.55h.71v6.31h-.71zM133.79 84.72a3.17 3.17 0 013.21-3.27 3.27 3.27 0 012.46 1L139 83a2.73 2.73 0 00-2-.87 2.47 2.47 0 00-2.44 2.59 2.49 2.49 0 002.44 2.59 2.75 2.75 0 002-.91l.47.46A3.31 3.31 0 01137 88a3.14 3.14 0 01-3.21-3.28zM140.71 81.55h4.56v.65h-3.85v2.15h3.44V85h-3.44v2.21h3.89v.65h-4.6zM146.33 86.94l.44-.52a3 3 0 002.16.89c.84 0 1.4-.45 1.4-1.07 0-.59-.31-.92-1.64-1.2s-2.11-.78-2.11-1.82a1.86 1.86 0 012.07-1.72 3.28 3.28 0 012.21.78l-.41.55a2.75 2.75 0 00-1.82-.69c-.82 0-1.34.45-1.34 1 0 .59.32.93 1.71 1.22s2.05.82 2.05 1.79c0 1.08-.9 1.79-2.15 1.79a3.69 3.69 0 01-2.57-1z' transform='translate(-25 -25)'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-size: contain; width: 100%; max-width: 200px; display: block; height: 100px; margin: 0 auto; }

.login__header, .login__main { background-color: #fefefe; padding: 3rem 1rem 1.5rem; }

@media screen and (min-width: 64em) { .login__header, .login__main { padding: 3rem 3rem 1.5rem; -webkit-box-shadow: 0px 4px 8px rgba(107, 114, 123, 0.5); box-shadow: 0px 4px 8px rgba(107, 114, 123, 0.5); } }

.login__header section, .login__main section { height: 100%; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-flow: column; -ms-flex-flow: column; flex-flow: column; }

@media screen and (min-width: 64em) { .login__header section, .login__main section { -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; } }

.login__main section { position: relative; z-index: 100; }

.logo { width: 55%; padding-bottom: 6%; background-image: url("data:image/svg+xml,%3Csvg id='confidenceline-en-logo' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 499.02 45.97' width='499' height='46' preserveAspectRatio='xMidYMid'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%236b727b%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M35.39 5.7v12.78a17.51 17.51 0 00-4.79-3.91 10.91 10.91 0 00-5.11-1.25 10.51 10.51 0 00-8.16 3.44 12.87 12.87 0 00-3.12 9 12 12 0 003.18 8.56 10.63 10.63 0 008.1 3.4 10.91 10.91 0 005.11-1.25 17.31 17.31 0 004.79-3.94v12.8a27.93 27.93 0 01-5.54 2 23.25 23.25 0 01-5.56.68 23.77 23.77 0 01-6.49-.84 18.45 18.45 0 01-5.47-2.53A21.55 21.55 0 015 36.52a23.68 23.68 0 01-2.52-11 24 24 0 011.6-9 21.78 21.78 0 014.83-7.27 20.09 20.09 0 016.87-4.69A22.51 22.51 0 0124.29 3a23.24 23.24 0 015.56.67 27.93 27.93 0 015.54 2.03zM86 25.57a21.78 21.78 0 01-6.65 15.9 23.48 23.48 0 01-16.26 6.6 23.16 23.16 0 01-8.81-1.72 22.44 22.44 0 01-7.4-4.88 21.73 21.73 0 01-5-7.26 22.13 22.13 0 01-1.71-8.64 22 22 0 011.71-8.66 21.79 21.79 0 015-7.25 22.44 22.44 0 017.4-4.88 23.52 23.52 0 0117.61 0 22.7 22.7 0 017.46 4.88A22 22 0 0186 25.57zM63.11 38.16a10.3 10.3 0 008-3.57 13.06 13.06 0 003.18-9 13 13 0 00-3.23-9 10.74 10.74 0 00-16 0 13.07 13.07 0 00-3.18 9 13.15 13.15 0 003.14 9 10.3 10.3 0 008.09 3.57zM92.14 46.92V4h11.28l16.2 22.06c.31.45.82 1.36 1.54 2.71s1.5 3 2.36 4.85c-.24-1.77-.41-3.36-.52-4.74s-.16-2.62-.16-3.7V4h11.22v42.92h-11.22l-16.2-22.14a27.22 27.22 0 01-1.57-2.71c-.71-1.36-1.49-3-2.32-4.79q.34 2.68.51 4.77c.1 1.39.16 2.62.16 3.69v21.18zM143.26 46.92V4h26.28v9.41h-14.88v7.44h14v9.2h-14v16.87zM176.19 46.92V4H188v42.92zM196.23 46.92V4h8.94q10 0 14.13.94a20.31 20.31 0 017.28 3.14 18.32 18.32 0 016.19 7.28 23.36 23.36 0 012.11 10.12 23.39 23.39 0 01-2.11 10.12 18.32 18.32 0 01-6.19 7.28 20 20 0 01-7.09 3.12 59.51 59.51 0 01-12.36.92h-10.9zm11.58-9.61h2q6.89 0 10-2.82t3.16-9q0-6.15-3.16-9t-10-2.87h-2zM241 46.92V4h26.28v9.41H252.4v7.44h14v9.2h-14v7.23h14.88v9.61zM275 46.92V4h11.28l16.2 22.06A29 29 0 01304 28.8q1.07 2 2.36 4.85c-.23-1.77-.41-3.36-.51-4.74s-.16-2.62-.16-3.7V4h11.22v42.92h-11.19l-16.2-22.14a23.65 23.65 0 01-1.52-2.71c-.72-1.36-1.49-3-2.33-4.79q.35 2.68.51 4.77c.11 1.39.16 2.62.16 3.69v21.18zM356 5.7v12.78a17.51 17.51 0 00-4.79-3.91 10.91 10.91 0 00-5.11-1.25 10.51 10.51 0 00-8.1 3.44 12.87 12.87 0 00-3.12 9A12 12 0 00338 34.3a10.63 10.63 0 008.1 3.4 10.91 10.91 0 005.11-1.25 17.31 17.31 0 004.79-3.94v12.8a27.71 27.71 0 01-5.54 2 23.25 23.25 0 01-5.56.68 23.77 23.77 0 01-6.49-.84 18.45 18.45 0 01-5.41-2.51 21.55 21.55 0 01-7.32-8.12 23.68 23.68 0 01-2.52-11 24 24 0 011.6-9 21.78 21.78 0 014.82-7.31 20.09 20.09 0 016.87-4.69A22.51 22.51 0 01344.92 3a23.24 23.24 0 015.56.67A27.71 27.71 0 01356 5.7zM363.81 46.92V4h26.28v9.41h-14.88v7.44h14v9.2h-14v7.23h14.88v9.61zM398.59 46.92V4h3.89v39.26h14.71v3.66zM423.37 46.92V4h3.9v42.92zM436.76 46.92V2.22l30.38 35.89V4h3.64v44.18l-30.36-35.94v34.68zM480.27 46.92V4h21.24v3.7h-17.34v13.41h17.34v3.67h-17.34v18.48h17.34v3.66z' transform='translate(-2.49 -2.22)'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-size: contain; }

[lang|="fr"] .xpera-hr-logo { background-image: url("data:image/svg+xml,%3Csvg id='xpera-hr-fr-logo' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 154.3 63' preserveAspectRatio='xMidYMid'%3E%3Cstyle%3E.cl1%7Bfill:%23807f83%7D.cl2%7Bfill:%23ac1e2e%7D%3C/style%3E%3Cpath class='cl1' d='M113.7 24.9c-6.7 0-11.9 5.2-11.9 13 0 6.3 4.1 12.1 11.6 12.1 1.3 0 4.4-.5 5.9-1.7v1.5h6.4v-14c-.1-6.3-4.7-10.9-12-10.9zm.1 18.5c-3.1 0-5.6-2.5-5.6-5.6v-.2c0-3.5 2.3-6.3 5.4-6.3 3.5 0 5.7 1.9 5.7 4.8v5.6c-1.5 1.3-4.2 1.7-5.5 1.7zM75.7 27.3c-5.9-4.4-12.9-2.6-17 2.8S55 42.8 60.9 47.2c4.9 3.9 12 3.6 16.5-.9L72.8 42c-2.2 2.1-5.6 2.3-8 .3-.9-.6-1.5-1.5-1.9-2.5h17.8c.9-3.8 0-8.7-5-12.5zm-12.6 7.5l.6-.9c2-2.7 5.5-3.6 7.9-1.8 1 .6 1.6 1.6 1.8 2.7H63.1zM40.7 24.9c-7 0-11.8 5.6-11.8 12.6V60h6.3V49c1.9.7 3.8 1 5.8 1 6.7 0 11.4-6 11.4-12.5 0-7-4.8-12.6-11.7-12.6zm-.1 18.5c-1.9.1-3.7-.2-5.4-1v-5c0-3.5 2.3-6 5.6-6 3 0 5.3 2.5 5.3 6s-2.3 6-5.5 6z'/%3E%3Cpath class='cl2' d='M25 49.7l-9.2-12.6L25 25.2h-7.2l-5.3 7.3-5.3-7.3H0l9.2 11.9L0 49.7h7.2l5.3-8 5.3 8z'/%3E%3Cpath class='cl1' d='M84.5 49.7V25.3h6.1v4.6h.1c1.1-3.2 3.5-4.9 6.2-4.9h1.3v6.8h-1.6c-3.2 0-5.3 2.2-5.3 5.9v12h-6.8z'/%3E%3Cpath class='cl2' d='M137.5 18l-10.7-7.3 4.6 7.9 6.1 4.2zM132.9 21.2l4.6 8v-4.9zM137.5 11.6L120.6 0l4.7 8.1 12.2 8.4z'/%3E%3Cpath class='cl1' d='M137.5 22.8l6.1-4.2 4.5-7.9-10.6 7.3zM137.5 24.3v4.9l4.6-8zM149.6 8.1l4.7-8.1-16.8 11.6v4.9z'/%3E%3Cpath class='cl2' d='M67.8 61.9l.4-.5c.6.6 1.3.9 2.2.9.8 0 1.4-.4 1.4-1.1 0-.6-.3-.9-1.6-1.2s-2.1-.8-2.1-1.8c.1-1 1-1.8 2-1.7h.1c.8 0 1.6.3 2.2.8l-.4.5c-.5-.4-1.1-.7-1.8-.7-.8 0-1.3.4-1.3 1s.3.9 1.7 1.2 2 .8 2 1.8c0 1.1-.9 1.8-2.2 1.8-1 0-1.9-.3-2.6-1zM74 56.6h4.6v.7h-3.8v2.2h3.4v.5h-3.4v2.2h3.9v.7H74v-6.3zM80 56.6h2.7c.7 0 1.3.2 1.8.6.3.3.5.8.5 1.3 0 1-.7 1.8-1.7 1.8l1.9 2.6h-.9l-1.8-2.4h-1.8v2.4H80v-6.3zm2.6 3.2c1 0 1.6-.5 1.6-1.3s-.6-1.2-1.6-1.2h-1.9v2.6l1.9-.1zM85.8 56.6h.8l2.2 5.4 2.3-5.4h.8l-2.7 6.3h-.6l-2.8-6.3zM93.2 56.6h.7v6.3h-.7v-6.3zM95.4 59.7c0-1.8 1.3-3.2 3.1-3.2h.1c.9 0 1.8.3 2.5 1l-.5.5c-.5-.6-1.2-.9-2-.9-1.4 0-2.5 1.1-2.4 2.5v.1c-.1 1.4 1 2.5 2.4 2.6h.1c.8 0 1.5-.3 2-.9l.5.5c-.6.7-1.5 1.1-2.5 1.1-1.7 0-3.2-1.4-3.2-3.1-.1-.1-.1-.1-.1-.2zM102.4 56.6h4.6v.7h-3.8v2.2h3.4v.5h-3.4v2.2h3.9v.7h-4.6l-.1-6.3zM108 61.9l.4-.5c.6.6 1.3.9 2.2.9.9 0 1.4-.4 1.4-1.1 0-.6-.3-.9-1.6-1.2s-2.1-.8-2.1-1.8c.1-1 1-1.8 2-1.7h.1c.8 0 1.6.3 2.2.8l-.4.6c-.5-.4-1.1-.7-1.8-.7-.8 0-1.4.4-1.4 1s.3.9 1.7 1.2 2.1.8 2.1 1.8c0 1.1-.9 1.8-2.1 1.8-1.1-.1-2-.4-2.7-1.1zM114.1 56.6h1.1v2.6h3v-2.6h1.1v6.3h-1.1v-2.7h-3v2.7h-1.1v-6.3zM120.9 56.6h2.8c.7 0 1.3.2 1.8.6.3.4.5.9.5 1.4 0 .9-.6 1.7-1.5 1.9l1.7 2.4H125l-1.6-2.2H122v2.2h-1.1v-6.3zm2.7 3.1c.8 0 1.3-.4 1.3-1.1 0-.7-.5-1-1.3-1H122v2.1h1.6z'/%3E%3C/svg%3E") !important; }

[lang|="es"] .xpera-hr-logo { background-image: url("data:image/svg+xml,%3Csvg id='xpera-hr-es-logo' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 154.3 62.97'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23807f83%7D.cls-2%7Bfill:%23ac1e2e%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M138.68 49.87c-6.69 0-11.88 5.19-11.88 13 0 6.33 4.09 12.07 11.57 12.07 1.29 0 4.42-.49 5.89-1.71v1.51h6.38v-14c0-6.28-4.64-10.87-11.96-10.87zm.09 18.55a5.6 5.6 0 01-5.58-5.83c0-3.54 2.34-6.34 5.38-6.34 3.5 0 5.69 1.91 5.69 4.8v5.56c-1.49 1.39-4.14 1.81-5.49 1.81zM100.67 52.35c-5.88-4.39-12.94-2.63-17 2.78S80 67.81 85.86 72.2a12.44 12.44 0 0016.52-.87L97.77 67a6 6 0 01-8 .33 5.71 5.71 0 01-1.94-2.53h17.84c.91-3.8.06-8.67-5-12.45zM88.1 59.78a6.59 6.59 0 01.57-.93c2-2.73 5.48-3.61 7.93-1.78a4 4 0 011.81 2.69zM65.67 49.87c-7 0-11.81 5.61-11.81 12.6V85h6.3V74A16.07 16.07 0 0066 75c6.74 0 11.41-6 11.41-12.49-.04-7.03-4.86-12.64-11.74-12.64zm-.1 18.5a11.69 11.69 0 01-5.41-1v-5c0-3.5 2.31-6 5.6-6 3 0 5.32 2.46 5.32 6s-2.31 6-5.51 6z' transform='translate(-25 -25)'/%3E%3Cpath class='cls-2' d='M25.03 49.71L15.84 37.1l9.19-11.87h-7.19l-5.33 7.31-5.33-7.31H0L9.19 37.1 0 49.71h7.18l5.33-8.05 5.33 8.05h7.19z'/%3E%3Cpath class='cls-1' d='M109.49 74.71V50.25h6.09v4.63h.1c1.11-3.17 3.48-4.93 6.2-4.93h1.35v6.84h-1.56c-3.22 0-5.33 2.22-5.33 5.94v12z' transform='translate(-25 -25)'/%3E%3Cpath class='cls-2' d='M137.47 18.01l-10.68-7.34 4.57 7.91 6.11 4.2v-4.77zM132.85 21.16l4.62 8.02v-4.84l-4.62-3.18zM137.47 11.6L120.64 0l4.66 8.09 12.17 8.36V11.6z'/%3E%3Cpath class='cls-1' d='M137.47 22.78l6.11-4.2 4.57-7.91-10.68 7.34v4.77zM137.47 24.34v4.84l4.62-8.02-4.62 3.18zM149.63 8.09L154.3 0l-16.83 11.6v4.85l12.16-8.36z'/%3E%3Cpath class='cls-2' d='M91.42 86.94l.44-.52a3 3 0 002.16.89c.85 0 1.4-.45 1.4-1.07 0-.58-.31-.92-1.63-1.2s-2.12-.78-2.12-1.81a1.86 1.86 0 012.07-1.72 3.31 3.31 0 012.22.77l-.42.55a2.74 2.74 0 00-1.82-.68c-.82 0-1.34.45-1.34 1 0 .6.33.93 1.71 1.23s2 .82 2 1.78c0 1.08-.9 1.78-2.15 1.78a3.64 3.64 0 01-2.52-1zM97.23 81.56h4.56v.65h-3.85v2.15h3.44V85h-3.44v2.2h3.89v.65h-4.6zM102.9 81.56h2.71a2.44 2.44 0 011.79.63 1.72 1.72 0 01.49 1.24 1.84 1.84 0 01-1.71 1.83l1.93 2.58h-.87l-1.83-2.45h-1.8v2.45h-.71zm2.65 3.21c.94 0 1.62-.48 1.62-1.29 0-.78-.59-1.24-1.61-1.24h-2v2.55zM108.51 81.56h.79l2.24 5.44 2.25-5.43h.77l-2.71 6.34h-.63zM115.5 81.56h.71v6.3h-.71zM117.24 84.73a3.18 3.18 0 013.19-3.26 3.25 3.25 0 012.45 1l-.48.52a2.76 2.76 0 00-2-.86 2.46 2.46 0 00-2.4 2.56 2.48 2.48 0 002.44 2.6 2.71 2.71 0 002-.91l.47.46A3.28 3.28 0 01120.4 88a3.14 3.14 0 01-3.16-3.27zM124 81.56h.71v6.3H124zM126 84.73a3.22 3.22 0 116.43 0 3.22 3.22 0 11-6.43 0zm5.69 0a2.5 2.5 0 00-2.49-2.6 2.47 2.47 0 00-2.46 2.58 2.5 2.5 0 002.48 2.6 2.48 2.48 0 002.43-2.58zM133.25 86.94l.44-.52a3 3 0 002.16.89c.85 0 1.41-.45 1.41-1.07 0-.58-.32-.92-1.64-1.2s-2.12-.78-2.12-1.81a1.86 1.86 0 012.07-1.72 3.31 3.31 0 012.22.77l-.42.55a2.74 2.74 0 00-1.82-.68c-.82 0-1.34.45-1.34 1 0 .6.33.93 1.71 1.23s2.06.82 2.06 1.78c0 1.08-.9 1.78-2.16 1.78a3.66 3.66 0 01-2.57-1zM139.16 81.56H142a2.54 2.54 0 011.82.63 1.91 1.91 0 01.52 1.36 1.88 1.88 0 01-1.5 1.9l1.7 2.39h-1.34l-1.54-2.2h-1.39v2.2h-1.11zm2.73 3.12c.79 0 1.3-.41 1.3-1.05 0-.67-.49-1-1.31-1h-1.61v2.11zM145.67 81.56h1.11v2.62h3v-2.62h1.11v6.3h-1.11V85.2h-3v2.66h-1.11z' transform='translate(-25 -25)'/%3E%3C/svg%3E") !important; }

.footer { grid-area: footer; padding: 1rem; }

@media all and (-ms-high-contrast: none) { *::-ms-backdrop, main { display: block; }
  *::-ms-backdrop, .login__header .login__logo { padding-bottom: 5%; }
  *::-ms-backdrop, .login__main section, .login__header section { display: block; }
  *::-ms-backdrop, .login__main, .login__header { box-shadow: none; } }
