@font-face {
  font-family: 'Bull';
  font-weight: 400;
  src:
    url("https://resources.redbull.com/fonts/bull-text/v1/full/BullText-Regular.woff2") format("woff2"),
    url("https://resources.redbull.com/fonts/bull-text/v1/full/BullText-Regular.woff") format("woff"),
    url("https://resources.redbull.com/fonts/bull-text/v1/full/BullText-Regular.ttf") format("truetype");
}
@font-face {
  font-family: 'Bull';
  font-weight: 500;
  src:
    url("https://resources.redbull.com/fonts/bull-text/v1/full/BullText-Medium.woff2") format("woff2"),
    url("https://resources.redbull.com/fonts/bull-text/v1/full/BullText-Medium.woff") format("woff"),
    url("https://resources.redbull.com/fonts/bull-text/v1/full/BullText-Medium.ttf") format("truetype");
}
@font-face {
  font-family: 'Bull';
  font-weight: 700;
  src:
    url("https://resources.redbull.com/fonts/bull-text/v1/full/BullText-Bold.woff2") format("woff2"),
    url("https://resources.redbull.com/fonts/bull-text/v1/full/BullText-Bold.woff") format("woff"),
    url("https://resources.redbull.com/fonts/bull-text/v1/full/BullText-Bold.ttf") format("truetype");
}
@font-face {
  font-family: 'Bull Icons';
  src:
    url("https://resources.redbull.com/icons/backend/v1/rb-backend-icons.woff") format("woff"),
    url("https://resources.redbull.com/icons/backend/v1/rb-backend-icons.tff") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

html {
  height: 100%;
  background: black;
}

#container {
  position: absolute;
  min-height: 100%;
  margin: 0 auto;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
}

#background-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#background-image-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.15);
}

@media (max-width: 575.98px) {
  #background-image {
    background-image: url('/static/img/bg_576.jpg')
  }
}
@media (max-width: 575.98px) and (-webkit-min-device-pixel-ratio: 1.25) and (min-resolution: 120dpi) {
  #background-image {
    background-image: url('/static/img/bg_576@1_25.jpg')
  }
}
@media (max-width: 575.98px) and (-webkit-min-device-pixel-ratio: 1.5) and (min-resolution: 144dpi) {
  #background-image {
    background-image: url('/static/img/bg_576@1_5.jpg')
  }
}
@media (max-width: 575.98px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
  #background-image {
    background-image: url('/static/img/bg_576@2.jpg')
  }
}


@media (min-width: 576px) and (max-width: 767.98px) {
  #background-image {
    background-image: url('/static/img/bg_768.jpg')
  }
}
@media (min-width: 576px) and (max-width: 767.98px) and (-webkit-min-device-pixel-ratio: 1.25) and (min-resolution: 120dpi) {
  #background-image {
    background-image: url('/static/img/bg_768@1_25.jpg')
  }
}
@media (min-width: 576px) and (max-width: 767.98px) and (-webkit-min-device-pixel-ratio: 1.5) and (min-resolution: 144dpi) {
  #background-image {
    background-image: url('/static/img/bg_768@1_5.jpg')
  }
}
@media (min-width: 576px) and (max-width: 767.98px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
  #background-image {
    background-image: url('/static/img/bg_768@2.jpg')
  }
}


@media (min-width: 768px) and (max-width: 1199.98px) {
  #background-image {
    background-image: url('/static/img/bg_1200.jpg')
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) and (-webkit-min-device-pixel-ratio: 1.25) and (min-resolution: 120dpi) {
  #background-image {
    background-image: url('/static/img/bg_1200@1_25.jpg')
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) and (-webkit-min-device-pixel-ratio: 1.5) and (min-resolution: 144dpi) {
  #background-image {
    background-image: url('/static/img/bg_1200@1_5.jpg')
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
  #background-image {
    background-image: url('/static/img/bg_1200@2.jpg')
  }
}


@media (min-width: 1200px) and (max-width: 1919.98px) {
  #background-image {
    background-image: url('/static/img/bg_1920.jpg')
  }
}
@media (min-width: 1200px) and (max-width: 1919.98px) and (-webkit-min-device-pixel-ratio: 1.25) and (min-resolution: 120dpi) {
  #background-image {
    background-image: url('/static/img/bg_1920@1_25.jpg')
  }
}
@media (min-width: 1200px) and (max-width: 1919.98px)  and (-webkit-min-device-pixel-ratio: 1.5) and (min-resolution: 144dpi) {
  #background-image {
    background-image: url('/static/img/bg_1920@1_5.jpg')
  }
}
@media (min-width: 1200px) and (max-width: 1919.98px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
  #background-image {
    background-image: url('/static/img/bg_1920@2.jpg')
  }
}


@media (min-width: 1920px) {
  #background-image {
    background-image: url('/static/img/bg_2600.jpg')
  }
}
@media (min-width: 1920px) and (-webkit-min-device-pixel-ratio: 1.25) and (min-resolution: 120dpi) {
  #background-image {
    background-image: url('/static/img/bg_2600@1_25.jpg')
  }
}
@media (min-width: 1920px) and (-webkit-min-device-pixel-ratio: 1.5) and (min-resolution: 144dpi) {
  #background-image {
    background-image: url('/static/img/bg_2600@1_5.jpg')
  }
}
@media (min-width: 1920px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
  #background-image {
    background-image: url('/static/img/bg_2600@2.jpg')
  }
}

#flex-container {
  position:relative;
  height: 100%;
  width: 330px;
  padding: 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.flex-row {
  width: 330px;
  background-color: #FFFFFF;
  border: 1px solid #DCDCDC;
  box-sizing: border-box;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  padding: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.flex-item {
  color: black;
  text-align: center;
  padding: 5px;
}

.button-container {
  margin-top: 40px;
  margin-bottom: 40px;
}

.text-container > .flex-item {
  padding-top: 1px;
  padding-bottom: 1px;
}

img {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -o-user-select: none;
}

.request-item {
  padding-top: 25px;
}

.send-button {
  width: 88px;
}

.loading-container {
  background: rgb(0, 126, 215);
  opacity: 0.6;
  border-radius: 2px;
  height: 18px;
  padding: 10px 16px;
  display: none;
  visibility: hidden;
  text-align: center;
}

.success-info {
  margin-top: 30px;
  margin-bottom: 30px;
}

.success {
  display: none;
  visibility: hidden;
}

@-webkit-keyframes fadeOutTop {
  0% {
    visibility: visible;
    display: flex;
    -webkit-transform: translateY(85px);
  }
  100% {
    visibility: hidden;
    display: none;
    -webkit-transform: translateY(0);
  }
}

@keyframes fadeOutTop {
  0% {
    visibility: visible;
    display: flex;
    transform: translateY(85px);
  }
  100% {
    visibility: hidden;
    display: none;
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeInTop {
  0% {
    visibility: visible;
    display: flex;
    -webkit-transform: translateY(0);
  }
  100% {
    visibility: visible;
    display: flex;
    -webkit-transform: translateY(85px);
  }
}

@keyframes fadeInTop {
  0% {
    visibility: visible;
    display: flex;
    transform: translateY(0);
  }
  100% {
    visibility: visible;
    display: flex;
    transform: translateY(85px);
  }
}

.fadeInTop {
  -webkit-animation-name: fadeInTop;
  animation-name: fadeInTop;
}

.fadeOutTop {
  -webkit-animation-name: fadeOutTop;
  animation-name: fadeOutTop;
}

#info-message {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  top: -85px;
  width: 100%;
  height: 80px;
  background: #FFFFFF;
  border-bottom: 1px solid #DCDCDC;
  box-sizing: border-box;
  box-shadow: -1px 1px 4px rgba(0, 0, 0, 0.05);
  padding-left: 32px;
  padding-right: 32px;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  visibility: hidden;
}


@keyframes fadeInOpacity {
  0% {
    visibility: visible;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}

@-webkit-keyframes fadeInOpacity {
  0% {
    visibility: visible;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}

.fadeInOpacity {
  -webkit-animation-name: fadeInOpacity;
  animation-name: fadeInOpacity;
}

* {
  font-family: 'Bull'
}


.text-center{
  color: #000;
  text-transform: uppercase;
    font-size: 23px;
    margin: -50px 0 80px 0;
    display: block;
    text-align: center;
}

.input-container {
  position:relative;
  margin-bottom:25px;
  text-align: left;
}

.input-container .error {
  color: #d2003c;
  font-size: 10px;
  text-align: right
}

.input-container label {
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 16px;
  color:#000;
  pointer-event: none;
  transition: all 0.25s ease-in-out;
  user-select: none;
  cursor: text;
}
.input-container input {
  border: 0;
  border-bottom: 1px solid #555;
  background: transparent;
  width: 100%;
  padding: 8px 0 5px 0;
  font-size: 16px;
  color: #000;
}
.input-container input:focus {
  border: none;
  outline: none;
  border-bottom: 1px solid #d2003c;
}

.input-container input:focus ~ label,
.input-container input:valid ~ label{
  top:-12px;
  font-size:12px;
}

.hidden {
  display: none;
}

button {
  user-select: none;
}

button#rb-login {
  background: #162173;
  color: #ffffff;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  letter-spacing: 1px;
  border: 0;
  padding: 8px;
}

button#rb-login:hover {
  background: #163173;
  color: #ffffff;
}

.button-container:last-of-type {
  margin-bottom: 0px;
}

button#rb-login img {
  height: 0;
  width: 0;
  background: url("/static/img/rb-logo_small.png") no-repeat;
  background-size: 79px 44px;
  background-position: center center;
  padding: 22px 40px;
}

#preload {
  width: 0px;
  height: 0px;
  display: none;
  background: url("/static/img/rb-logo_small.png") no-repeat;
}

.apps button {
  background: #162173;
  color: #ffffff;
  border-radius: 0px;
  border: 0;
  padding: 8px;
}

.apps button:hover {
  background: #0c123f;
}

.apps {
  padding-top: 20px;
  padding-bottom: 20px;
}

#logout {
  background: #db0a40;
  color: #ffffff;
  border-radius: 0px;
  border: 0;
  padding: 8px;
}

#logout:hover {
  background: #890628;
}

.input-container input:-webkit-autofill ~ label {
  top:-12px;
  font-size:12px;
}
