/* Styles for the Development Server Notice Ribbon */

.ribbon-wrapper {
  width: 70px;
  height: 70px;
  background: none;
  position: fixed;
  z-index: 900000;
  top: 0;
  right: 0;
}
 
.ribbon-wrapper-yellow {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  right: -3px;
}
 
.ribbon-yellow {
  font: bold 10px Sans-Serif;
  color: #333;
  text-align: center;
  text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 15px;
  width: 120px;

  background-color: #F5F511;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#F5F511), to(#BFBF2C)); 
  background-image: -webkit-linear-gradient(top, #F5F511, #BFBF2C); 
  background-image:    -moz-linear-gradient(top, #F5F511, #BFBF2C); 
  background-image:     -ms-linear-gradient(top, #F5F511, #BFBF2C); 
  background-image:      -o-linear-gradient(top, #F5F511, #BFBF2C); 
  color: #575135;
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}
 
.ribbon-yellow:before, .ribbon-yellow:after {
  content: "";
  border-top:   3px solid #575135;   
  border-left:  3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px;
}
 
.ribbon-yellow:before {
  left: 0;
}
.ribbon-yellow:after {
  right: 0;
}

/* End of Styles for the Development Server Notice Ribbon */

body {
    color: white;
    background-color: black;    
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAeCAMAAAAW0r4eAAAABlBMVEUAAAAUFBSKPLFLAAAAWElEQVR42q2QUQ7AIAhD4f6XHqyzJD73tTVBGn2xSkRGlVYZ+XJ319ZyPgP/rOOkbLmPcogjxVtbppio+jFR4h85Cc7rMNUScpydrY2IVwolyomkvify9RfiogDJO0GaOQAAAABJRU5ErkJggg==);
}

.blurrah{    
    color: transparent;
    font-size: 200px;
    line-height: 205px;
    font-family: Tahoma, Geneva, sans-serif;
    font-weight: bold;
    opacity: 0.8;
    border-top: 3px solid white;
    border-bottom: 3px solid white;
    display: inline;
    margin-bottom: 20px;
}

.info {
    font-size: 20px;
    line-height: 40px;
    font-family: Tahoma, Geneva, sans-serif;
    letter-spacing: 4.185px;
    opacity: 0.2;
    margin-left: 5px;
}

.loginbox {
background: #606c88; /* Old browsers */
background: -moz-linear-gradient(top,  #606c88 0%, #3f4c6b 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#606c88), color-stop(100%,#3f4c6b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #606c88 0%,#3f4c6b 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #606c88 0%,#3f4c6b 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #606c88 0%,#3f4c6b 100%); /* IE10+ */
background: linear-gradient(to bottom,  #606c88 0%,#3f4c6b 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#606c88', endColorstr='#3f4c6b',GradientType=0 ); /* IE6-9 */

    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 5px;
}


.loginbox h1 {
    text-shadow: 0 0 10px #4096ee;
}
.logoheading {
    margin-bottom: 80px;
}
