@font-face {
font-family: Telegraf;
font-style: normal;
font-weight: 400;
font-display: swap;
src: url('https://cdn.fiatrepublic.com/apps/fonts/Telegraf/PPTelegraf-Regular.woff2') format('woff2'), url('https://cdn.fiatrepublic.com/apps/fonts/Telegraf/PPTelegraf-Regular.woff') format('woff');
ascent-override: 95%;
descent-override: 25%;
}
@font-face {
font-family: Telegraf;
font-style: normal;
font-weight: 500;
font-display: swap;
src: url('https://cdn.fiatrepublic.com/apps/fonts/Telegraf/PPTelegraf-Medium.woff2') format('woff2'), url('https://cdn.fiatrepublic.com/apps/fonts/Telegraf/PPTelegraf-Medium.woff') format('woff');
ascent-override: 95%;
descent-override: 25%;
}
* {
font-family: Telegraf, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
html {
height: 100%;
padding: 0;
margin: 0;
}
body {
height: 100%;
margin: 0;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.justify-end {
justify-content: end;
}
.justify-between {
justify-content: space-between;
}
.auth-wrapper {
width: 100vw;
height: 100vh;
position: relative;
z-index: 25;
overflow-x: hidden;
}
.auth-wrapper-contents {
width: 100vw;
min-height: 100vh;
display: flex;
align-items: center;
justify-content: center;
position: relative;
z-index: 100;
line-height: 1.5715;
font-size: 14px;
background-color: #ffffff;
color: #2a2563;
}
.auth {
display: flex;
justify-content: center;
position: relative;
z-index: 100;
}
.auth-form {
width: 400px;
padding: 40px 50px;
background-color: #ffffff;
}
.auth-footer {
padding: 30px 0 0;
border-top: 1px solid rgba(187, 187, 187, 0.6);
margin: 30px 0 0;
text-align: left;
}
.auth-footer small {
font-size: 11px;
}
.app-logotype-wrapper {
margin-bottom: 40px;
display: flex;
align-items: center;
gap: 12px;
}
.app-logotype {
width: 80px;
height: 80px;
min-width: 80px;
}
.app-logotype-text {
font-weight: 700;
font-size: 18px;
line-height: 1;
letter-spacing: -0.05em;
text-transform: uppercase;
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
}
.env-info-wrapper {
padding: 0 0 0 10px;
border-left: 1px solid rgba(187, 187, 187, 0.6);
margin: 0 0 0 10px;
display: inline-block;
font-size: 11px;
}
.env-info-wrapper span {
font-weight: 600;
}
main {
width: 100%;
}
.tfa-form-field input {
text-align: center;
letter-spacing: 0.625rem;
}
.hidden {
display: none !important;
}
.phone-wrapper {
display: flex;
}
.phone-wrapper .phone-country-prefix {
margin-right: 1rem;
width: 12rem;
}
.phone-wrapper .phone-number {
width: 100%;
}
.phone-wrapper .phone-number label {
opacity: 0;
}
.phone-wrapper .dial-code-results .option-country-dial-code {
min-width: 3.5rem;
display: inline-block;
}
.phone-wrapper .dial-code-results .option-country-name {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.phone-wrapper .country-code-display-input {
display: absolute;
top: 0;
left: 0;
width: 100%;
}
.flex {
display: flex;
}
.inline-block {
display: inline-block;
}
.align-center {
align-items: center;
}
.tfa-label {
color: #8f8f8f;
}
.google-auth-radio-button {
position: relative;
}
.google-auth-radio-button:before {
content: '';
display: block;
height: 28px;
width: 28px;
background: transparent url('https://cdn.fiatrepublic.com/apps/2022-03-10/shared/assets/google_auth.svg') center center / contain no-repeat;
position: absolute;
top: 6px;
left: 12px;
}
.google-auth-radio-button.fr-form-field-radio label {
padding-left: 40px;
}
.sms-radio-button {
position: relative;
}
.sms-radio-button:before {
content: '';
display: block;
height: 50px;
width: 50px;
background: transparent url('https://cdn.fiatrepublic.com/apps/2022-03-10/shared/assets/twilio.svg') center center / contain no-repeat;
position: absolute;
top: -5px;
left: 18px;
}
.sms-radio-button.fr-form-field-radio label {
padding-left: 76px;
}
.google-auth-card {
border: 1px solid rgba(187, 187, 187, 0.6);
border-radius: 5px;
padding: 1.5rem;
display: flex;
flex-direction: column;
align-items: center;
background-color: #f2f2f2;
}
.google-auth-card .google-auth-card-text {
width: 100%;
}
.google-auth-card .qr-code-img {
width: 240px;
margin-top: 1rem;
margin-bottom: 1rem;
}
.google-auth-card .google-auth-card-text i {
display: block;
height: 20px;
width: 20px;
min-width: 20px;
margin-right: 0.5rem;
}
.google-auth-card .google-auth-card-text .smartphone-icon {
background: transparent url('https://cdn.fiatrepublic.com/apps/2022-03-10/shared/assets/smartphone.svg') center center / contain no-repeat;
}
.google-auth-card .google-auth-card-text .qr-code-icon {
background: transparent url('https://cdn.fiatrepublic.com/apps/2022-03-10/shared/assets/qr_code.svg') center center / contain no-repeat;
}
@media (prefers-color-scheme: dark) {
.auth-wrapper-contents {
background-color: #141414;
color: #eaeaea;
}
.auth-form {
background-color: #141414;
}
body {
background-color: #141414;
}
.tfa-label {
color: rgba(255, 255, 255, 0.85);
}
.google-auth-card {
background-color: #252525;
border-color: rgba(197, 197, 197, 0.4);
}
.google-auth-card .google-auth-card-text .smartphone-icon {
background: transparent url('https://cdn.fiatrepublic.com/apps/2022-03-10/shared/assets/smartphone_white.svg') center center / contain no-repeat;
}
.google-auth-card .google-auth-card-text .qr-code-icon {
background: transparent url('https://cdn.fiatrepublic.com/apps/2022-03-10/shared/assets/qr_code_white.svg') center center / contain no-repeat;
}
}
