/** just copy and paste this entire code in your stylesheet **/
@import url("https://fonts.googleapis.com/css?family=Roboto:100");
/** page **/
.cssloader {
  position: fixed;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
  z-index: 999; }

/** loader **/
.sh1 {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 50px 0 0;
  border-color: #398521 transparent transparent transparent;
  margin: 0 auto;
  animation: shk1 1s ease-in-out infinite normal; }

.sh2 {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 50px 50px;
  border-color: transparent transparent #1c4a0d transparent;
  margin: -50px auto 0;
  animation: shk2 1s ease-in-out infinite alternate; }

/** animation starts here **/
@keyframes shk1 {
  0% {
    transform: rotate(-360deg); } }
@keyframes shk2 {
  0% {
    transform: rotate(360deg); } }
.lt {
  width: 150px;
  color: #ffffff;
  background-color: #0f3504;
  font-family: 'Roboto', sans-serif;
  border-radius: 5px;
  margin: 30px auto;
  text-align: center;
  font-size: 20px;
  letter-spacing: 5px; }

/*# sourceMappingURL=loading.css.map */
