.media__bd__title {
  text-transform: uppercase;
  display: block;
  font-size: 70%;
  font-weight: 200;
  color: #efe0b1;
}

.no-flexbox .media,
.no-flexbox .media__bd {
  zoom: 1;
  overflow: hidden;
}

@font-face {
  font-family: Open-Sans-Light;
  src: url(../fonts/Open-Sans-Light/open-sans-300.eot);
  src: url(../fonts/Open-Sans-Light/open-sans-300.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/Open-Sans-Light/open-sans-300.woff2) format("woff2"),
    url(../fonts/Open-Sans-Light/open-sans-300.woff) format("woff"),
    url(../fonts/Open-Sans-Light/open-sans-300.ttf) format("truetype"),
    url(../fonts/Open-Sans-Light/open-sans-300.svg) format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: Open-Sans-Regular;
  src: url(../fonts/Open-Sans-Regular/open-sans-regular.eot);
  src: url(../fonts/Open-Sans-Regular/open-sans-regular.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/Open-Sans-Regular/open-sans-regular.woff2) format("woff2"),
    url(../fonts/Open-Sans-Regular/open-sans-regular.woff) format("woff"),
    url(../fonts/Open-Sans-Regular/open-sans-regular.ttf) format("truetype"),
    url(../fonts/Open-Sans-Regular/open-sans-regular.svg) format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Open-Sans-Medium;
  src: url(../fonts/Open-Sans-Medium/open-sans-600.eot);
  src: url(../fonts/Open-Sans-Medium/open-sans-600.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/Open-Sans-Medium/open-sans-600.woff2) format("woff2"),
    url(../fonts/Open-Sans-Medium/open-sans-600.woff) format("woff"),
    url(../fonts/Open-Sans-Medium/open-sans-600.ttf) format("truetype"),
    url(../fonts/Open-Sans-Medium/open-sans-600.svg) format("svg");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: Open-Sans-Bold;
  src: url(../fonts/Open-Sans-Bold/open-sans-800.eot);
  src: url(../fonts/Open-Sans-Bold/open-sans-800.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/Open-Sans-Bold/open-sans-800.woff2) format("woff2"),
    url(../fonts/Open-Sans-Bold/open-sans-800.woff) format("woff"),
    url(../fonts/Open-Sans-Bold/open-sans-800.ttf) format("truetype"),
    url(../fonts/Open-Sans-Bold/open-sans-800.svg) format("svg");
  font-weight: 800;
  font-style: normal;
}

.media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 1rem;
}

.media--centered {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.no-flexbox .media {
  display: block;
}

.media__img {
  margin-right: 0.7em;
}

.media__img--tighter {
  margin-right: 0.75rem;
}

.no-flexbox .media__img {
  float: left;
}

.media__img--lessspaced {
  margin-right: 1rem;
}

.media__bd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.media--unspaced {
  margin-bottom: 0;
}

.truncated-content {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.truncated-content--multiline {
  white-space: initial;
  display: block;
  display: -webkit-box;
  max-width: 100%;
  height: 67.2px;
  margin: 0 auto;
  font-size: 24px;
  line-height: 1.4;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.html-tiles,
.html-tiles body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
}

.quoted-content::after,
.quoted-content::before {
  content: '"';
}

html {
  font-size: 100%;
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

.html-tiles {
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* min-height: 100%;*/
}

@media (max-width: 40em) {
  .html-tiles {
    font-size: 82.5%;
  }
}

.html-tiles body {
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: inherit;
  font-family: Open-Sans-Regular, sans-serif;
  background: linear-gradient(
      to left bottom,
      rgba(27, 79, 138, 0.2),
      rgba(82, 129, 175, 0.2)
    ),
    url(../img/main-bg.jpg) 50% / cover no-repeat fixed;
}

.tiles,
.tiles__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
}

.html-tiles body::after {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  content: "";
  height: 100%;
  width: 100%;
  /*background-image: -webkit-gradient(linear,right top,left bottom,from(rgba(0,119,255,.6)),to(rgba(0,0,0,.75)));
    background-image: -webkit-linear-gradient(top right,rgba(0,119,255,.6),rgba(0,0,0,.75));
    background-image: -moz-linear-gradient(top right,rgba(0,119,255,.6),rgba(0,0,0,.75));
    background-image: linear-gradient(to bottom left,rgba(0,119,255,.6),rgba(0,0,0,.75)); */
}

* {
  margin: 0;
  padding: 0;
  font-weight: 400;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  word-break: break-all;
  word-break: break-word;
  word-break: normal;
}

::after,
::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a,
button,
input,
textarea {
  outline: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}

input[type="radio"] {
  -webkit-appearance: radio;
}

input[type="checkbox"] {
  -webkit-appearance: checkbox;
}

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
}

.center-aligned {
  text-align: center !important;
}

.right-aligned {
  text-align: right;
}

.left-aligned {
  text-align: left !important;
}

.font-medium {
  font-family: Open-Sans-Medium, sans-serif !important;
}

.font-regular {
  font-family: Open-Sans-Regular, sans-serif !important;
}

.font-light {
  font-family: Open-Sans-Light, sans-serif !important;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.x-small {
  font-size: 0.75rem !important;
}

.x-small--relativefont {
  font-size: 3vw;
}

@media (max-width: 266.66667px) {
  .x-small--relativefont {
    font-size: 8px;
  }
}

@media (min-width: 400px) {
  .x-small--relativefont {
    font-size: 12px;
  }
}

.small {
  font-size: 0.875rem !important;
}

.small--relativefont {
  font-size: 3.75vw;
}

@media (max-width: 293.33333px) {
  .small--relativefont {
    font-size: 11px;
  }
}

@media (min-width: 400px) {
  .small--relativefont {
    font-size: 15px;
  }
}

.mid-small {
  font-size: 1.0625rem !important;
}

.mid-small--relativefont {
  font-size: 4.35vw;
}

@media (max-width: 321.83908px) {
  .mid-small--relativefont {
    font-size: 14px;
  }
}

@media (min-width: 390.8046px) {
  .mid-small--relativefont {
    font-size: 15px;
  }
}

.large {
  font-size: 1.25rem !important;
}

.large--relativefont {
  font-size: 5vw;
}

@media (max-width: 320px) {
  .large--relativefont {
    font-size: 16px;
  }
}

@media (min-width: 400px) {
  .large--relativefont {
    font-size: 20px;
  }
}

.xx-large {
  font-size: 1.5625rem !important;
}

.spaced {
  margin-bottom: 1.5rem !important;
}

.spaced--evenless {
  padding-bottom: 0.35rem;
}

.spaced--less {
  margin-bottom: 0.75rem !important;
}

.spaced--more {
  margin-bottom: 2.5rem !important;
}

.spaced--evenmore {
  margin-bottom: 5rem !important;
}

.transition-on-hover {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.transition-on-hover:hover {
  -webkit-transform: translateY(1px);
  -moz-transform: translateY(1px);
  transform: translateY(1px);
}

.transition-on-hover:active {
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
  transform: translateY(2px);
}

.tiles {
  position: relative;
  z-index: 2;
  display: flex;
  padding: 0 30px 30px;
  margin: 0 auto;
  justify-content: center;
}

@media (max-width: 70em) {
  .tiles {
    width: 100%;
  }
}

@media (max-width: 60em) {
  .tiles {
    width: 100%;
  }
}

@media (max-width: 60em) {
  .tiles {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 30px 15px 15px;
  }

  .tiles__item {
    margin-right: auto;
    margin-left: auto;
  }
}

.tiles__container,
.tiles__item {
  -webkit-box-flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
}

@media (max-width: 321px) {
  .tiles {
    width: 100%;
  }
}

.tiles__item {
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 0;
  border-radius: 6px;
  overflow: hidden;
  color: #fff;
  background-color: rgba(11, 25, 45, 0.3);
  max-width: 700px;
}

.tiles__item + .tiles__item {
  margin-left: 30px;
}

.tiles__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 30px;
  font-size: 10px;
}

.tiles__button,
.tiles__link {
  display: inline-block;
  cursor: pointer !important;
  color: #fff !important;
  text-decoration: none !important;
}

@media screen and (min-width: 320px) {
  .tiles__container {
    font-size: -webkit-calc(10px + 10 * ((100vw - 320px)/ 1120));
    font-size: -moz-calc(10px + 10 * ((100vw - 320px)/ 1120));
    font-size: calc(10px + 10 * ((100vw - 320px) / 1120));
  }
}

@media screen and (min-width: 1440px) {
  .tiles__container {
    font-size: 20px;
  }
}

.tiles__title {
  margin-bottom: 30px;
  line-height: 1;
  font-family: Open-Sans-Light;
  font-size: 26px;
}

/* @media screen and (min-width:320px) {
    .tiles__title {
      font-size: -webkit-calc(25px + 25 * ((100vw - 320px)/ 1120));
      font-size: -moz-calc(25px + 25 * ((100vw - 320px)/ 1120));
      font-size: calc(25px + 25 * ((100vw - 320px)/ 1120));
    }
  } */

/* @media screen and (min-width:1440px) {
    .tiles__title {
      font-size: 50px;
    }
  } */

.tiles__copy {
  margin-bottom: 30px;
  line-height: 1.4;
  font-size: 13px;
}

.param-error {
  color: red;
  margin-bottom: 0.5em;
}

@media screen and (min-width: 320px) {
  .tiles__copy {
    font-size: -webkit-calc(13px + 4 * ((100vw - 320px)/ 960));
    font-size: -moz-calc(13px + 4 * ((100vw - 320px)/ 960));
    font-size: calc(13px + 4 * ((100vw - 320px) / 960));
  }
}

@media screen and (min-width: 1280px) {
  .tiles__copy {
    font-size: 15px;
  }
}

.tiles__content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tiles__button {
  min-width: 100%;
  padding: 0.75rem 0.5rem;
  border-radius: 3px;
  text-align: center;
  background-color: #1f6eda;
  -webkit-transition: background-color 0.2s ease-in-out,
    -webkit-transform 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out,
    -moz-transform 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out;
  font-size: 13px;
}

.tiles__button--disabled {
  opacity: 0.5;
  pointer-events: none;
}

@media screen and (min-width: 320px) {
  .tiles__button {
    font-size: -webkit-calc(13px + 4 * ((100vw - 320px)/ 960));
    font-size: -moz-calc(13px + 4 * ((100vw - 320px)/ 960));
    font-size: calc(13px + 4 * ((100vw - 320px) / 960));
  }
}

@media screen and (min-width: 1280px) {
  .tiles__button {
    font-size: 15px;
  }
}

.tiles__button:hover {
  background-color: #1c63c4;
}

.tiles__link {
  padding-bottom: 0.15em;
  border-bottom: 0.2em solid currentColor;
}

.tiles__link--dark {
  color: #1f6eda !important;
}

.tiles__footer {
  padding: 0px 15px;
  color: #747474;
  background-color: #fff;
  font-size: 10px;
  min-height: 100px;
}

@media screen and (min-width: 320px) {
  .tiles__footer {
    font-size: -webkit-calc(10px + 4 * ((100vw - 320px)/ 960));
    font-size: -moz-calc(10px + 4 * ((100vw - 320px)/ 960));
    font-size: calc(10px + 4 * ((100vw - 320px) / 960));
  }
}

@media screen and (min-width: 1280px) {
  .tiles__footer {
    font-size: 15px;
    padding: 15px;
  }
}

.tiles__footer img {
  max-width: 100px;
  max-height: 77px;
}

@media (max-width: 60em) {
  .tiles__footer img {
    max-width: 90px;
  }
}

@media (max-width: 60em) {
  .tiles__item + .tiles__item {
    margin-top: 30px;
    margin-left: auto;
  }

  .tiles__footer img {
    max-width: 70px;
  }
}

.tiles__icon {
  width: 3.75rem;
  height: 3.75rem;
  /* -webkit-transform: translateX(1rem);
    -moz-transform: translateX(1rem);
    transform: translateX(1rem); */
}

.tiles__icon--1 {
  background: url(../img/7-9mins.png) 50%/100% no-repeat;
}

.tiles__icon--2 {
  background: url(../img/3-5mins.png) 50%/100% no-repeat;
}

.tiles__icon_existing_card {
  background: url(../img/mins_existing_members.png) 50%/100% no-repeat;
}

.tiles__icon_new_singaporeans {
  background: url(../img/mins_new_singaporeans.png) 50%/100% no-repeat;
}

.tiles__icon_new_foreigners {
  background: url(../img/mins_new_foreigners.png) 50%/100% no-repeat;
}

@media screen and (min-width: 1024px) {
  .tiles__container {
    min-height: 309px;
  }
}

.vertical-align-top {
  vertical-align: top !important;
}

.center-margin {
  margin: 0 auto !important;
}

.reset-transform {
  -webkit-transform: inherit !important;
  -moz-transform: inherit !important;
  transform: inherit !important;
}

@media screen and (min-width: 960px) {
  .tiles__font_14 {
    font-size: 14px;
  }
  .tiles__font_15 {
    font-size: 15px;
  }
}

.sms-pattern {
  display: block;
  border: 2px solid #e2e2e2;
  padding: 0.5rem;
  margin: 0.5rem;
  border-radius: 5px;
}

#other_content p {
  color: #efe0b1 !important;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.yellow-title {
  color: #efe0b1 !important;
  text-transform: uppercase;
}

.button_bg_transparent,
.button_bg_transparent:hover {
  background: transparent;
  border: 1px solid #ffffff;
  color: #ffffff !important;
}

.desktop-view {
  display: block;
}
.mobile-view {
  display: none;
}

.UOB-logo {
  width: 100%;
  /*position: fixed;
    top: 10px;
    left: 30px;*/
  display: flex;
  margin: 0 auto;
  padding: 30px;
}

.UOB-logo img {
  max-width: 100%;
  height: auto;
}

.uob-form-container {
  width: 100%;
  height: 100vh;
}

.uob-header-warp {
  width: 100%;
  height: 65px;
}

@media (max-width: 60em) {
  .desktop-view {
    display: none;
  }
  .mobile-view {
    display: block;
  }

  .UOB-logo {
    position: relative;
    padding: 15px 0px 0px 15px;
  }
}

#fader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1001;
  background-color: rgba(0, 0, 0, 0.3);
  display: block;
}
#fader.fade {
  filter: alpha(opacity=0);
  opacity: 0;
  transition: opacity 0.5s linear;
}
#fader.in {
  filter: alpha(opacity=100);
  opacity: 1;
  transition: opacity 0.5s linear;
}
#loader {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1100;
  display: block;
  background-color: #000;
  width: 50px;
  height: 50px;
  margin: auto;
  border-radius: 10px;
}
#loader.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
#loader.in {
  filter: alpha(opacity=100);
  opacity: 1;
}
.loader {
  position: fixed;
  z-index: 1100;
  width: 41px;
  height: 41px;
  top: 50%;
  left: 50%;
  margin-left: -20px;
  margin-top: -22px;
  overflow: visible;
  display: block;
}
.loader.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.loader.in {
  filter: alpha(opacity=100);
  opacity: 1;
}
@-moz-document url-prefix() {
  .loader {
    margin-left: -22px;
    margin-top: -25px;
  }
}
.loader div {
  width: 16px;
  height: 16px;
  position: absolute;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-animation: loader 2.8s infinite;
  animation: loader 2.8s infinite;
  background-color: #ffa63b;
}
.loader div:nth-child(2) {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
  background-color: #00bfa5;
}
.loader div:nth-child(3) {
  -webkit-animation-delay: -1.4s;
  animation-delay: -1.4s;
  background-color: #2978ff;
}
.loader div:nth-child(4) {
  -webkit-animation-delay: -2.1s;
  animation-delay: -2.1s;
  background-color: #f74339;
}
@-webkit-keyframes loader {
  0% {
    top: 0px;
    left: 0px;
  }
  25% {
    top: 25px;
    left: 0px;
  }
  50% {
    top: 25px;
    left: 25px;
  }
  75% {
    top: 0;
    left: 25px;
  }
  100% {
    top: 0px;
    left: 0px;
  }
}
@keyframes loader {
  0% {
    top: 0px;
    left: 0px;
  }
  25% {
    top: 30px;
    left: 0px;
  }
  50% {
    top: 30px;
    left: 30px;
  }
  75% {
    top: 0;
    left: 30px;
  }
  100% {
    top: 0px;
    left: 0px;
  }
}
.loader-backdrop-sm {
  position: absolute;
  margin: auto;
  width: 85px;
  height: 85px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1090;
  background-color: transparent;
  display: block;
  border-radius: 44px;
}
.loader-backdrop-sm.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.loader-backdrop-sm.in {
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.loader-text {
  position: absolute;
  margin: auto;
  padding-top: 50px;
  width: 120px;
  height: 20px;
  text-align: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1110;
  font-size: 15px;
  font-family: "Open Sans";
  font-weight: bold;
  display: block;
  color: #fff;
}
.loader-text.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.loader-text.in {
  filter: alpha(opacity=100);
  opacity: 1;
}
.loader-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1090;
  background-color: transparent;
  display: block;
}
.loader-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.loader-backdrop.in {
  filter: alpha(opacity=80);
  opacity: 0.8;
}

.uob-form-separator {
  background-color: #fff;
  width: 30px;
  height: 5px;
}

.security-content {
  text-align: center;
  border-radius: 6px 6px 6px 6px;
  box-shadow: 0px 0px 1px 0px #474444;
  padding: 10px 20px;
  background-color: #fcfcfc;
}
.security-content .tip-title {
  height: 64px;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.security-content .tip-title img {
  width: 4em;
}
.security-content .tip span {
  position: static;
  font-size: 1.5em;
  font-weight: bold;
  color: #102f68;
}

.security-content .info .info-tip {
  background-color: #eaebf4;
  border-radius: 3px;
  border: 1px solid #d3cece;
  padding: 5px 15px 5px 15px;
  text-align: left;
  font-size: 1.2em;
}

.security-content .items {
  text-align: left;
  font-size: 1.1em;
  padding-left: 10px;
  margin-top: 20px;
}
.security-content .items span {
  color: #c70a0a;
  font-weight: bold;
}

.security-content .items span:first-child {
  padding-right: 15px;
}

.security-content .item {
  padding-bottom: 15px;
}

.uob-content h1 {
  color: #fff;
  margin-bottom: 5px;
}
.uob-content {
  max-width: 650px;
  margin: 0 auto;
}

.security-container {
  margin: 20px 0px;
}
.uob-content .process {
  width: 50%;
  margin: 0 auto;
}

.tiles-container-error {
  color: #514848;
  background: rgba(255, 255, 255, 1);
  padding: 30px;
  text-align: center;
}
.tiles-error-icon {
  text-align: center;
}
.media-error-title {
  text-align: center;
  font-size: 24px;
  padding: 35px 0px 0px 0px;
}

.media-error-time {
  font-weight: bold;
  width: 35%;
  margin: 0 auto;
  padding: 10px 0px;
  display: none;
}

.media-error-time .block {
  display: flex;
}

.media-error-time .text {
  font-size: 13px;
}

.media-error-time .number {
  font-size: 32px;
  font-weight: bold;
}

.media-error-time span {
  font-size: 32px;
  padding: 0px 15px;
  font-weight: bold;
}

@media (max-width: 60em) {
  .uob-content .process {
    width: 100%;
  }
  .uob-content .process a {
    font-size: 1.2em;
    padding: 1em;
  }
  .media-error-time {
    width: 70%;
  }
  .uob-header-warp.one-tile {
    position: absolute;
    top: 0;
  }
  .uob-form-container.one-tile {
    display: flex;
    align-items: center;
  }
}
