* {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 12px;
  line-height: 1.4375;
  margin: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  height: 100%;
}
@media (min-width: 768px) {
  html {
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  html {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 15px;
  }
}
@media (min-width: 1600px) {
  html {
    font-size: 16px;
  }
}
body {
  position: relative;
  font-family: Helvetica, Arial, sans-serif;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: #333333;
  background-color: #ffffff;
  height: 100%;
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.sso-form {
  max-width: 23rem;
  margin: 0 auto;
}
.container {
  position: relative;
  z-index: 3;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  height: 100%;
}
.content {
  position: relative;
  z-index: 3;
  width: 560px;
  height: 560px;
  width: 34rem;
  height: 34rem;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -17rem 0 0 -17rem;
  animation: 2s forwards fadeIn cubic-bezier(0.45, 0, 0.45, 1);
}
.background {
  width: 34rem;
  height: 34rem;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  margin: -17rem 0 0 -17rem;
  background-color: #fff;
  will-change: transform, opacity;
  animation: 2.4s forwards zoomBitIn cubic-bezier(0.45, 0, 0.45, 1);
}
.background:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #00a1dd;
  z-index: -1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.backdrop {
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.75);
  width: 640px;
  height: 640px;
  width: 40rem;
  height: 40rem;
  z-index: 1;
  margin: -20rem 0 0 -20rem;
  will-change: transform, opacity;
  animation: 2.4s forwards scaleIn cubic-bezier(0.45, 0, 0.45, 1);
}
.logo {
  text-align: center;
  padding: 5rem 0 2.5rem;
}
.logo svg {
  width: 48px;
  height: 48px;
}
.logo svg path {
  fill: #00a1dd;
}
.form-control {
  transition: border-color linear 0.2s;
}
.btn {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: bold;
  line-height: 3rem;
  padding: 0 1.5rem;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  cursor: pointer;
  border: 0;
  border-radius: 3px;
  height: 3rem;
  background-color: #00a1dd;
  color: #ffffff;
  transition: background-color 0.2s, color 0.2s;
}
.btn:hover,
.btn:focus {
  background-color: #008CBF;
  border-color: transparent;
  text-decoration: none;
  outline: 0;
}
.btn:active {
  background-color: #0082A5;
}
.btn.disabled,
.btn[disabled],
.btn.disabled:hover,
.btn[disabled]:hover,
.btn.disabled:focus,
.btn[disabled]:focus,
.btn.disabled.focus,
.btn[disabled].focus,
.btn.disabled:active,
.btn[disabled]:active,
.btn.disabled.active,
.btn[disabled].active {
  background-color: #eee;
  color: #bbb;
  cursor: not-allowed;
  pointer-events: all;
  text-shadow: none;
}
.form-group {
  margin-bottom: 1.33333333rem;
}
label {
  display: inline-block;
  max-width: 100%;
  color: #808080;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.8rem;
}
.form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  line-height: calc(3rem - 2px);
  padding: 0 1rem;
  height: 3rem;
  color: #333333;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #C6C6C6;
  border-radius: 3px;
}
.form-control:focus {
  border-color: #595959;
  outline: 0;
  transition: background-color 0.3s;
}
.layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  will-change: transform, opacity;
  opacity: 0;
  animation-timing-function: cubic-bezier(0.45, 0, 0.45, 1);
  animation-fill-mode: forwards;
}
.layer svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 71.25rem;
  width: 100%;
}
.layer svg path {
  fill: #00a1dd;
}
.layer-1 {
  animation-name: zoomRotate-1;
  animation-duration: 2s;
  animation-delay: 0.8s;
}
.layer-1 svg {
  opacity: 0.8;
}
.layer-1 svg path {
  fill: #EF3E2E;
}
.layer-2 {
  animation-name: zoomRotate-2;
  animation-duration: 2.2s;
  animation-delay: 0.6s;
}
.layer-2 svg {
  opacity: 0.7;
}
.layer-2 svg path {
  fill: #FEC00F;
}
.layer-3 {
  animation-name: zoomRotate-3;
  animation-duration: 2.4s;
  animation-delay: 0.4s;
}
.layer-3 svg {
  opacity: 0.55;
}
.layer-3 svg path {
  fill: #6EBE4A;
}
.layer-4 {
  animation-name: zoomRotate-4;
  animation-duration: 2.8s;
  animation-delay: 0s;
}
.layer-4 svg {
  opacity: 0.25;
}
.entering .layer-1,
.entering .layer-2,
.entering .layer-3,
.entering .layer-4 {
  animation-name: zoomInReverse;
  animation-duration: 0.6s;
  animation-delay: 0s;
}
.entering .content {
  animation: 0.6s forwards scaleInReverse cubic-bezier(0.45, 0, 0.45, 1);
}
.entering .background {
  animation: 0.6s forwards zoomOutContentBG cubic-bezier(0.45, 0, 0.45, 1);
}
.entering .background:after {
  animation: 0.6s 0.6s infinite forwards alternate loadingUp cubic-bezier(0.45, 0, 0.45, 1);
}
.entering .backdrop {
  animation: 0.6s forwards scaleInReverse cubic-bezier(0.45, 0, 0.45, 1);
}
@keyframes loadingUp {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    transform: scale(1.35);
    opacity: 1;
  }
}
@keyframes zoomOutContentBG {
  0% {
    background-color: #fff;
    transform: scale(1);
    z-index: 2;
    opacity: 1;
  }
  10% {
    z-index: 11;
  }
  60% {
    background-color: #00a1dd;
  }
  100% {
    background-color: #00a1dd;
    transform: scale(0.03);
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(0.1) rotate(0deg);
    opacity: 0;
  }
  to {
    transform: scale(1) rotate(0deg);
    opacity: 1;
  }
}
@keyframes zoomInReverse {
  0% {
    transform: scale(1) rotate(0deg);
    opacity: 1;
  }
  to {
    transform: scale(0) rotate(0deg);
    opacity: 0;
  }
}
@keyframes zoomRotate-1 {
  0% {
    transform: scale(0.1) rotate(-180deg);
    opacity: 0;
  }
  to {
    transform: scale(1) rotate(0deg);
    opacity: 1;
  }
}
@keyframes zoomRotate-2 {
  0% {
    transform: scale(0.1) rotate(-135deg);
    opacity: 0;
  }
  to {
    transform: scale(1) rotate(0deg);
    opacity: 1;
  }
}
@keyframes zoomRotate-3 {
  0% {
    transform: scale(0.1) rotate(-90deg);
    opacity: 0;
  }
  to {
    transform: scale(1) rotate(0deg);
    opacity: 1;
  }
}
@keyframes zoomRotate-4 {
  0% {
    transform: scale(0.1) rotate(-45deg);
    opacity: 0;
  }
  to {
    transform: scale(1) rotate(0deg);
    opacity: 1;
  }
}
@keyframes zoomBitIn {
  0% {
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes scaleIn {
  0% {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes scaleInReverse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0);
    opacity: 0;
  }
}
