.sufee-login {
  background-color: #144c52;
}

body {
  background-color: #144c52;
}

.all {
  transform-style: preserve-3d;
  transform: scale(0.6);
  margin-top: 0px;
}

.con {
  height: 280px;
  transform-style: preserve-3d;
  transform: rotateX(0deg);
}

.logo {
  width: 100%;
  height: 100%;
  text-align: center;
  font-family: "Roboto Slab", serif;
  font-size: 100px;
  color: white;
}

@media screen and (max-width: 1000px) {
  .logo {
    font-size: 40px;
  }
  .con {
    display: none;
  }
}

.rainbow {
  height: 100%;
  transform-style: preserve-3d;
  transform: rotateY(180deg) rotateX(-10deg);
}

@keyframes rotate {
  0% {
    transform: rotateY(180deg) rotateX(-10deg);
  }
  90% {
    transform: rotateY(540deg) rotateX(-10deg);
  }
  100% {
    transform: rotateY(540deg) rotateX(-10deg);
  }
}

.panel:nth-child(1) {
  border-radius: 0 10px 10px 0px;
  height: 200px;
  width: 160px;
  background-color: #e21d48;
  position: absolute;
  transform: rotateY(0deg);
  margin-left: 280px;
  margin-top: 50px;
  opacity: 0.7;
  transform-origin: 0% 0%;
  animation: open-1 3s ease 1;
}

@keyframes open-1 {
  0% {
    transform: rotateY(0deg);
    width: 160px;
  }
  10% {
    transform: rotateY(0deg);
    width: 160px;
  }
  100% {
    transform: rotateY(0deg);
  }
}

@keyframes open-after-1 {
  0% {
    border-right: 160px solid #e21d48;
    border-bottom: 5px solid transparent;
    margin-top: 180px;
  }
  10% {
    border-right: 160px solid #e21d48;
    border-bottom: 5px solid transparent;
  }
  100% {
  }
}

.panel:nth-child(2) {
  border-radius: 0 10px 0px 0px;
  height: 200px;
  width: 170px;
  background-color: #eb1515;
  position: absolute;
  transform: rotateY(36deg);
  margin-left: 280px;
  margin-top: 50px;
  opacity: 0.7;
  transform-origin: 0% 0%;
  animation: open-2 3s ease 1;
}

.panel:nth-child(2):after {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  transform: rotate(1deg);
  border-bottom: 45px solid transparent;
  border-right: 170px solid #eb1515;
  border-radius: 10px;
  position: absolute;
  margin-top: 190px;
  animation: open-after-2 3s ease 1;
}

@keyframes open-2 {
  0% {
    transform: rotateY(0deg);
    width: 160px;
  }
  10% {
    transform: rotateY(0deg);
    width: 160px;
  }
  100% {
    transform: rotateY(36deg);
  }
}

@keyframes open-after-2 {
  0% {
    border-right: 160px solid #eb1515;
    border-bottom: 5px solid transparent;
    margin-top: 180px;
  }
  10% {
    border-right: 160px solid #eb1515;
    border-bottom: 5px solid transparent;
  }
  100% {
  }
}

.panel:nth-child(3) {
  border-radius: 0 10px 0px 0px;
  height: 200px;
  width: 220px;
  background-color: #ee413a;
  position: absolute;
  transform: rotateY(72deg);
  margin-left: 280px;
  margin-top: 50px;
  opacity: 0.7;
  transform-origin: 0% 0%;
  animation: open-3 3s ease 1;
}

.panel:nth-child(3):after {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  transform: rotate(1deg);
  border-bottom: 70px solid transparent;
  border-right: 220px solid #ee413a;
  border-radius: 10px;
  position: absolute;
  margin-top: 190px;
  animation: open-after-3 3s ease 1;
}

@keyframes open-3 {
  0% {
    transform: rotateY(0deg);
    width: 160px;
  }
  10% {
    transform: rotateY(0deg);
    width: 160px;
  }
  100% {
    transform: rotateY(72deg);
  }
}

@keyframes open-after-3 {
  0% {
    border-right: 160px solid #ee413a;
    border-bottom: 5px solid transparent;
    margin-top: 180px;
  }
  10% {
    border-right: 160px solid #ee413a;
    border-bottom: 5px solid transparent;
  }
  100% {
  }
}

.panel:nth-child(4) {
  border-radius: 0 10px 0px 0px;
  height: 200px;
  width: 220px;
  background-color: #fcc100;
  position: absolute;
  transform: rotateY(108deg);
  margin-left: 280px;
  margin-top: 50px;
  opacity: 0.7;
  transform-origin: 0% 0%;
  animation: open-4 3s ease 1;
}

.panel:nth-child(4):after {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  transform: rotate(1deg);
  border-bottom: 70px solid transparent;
  border-right: 220px solid #fcc100;
  border-radius: 10px;
  position: absolute;
  margin-top: 190px;
  animation: open-after-4 3s ease 1;
}

@keyframes open-4 {
  0% {
    transform: rotateY(0deg);
    width: 160px;
  }
  10% {
    transform: rotateY(0deg);
    width: 160px;
  }
  100% {
    transform: rotateY(108deg);
  }
}

@keyframes open-after-4 {
  0% {
    border-right: 160px solid #fcc100;
    border-bottom: 5px solid transparent;
    margin-top: 180px;
  }
  10% {
    border-right: 160px solid #fcc100;
    border-bottom: 5px solid transparent;
  }
  100% {
  }
}

.panel:nth-child(5) {
  border-radius: 0 10px 0px 0px;
  height: 200px;
  width: 170px;
  background-color: #ffdd36;
  position: absolute;
  transform: rotateY(144deg);
  margin-left: 280px;
  margin-top: 50px;
  opacity: 0.7;
  transform-origin: 0% 0%;
  animation: open-5 3s ease 1;
}

.panel:nth-child(5):after {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  transform: rotate(1deg);
  border-bottom: 45px solid transparent;
  border-right: 170px solid #ffdd36;
  border-radius: 10px;
  position: absolute;
  margin-top: 190px;
  animation: open-after-5 3s ease 1;
}

@keyframes open-5 {
  0% {
    transform: rotateY(0deg);
    width: 160px;
  }
  10% {
    transform: rotateY(0deg);
    width: 160px;
  }
  100% {
    transform: rotateY(144deg);
  }
}

@keyframes open-after-5 {
  0% {
    border-right: 160px solid #ffdd36;
    border-bottom: 5px solid transparent;
    margin-top: 180px;
  }
  10% {
    border-right: 160px solid #ffdd36;
    border-bottom: 5px solid transparent;
  }
  100% {
  }
}

.panel:nth-child(6) {
  border-radius: 0 10px 10px 0px;
  height: 200px;
  width: 160px;
  background-color: #5bc0c6;
  position: absolute;
  transform: rotateY(180deg);
  margin-left: 280px;
  margin-top: 50px;
  opacity: 0.7;
  transform-origin: 0% 0%;
  animation: open-6 3s ease 1;
}

@keyframes open-6 {
  0% {
    transform: rotateY(0deg);
    width: 160px;
  }
  10% {
    transform: rotateY(0deg);
    width: 160px;
  }
  100% {
    transform: rotateY(180deg);
  }
}

@keyframes open-after-6 {
  0% {
    border-right: 160px solid #5bc0c6;
    border-bottom: 5px solid transparent;
    margin-top: 180px;
  }
  10% {
    border-right: 160px solid #5bc0c6;
    border-bottom: 5px solid transparent;
  }
  100% {
  }
}

