﻿@-webkit-keyframes rotateAndOpacity {
  0% {
    transform: rotate(50deg);
    opacity: 0;
  }
  100% {
    transform: rotate(0deg);
    opacity: 1;
  }
}
@-moz-keyframes rotateAndOpacity {
  0% {
    transform: rotate(50deg);
    opacity: 0;
  }
  100% {
    transform: rotate(0deg);
    opacity: 1;
  }
}
@-o-keyframes rotateAndOpacity {
  0% {
    transform: rotate(50deg);
    opacity: 0;
  }
  100% {
    transform: rotate(0deg);
    opacity: 1;
  }
}
@keyframes rotateAndOpacity {
  0% {
    transform: rotate(50deg);
    opacity: 0;
  }
  100% {
    transform: rotate(0deg);
    opacity: 1;
  }
}
.login-bg {
  position: relative;
}

.logo-animation {
  width: 450px;
  height: 450px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -225px;
  margin-left: -225px;
}
.logo-animation .logo-1, .logo-animation .logo-2, .logo-animation .logo-3 {
  position: absolute;
  opacity: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  transform-origin: 90% 90%;
  -webkit-animation: rotateAndOpacity 1.5s 1 forwards;
  -moz-animation: rotateAndOpacity 1.5s 1 forwards;
  -o-animation: rotateAndOpacity 1.5s 1 forwards;
  animation: rotateAndOpacity 1.5s 1 forwards;
}
.logo-animation .logo-1 {
  animation-delay: 2.5s;
  background-image: url("/Common/Images/logo-animation/1.png");
}
.logo-animation .logo-2 {
  animation-delay: 1.5s;
  background-image: url("/Common/Images/logo-animation/2.png");
}
.logo-animation .logo-3 {
  animation-delay: 0.5s;
  background-image: url("/Common/Images/logo-animation/3.png");
}

#primaryTabs .mdc-tab {
  font-size: 15px;
}

.c-tab--content {
  margin: 20px 0px;
  display: none;
}

.c-tab--content.active {
  display: block;
}

.datepicker {
  position: relative;
  z-index: 10 !important;
}

.clueless {
  float: right;
}

.skip {
  text-align: center;
  margin: 10px auto;
  width: calc(100% - 100px);
  display: block;
  position: absolute;
}

.register .user-login-5 .login-container > .login-content {
  margin-top: 20px;
}
.register .user-login-5 .login-container > .login-footer {
  position: fixed;
  width: 50%;
}
@media (max-width: 480px) {
  .register .btn.pull-right, .register .btn-group.pull-right {
    margin: 0px !important;
    float: right !important;
  }
}
@media (max-width: 1024px) {
  .register .login-logo {
    display: none;
  }
  .register .logo-animation {
    /*
    width: 200px;
    height: 200px;
    margin-top: -100px;
    margin-left: -100px;
    */
    zoom: 50%;
    top: 65%;
  }
  .register .user-login-5 .login-bg {
    min-height: 200px;
  }
}
@media (max-width: 1366px), (max-height: 900px) {
  .register .user-login-5 .login-container {
    max-height: 100vh;
    min-height: 100vh;
    overflow: scroll;
  }
  .register .user-login-5 .login-container > .login-content {
    margin-top: 20px;
  }
  .register .c-tabs .c-tab--navigation {
    overflow: scroll !important;
  }
}
