
#nprogress{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #fff;
	z-index: 1500;
}
.spinner-icon{
	display: none!important;
}

.progress{
  border: 1px solid;
  padding: 1px;
}

.splash {
    position:absolute;
    top:25vh;
    left:0;
    right:0;
    margin: auto;
  }

  .splash img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .card {
    background-color: #fff;
    /*padding: 20px 25px 15px;*/
    /*margin: 0 auto 25px;*/
    width: 250px;
    /*-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);*/
  }

  .mybar {
    background: #ffd33b;
    height:10px;
  }

  .progress {
    height: 10px;
    overflow: hidden;
  }
