@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300);
			* {
			  box-sizing: border-box;
			  margin: 0;
			  padding: 0;
			  font-weight: 300;
			}
			body {
			  font-family: 'Source Sans Pro', sans-serif;
			  color: white;
			  font-weight: 300;
			}
			body ::-webkit-input-placeholder {
			  /* WebKit browsers */
			  font-family: 'Source Sans Pro', sans-serif;
			  color: white;
			  font-weight: 300;
			}
			body :-moz-placeholder {
			  /* Mozilla Firefox 4 to 18 */
			  font-family: 'Source Sans Pro', sans-serif;
			  color: white;
			  opacity: 1;
			  font-weight: 300;
			}
			body ::-moz-placeholder {
			  /* Mozilla Firefox 19+ */
			  font-family: 'Source Sans Pro', sans-serif;
			  color: white;
			  opacity: 1;
			  font-weight: 300;
			}

			.wrapper {
			  background: #BBa3a2;
			  background: -webkit-linear-gradient(top left, #088699  0%, #FFD8E6 100%);
			  background: linear-gradient(to bottom right, #088699  0%, #FFD8E6 100%);
			  position: absolute;
			  top: 50%;
			  left: 0;
			  width: 100%;
			  height: 400px;
			  margin-top: -200px;
			  overflow: hidden;
			}
			
			.coolbg{
				background:url('img/canvas.png') no-repeat;
				 background-position: center;
			}
			
			.container {
			  max-width: 306px;
			  margin: 40px auto 0 auto;
			  height: 320px;
			  text-align: center;
			}
			
			
			input[type=text],input[type=password] {
			  -webkit-appearance: none;
				 -moz-appearance: none;
					  appearance: none;
			  outline: 0;
			  border: 1px solid rgba(255, 255, 255, 0.4);
			  background-color: rgba(255, 255, 255, 0.2);
			  width: 250px;
			  border-radius: 3px;
			  padding: 10px 15px;
			  margin: 0 auto 10px auto;
			  display: block;
			  text-align: center;
			  font-size: 18px;
			  color: white;
			  -webkit-transition-duration: 0.25s;
					  transition-duration: 0.25s;
			  font-weight: 300;
			}
			input[type=text]:focus,input[type=password]:hover {
			  background-color: rgba(255, 255, 255, 0.4);
			}
			input[type=text]:focus,input[type=password]:focus {
			  background-color: white;
			  width: 300px;
			  color: #088699;
			}
			button {
			  -webkit-appearance: none;
				 -moz-appearance: none;
					  appearance: none;
			  outline: 0;
			  background-color: white;
			  border: 0;
			  padding: 10px 15px;
			  color: #088699;
			  border-radius: 3px;
			  width: 250px;
			  cursor: pointer;
			  font-size: 18px;
			  z-index:3;
			  -webkit-transition-duration: 0.25s;
					  transition-duration: 0.25s;
			}
			button:hover {
			  background-color: #f5f7f9;
			}
			

			
a{
text-decoration: none;
color: #ADD8E6;
}
			
			
.ttc {

  cursor: help;
  font-size: 20px;
  position: relative;
  text-align: center;
  width: 250px;
  -webkit-transform: translateZ(0); /* webkit flicker fix */
  -webkit-font-smoothing: antialiased; /* webkit text rendering fix */
  z-index: 10;
}

.ttc .tooltip {
  z-index:10;
  background: #1496bb;
  bottom: 100%;
  color: #fff;
  display: block;
  margin-bottom: 15px;
  opacity: 0;
  padding: 20px;
  pointer-events: none;
  position: absolute;
  width: 100%;
  -webkit-transform: translateY(10px);
     -moz-transform: translateY(10px);
      -ms-transform: translateY(10px);
       -o-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all .25s ease-out;
     -moz-transition: all .25s ease-out;
      -ms-transition: all .25s ease-out;
       -o-transition: all .25s ease-out;
          transition: all .25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
     -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
       -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}

/* This bridges the gap so you can mouse into the tooltip without it disappearing */
.ttc .tooltip:before {
  bottom: -20px;
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%;
}  

/* CSS Triangles - see Trevor's post */
.ttc .tooltip:after {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-top: solid #1496bb 10px;
  bottom: -8px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  width: 0;
}
  
.ttc:hover .tooltip {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
     -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
       -o-transform: translateY(0px);
          transform: translateY(0px);
}

/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
