.container{
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto auto auto auto;
    margin-top:-100px;
}
.item1{
    grid-area: 1;

    text-align: center;
    font-family: Sansation;
    font-style: normal;
    font-weight: normal;
    font-size: 150px;
    z-index: 5;
    color: #FFFFFF;
}
.item2{
    grid-area:2;
    margin-top:-25px;
    padding-top: -50px;
    width: 728;
    
    background-repeat: no-repeat;
    align-content: center;
    

    font-family: Sansation;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: #D7A524;;
    z-index: 5;
}
.item3{
grid-area: 3;
 padding-top: 20px;
 z-index: 5;
}

.bottomBar{
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  margin-top: 15px;
  width: 100%;
  height: 60px;
  background-image: url(images/bottomBarBack.png);
  background-repeat: repeat-x;
  align-content: center;
  z-index: 5;
}
.mainback{
  display:   block;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;

  background-image: url(images/mainback.png);
  background-repeat: repeat-x;
  align-content: center;
}


body {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-family: "proxima-nova-soft", sans-serif;
    -webkit-user-select: none;
    overflow: hidden;
  }
  body .vertical-centered-box {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
  }
  body .vertical-centered-box:after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
  }
  body .vertical-centered-box .content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    text-align: center;

  }
  * {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  body {
    background: #2c2d44;
  }

  .loader-circle {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    margin-left: -60px;
    margin-top: -60px;
  }
  .loader-line-mask {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 60px;
    height: 120px;
    margin-left: -60px;
    margin-top: -60px;
    overflow: hidden;
    -webkit-transform-origin: 60px 60px;
    -moz-transform-origin: 60px 60px;
    -ms-transform-origin: 60px 60px;
    -o-transform-origin: 60px 60px;
    transform-origin: 60px 60px;
    -webkit-mask-image: -webkit-linear-gradient(top, #000000, rgba(0, 0, 0, 0));
    -webkit-animation: rotate 1.2s infinite linear;
    -moz-animation: rotate 1.2s infinite linear;
    -o-animation: rotate 1.2s infinite linear;
    animation: rotate 1.2s infinite linear;
  }
  .loader-line-mask .loader-line {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
  }
  #particles-background,
  #particles-foreground {
    left: -51%;
    top: -51%;
    width: 202%;
    height: 202%;
    -webkit-transform: scale3d(0.5, 0.5, 1);
    -moz-transform: scale3d(0.5, 0.5, 1);
    -ms-transform: scale3d(0.5, 0.5, 1);
    -o-transform: scale3d(0.5, 0.5, 1);
    transform: scale3d(0.5, 0.5, 1);
  }
  #particles-background {
    background: #2c2d44;
    background-image: -moz-linear-gradient(45deg, #3f3251 2%, #002025 100%);
    background-image: -webkit-linear-gradient(45deg, #3f3251 2%, #002025 100%);
    background-image: linear-gradient(45deg, #3f3251 2%, #002025 100%);
  }
  lesshat-selector {
    -lh-property: 0; } 
  @-webkit-keyframes rotate{ 0% { -webkit-transform: rotate(0deg);} 100% { -webkit-transform: rotate(360deg);}}
  @-moz-keyframes rotate{ 0% { -moz-transform: rotate(0deg);} 100% { -moz-transform: rotate(360deg);}}
  @-o-keyframes rotate{ 0% { -o-transform: rotate(0deg);} 100% { -o-transform: rotate(360deg);}}
  @keyframes rotate{ 0% {-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg);} 100% {-webkit-transform: rotate(360deg);-moz-transform: rotate(360deg);-ms-transform: rotate(360deg);transform: rotate(360deg);}}
  [not-existing] {
    zoom: 1;
  }
  lesshat-selector {
    -lh-property: 0; } 
  @-webkit-keyframes fade{ 0% { opacity: 1;} 50% { opacity: 0.25;}}
  @-moz-keyframes fade{ 0% { opacity: 1;} 50% { opacity: 0.25;}}
  @-o-keyframes fade{ 0% { opacity: 1;} 50% { opacity: 0.25;}}
  @keyframes fade{ 0% { opacity: 1;} 50% { opacity: 0.25;}}
  [not-existing] {
    zoom: 1;
  }
  lesshat-selector {
    -lh-property: 0; } 
  @-webkit-keyframes fade-in{ 0% { opacity: 0;} 100% { opacity: 1;}}
  @-moz-keyframes fade-in{ 0% { opacity: 0;} 100% { opacity: 1;}}
  @-o-keyframes fade-in{ 0% { opacity: 0;} 100% { opacity: 1;}}
  @keyframes fade-in{ 0% { opacity: 0;} 100% { opacity: 1;}}
  [not-existing] {
    zoom: 1;
  }
 
    button {

        background-image: url(images/login.png);
        background-repeat: no-repeat;
        align-content: center;
        background-color: transparent;
        /* put the height and width of your image here */
        height: 94px;
        width: 276px;
       
        
        border: none;
    }
    
    .signup {

      background-image: url(images/login.png);
      background-repeat: no-repeat;
      align-content: center;
      /* put the height and width of your image here */
      height: 50px;
      width: 90px;
      
      opacity: .2;
      border: none;
  }
  


    /*main page section*/

    .mainpage-container{
        display: grid;
        grid-template-columns: auto;
        grid-template-rows: auto auto auto auto;
    }
    .mainpage-topTitle{
        grid-area: 1;

        text-align: center;
        font-family: Sansation;
        font-style: normal;
        font-weight: normal;
        font-size: 60px;

        
        color: #FFFFFF;
    }
    .mainpage-MiddleSection{
        grid-area:2;
    
        font-family: Sansation;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        color: #D7A524;;

    }
    .item3{
    grid-area: 3;
     text-align: center;
    }