@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
html {
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}
body {
    color:#767676;
    background-color: #999 !important;
    font-family:'Open Sans',sans-serif;
    padding:0px !important;
    margin:0px !important;
    font-size:13px;
    text-rendering:optimizeLegibility;
}
.anim-fadeIn{
	animation-name: fadeIn;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	visibility: visible !important;
}

@keyframes fadeIn {
	0% {
		opacity: 0.0;top:75%;
	}
	100% {
		opacity: 1;	top:50%;
	}
}
.anim-roto {
	animation-name: roto;
	animation-duration: 30s;
	animation-timing-function: ease-out;
	visibility: visible !important;
}
@keyframes roto { 0%{transform: rotate(15deg) scale(1.5);} 100%{transform:rotate(0deg) scale(1);} }
ul, .list-unstyled {
    padding-left: 30px;
}
ul li {
    list-style:none;
}

a,a:hover,a:focus {
    text-decoration:none;
    outline:none;
}
.help-block { color: red; }


#login-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 1000;
    width: 300px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.81);
    border-radius: 15px 15px 15px 15px;
}

#login-container p {
	font-size: 10px;
	font-weight: normal;
	display: inline-block;
	position: relative;
	top: -15px;
	left: 62px;
	float: left;
}

#login-container .login-title {
    padding: 20px 10px;
    background: rgba(130, 133, 171, 0.53);
    border-radius: 15px 15px 0 0;
}
#login-container .login-title img {
	max-width:70%;
}

#login-container .login-title h1,
#login-alt-container h1 {
    font-size: 26px;
    color: #ffffff;
}

#login-container .login-title h1 small,
#login-alt-container h1 small {
    font-size: 16px;
    color: #dddddd;
}

#login-container > .block {
	border-radius: 0 0 15px 15px;
    border: none;
}

#login-container .register-terms {
    line-height: 30px;
    margin-right: 10px;
    float: left;
}
img.full-bg {
    min-height: 100%;
    min-width: 1280px;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    opacity:0.5;
}

@media screen and (max-width: 1280px) {
    img.full-bg {
        left: 50%;
        margin-left: -640px;
    }
}
.clear { clear: both; }
.block {
    margin: 0 0 10px;
    padding: 20px 15px 1px;
    background-color: #ffffff;
    border: 1px solid #dbe1e8;
}
.push-bit {
    margin:0;
}
.display-none {
    display: none;
}

.switch {
  position: relative;
  top: 2px;
  display: inline-block;
  width: 60px;
  height: 30px;
}
.switch input {display:none;}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 30px;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 6px;
  bottom: 4px;
  border-radius: 50%;
  border: 1px solid rgb(55, 108, 189);
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #0275d8;
}

input:focus + .slider {
  box-shadow: 0 0 1px #0275d8;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.form-switch {
    position:relative;
}
.form-switch button {
    display: inline-block;
    position: absolute;
    right: 0;
    top: -3px;
}
.asm-check {display:inline-block;margin-top: 4px;}
.asm-check input#login-remember-me { opacity: 0;z-index: 1;}
.asm-check label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px;
    font-size: 0.7rem;
}
.asm-check input[type="checkbox"]:checked + label:before {
    background-color: #0275d8;
    border-color: #0275d8;
}

.asm-check label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    top: 0;
    margin-left: -17px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #ccc;
}
.asm-check input[type="checkbox"]:checked  + label:after {
    font-family: "FontAwesome";
    content: "";
    color: white;
}
.asm-check label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -17px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #55595c;
}

canvas { height: 100vh;width: 100vw;filter:blur(5px);}
