
.login-page {
  width: 360px;
/*  padding: 8% 0 0;*/
  margin: auto;
}
.form {
    max-width: 360px;
    padding: 45px;
    position: relative;
    text-align: center;
    z-index: 1;
/*    background: whitesmoke;*/
    box-shadow: 0 0 60px #0000006e;
    border-radius: 13px;
    background-color: #1d1d1d;
}
  

#login_logo {
    max-width: 100%;
    overflow: hidden;
    /* filter: brightness(100); */
}


.login_wrap {
  width: 100%;
  height: 100%;
}

#login_title {
  margin-bottom: 21px;
	color:white;
  line-height: 1.3;
}


label {
  color: white !important;
}
.form button {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  outline: 0;
  padding: 8px 31px;
  font-size: 14px;
  margin-top: 19px;
  cursor: pointer;
  border: 1px solid #71336d;

  background: linear-gradient(90deg, #8a2387, #e94057, #f27121);
  color: white;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
  border-radius: 16px;
  font-weight: bold;
  transition: background 0.1s ease, transform 0.1s ease;
}

.form button:hover,.form button:active,.form button:focus {
  background: linear-gradient(90deg, #de244d, #de244d, #f27121);
}

#rem_block {
    display: inline-block;
}

#rem_block span {
    margin-top: -4px;
}

/* 
#rememberme {
  font-size:9px;
	display: inline;
} */
.form .message {
  margin: 15px 0 0;
  color: #e27f12;
  font-size: 12px;
}
.form .message a {
  color: gray;
  text-decoration: none;
}
.form .register-form {
  display: none;
}
.container {
  position: relative;
  z-index: 1;
  max-width: 300px;
  margin: 0 auto;
}
.container:before, .container:after {
  content: "";
  display: block;
  clear: both;
}
.container .info {
  margin: 50px auto;
  text-align: center;
}
.container .info h1 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 36px;
  color: #1a1a1a;
}
.container .info span {
  color: #4d4d4d;
  font-size: 12px;
}
.container .info span a {
  color: #000000;
  text-decoration: none;
}
.container .info span .fa {
  color: #EF3B3A;
}
body {
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;  
  
  /* background: linear-gradient(-45deg, #882d1c, #6a1b4d, #021d35, #5e0c9c, #804204);
    background: linear-gradient(-45deg, #0d1117, #1f2937, #2c3e50, #3b3a60, #1a1a40);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite; */
    background-color: #161616;
}


.subLink {
    color: gray;
    font-size: 11px;
    margin-top: 10px;
    text-align: right;
}

.subLink:hover {
    color: black;
   
}
span {
    font-size: 9px;
    font-weight: normal;
}



.login-form input {
  text-align: center;
  box-shadow: inset 0 2px 5px rgba(0,0,0,0.2);
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}


a.go_main {
    display: block;
    font-size: 10px;
    text-align: center;
    width: 100%;
    color: #ffffffe0 !important;
	margin-bottom: 6px;
  text-decoration: underline;
	margin-top: 26px;
}


.powered {
  display: block;
  text-align: center;
  width: 100%;
	  font-size: 9px;

  color: white !important;
  margin-top: 13px;
  font-weight: bold;
}
.power_provision {
  /* margin-top: 7px; */
	  font-size: 11px;

	  text-shadow: 0 0 10px black;

}

img {
    margin-bottom: 20px;
}
form.login-form img {
    max-height: 70px;
} 


#login_bg_wrap{
	  position: absolute;
top:0;
	left:0;
	 width: 100%;
  height: 100%;
	overflow: hidden;
}
#login_bg {
	background-repeat: no-repeat;
 width: 120%;
	height: 120%;
  background-position: center;
	top:-10%;
	left:-10%;
	
	background-size: cover;
position: absolute;
	
}