.c-logo {
  position: relative;
  overflow: hidden;
  width: 348px;
  height: 124px;
  margin: 0 auto;
  background: #F3F3F3;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.c-logo__icon {
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 1;
  width: 350px;
  height: 126px;
  fill: #F3F3F3;
}

.c-logo__fill_top {
  width: 350px;
  height: calc(126px/2);
  background: linear-gradient(42deg, #1c1c1c 0%, #414141 49%);
  -webkit-animation: fillUpTop 2.5s ease-in-out infinite;
          animation: fillUpTop 2.5s ease-in-out infinite;
  -webkit-transform: translate(-350px, 0) skew(170deg);
          transform: translate(-350px, 0) skew(170deg);
}

.c-logo__fill_bottom {
  width: 350px;
  height: calc(126px/2);
  background: linear-gradient(42deg, #0137f8 0%, #024af9 49%);
  -webkit-animation: fillUpBottom 2.5s ease-in-out infinite;
          animation: fillUpBottom 2.5s ease-in-out infinite;
  -webkit-transform: translate(-350px, 0) skew(170deg);
          transform: translate(-350px, 0) skew(170deg);
}

.everything {
  display: none;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.loader-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px;
  width: 100vw;
  height: 100vh;
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #F3F3F3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.circle {
  width: 500px;
  height: 500px;
  margin: auto;
  border-radius: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-animation: grow 2s infinite;
          animation: grow 2s infinite;
  background: linear-gradient(42deg, #0137f8 0%, #024af9 49%);
  display: none;
  z-index: 1;
}

@-webkit-keyframes fillUpTop {
  0%, 10% {
    -webkit-transform: translate(-350px, 0) skew(170deg);
            transform: translate(-350px, 0) skew(170deg);
  }
  45%, 55% {
    -webkit-transform: translate(0, 0) skew(170deg);
            transform: translate(0, 0) skew(170deg);
  }
  90%, 100% {
    -webkit-transform: translate(400px, 0) skew(170deg);
            transform: translate(400px, 0) skew(170deg);
  }
}

@keyframes fillUpTop {
  0%, 10% {
    -webkit-transform: translate(-350px, 0) skew(170deg);
            transform: translate(-350px, 0) skew(170deg);
  }
  45%, 55% {
    -webkit-transform: translate(0, 0) skew(170deg);
            transform: translate(0, 0) skew(170deg);
  }
  90%, 100% {
    -webkit-transform: translate(400px, 0) skew(170deg);
            transform: translate(400px, 0) skew(170deg);
  }
}

@-webkit-keyframes fillUpBottom {
  0%, 10% {
    -webkit-transform: translate(-350px, 0) skew(170deg);
            transform: translate(-350px, 0) skew(170deg);
  }
  45%, 55% {
    -webkit-transform: translate(0, 0) skew(170deg);
            transform: translate(0, 0) skew(170deg);
  }
  90%, 100% {
    -webkit-transform: translate(400px, 0) skew(170deg);
            transform: translate(400px, 0) skew(170deg);
  }
}

@keyframes fillUpBottom {
  0%, 10% {
    -webkit-transform: translate(-350px, 0) skew(170deg);
            transform: translate(-350px, 0) skew(170deg);
  }
  45%, 55% {
    -webkit-transform: translate(0, 0) skew(170deg);
            transform: translate(0, 0) skew(170deg);
  }
  90%, 100% {
    -webkit-transform: translate(400px, 0) skew(170deg);
            transform: translate(400px, 0) skew(170deg);
  }
}

@-webkit-keyframes grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(5);
            transform: scale(5);
  }
}

@keyframes grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(5);
            transform: scale(5);
  }
}

.main-wrapper {
  margin: 0 auto;
  width: 1000px;
  background: #fff;
  border-radius: 3px;
}

.textcentre {
  text-align: center;
}

.right {
  float: right;
}

.left {
  float: left;
}

.inline-block {
  display: inline-block;
}

a {
  text-decoration: none;
}

body {
  background: #F3F3F3;
}

header nav {
  width: 100%;
  height: 60px;
  background-color: #fff;
}

header nav {
  width: 100%;
  height: 60px;
  background-color: #fff;
}

header nav ul {
  float: left;
}

header nav ul li {
  float: left;
  list-style: none;
}

header nav ul li a {
  font-family: arial;
  font-size: 16px;
  color: #111;
  line-height: 63px;
}

header .nav-login {
  float: right;
}

header .nav-login form {
  float: left;
  padding-top: 10px;
}

header .nav-login form input {
  float: left;
  width: 162px;
  height: 40px;
  padding: 0px 10px;
  margin-right: 10px;
  font-family: arial;
  font-size: 14px;
  color: #111;
  line-height: 40px;
  border: none;
  background-color: #F3F3F3;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

header .nav-login form button {
  float: left;
  width: 60px;
  height: 40px;
  margin-right: 10px;
  border: none;
  color: #05568b;
  background: #d0d9e1;
  font-family: arial;
  font-size: 14px;
  cursor: pointer;
  border-radius: 5px;
}

header .nav-login form .username-wrapper {
  float: left;
  margin-right: 20px;
  line-height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: arial;
  font-size: 14px;
  text-transform: capitalize;
}

header .nav-login form button:hover {
  background: linear-gradient(42deg, #003e68 0%, #0a558c 49%);
  color: #fff;
}

header .nav-login a {
  display: block;
  width: 112px;
  height: 60px;
  border: none;
  float: left;
  background-color: #fff;
  font-family: arial;
  font-size: 16px;
  color: #111;
  line-height: 63px;
  cursor: pointer;
}

header .nav-login a:hover {
  color: #05568b;
}

header .logo-wrapper {
  display: inline-block;
}

header .logo {
  min-width: 138px;
  padding: 0.3em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

footer {
  width: 100%;
  background: #fff;
  height: 30px;
}

.main-container {
  padding-top: 40px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.main-container h2 {
  font-family: arial;
  font-size: 40px;
  color: #111;
  line-height: 50px;
  text-align: center;
  padding-top: 20px;
}

/*signup.php*/
.signup-form {
  width: 300px;
  margin: 0 auto;
  padding-top: 15px;
}

.signup-form input {
  width: 100%;
  height: 40px;
  padding: 0px 5%;
  margin-bottom: 5px;
  border: none;
  background-color: #F3F3F3;
  font-family: arial;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 5px;
  max-width: 300px;
  display: inline-block;
  color: #111;
  line-height: 40px;
}

.signup-form button {
  display: inline-block;
  margin: 0 auto;
  width: 30%;
  height: 40px;
  border: none;
  background: #333;
  font-family: arial;
  font-size: 16px;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  margin: 10px 0;
}

.signup-form button:hover {
  background-color: #111;
}
/*# sourceMappingURL=main.css.map */