@import "https://fonts.googleapis.com/css?family=Ubuntu:400,700italic";
@import "https://fonts.googleapis.com/css?family=Cabin:400";
* {
  box-sizing: border-box;
}

#backgorund_login_html {
  // background: #fff;
  background: url(./icons/login_background.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: hidden;
  font-size: 10px;
  height: 100%;
  position: absolute;
  text-align: center;
  width: 100%;
}

#logo {
  animation: logo-entry 2s ease-in;
  width: 500px;
  margin: 0 auto;
  position: relative;
  z-index: 40;
  display: flex;
  justify-content: center;
  color: #9ab2c2;
  margin-top: 185px;
  
}

#logo2 {
    animation: logo-entry 2s ease-in;
    width: 500px;
    margin: 0 auto;
    position: relative;
    z-index: 40;
    display: flex;
    justify-content: center;
    color: #9ab2c2;
    margin-top: 115px;
}

h1 {
  animation: text-glow 2s ease-out infinite alternate;
  font-family: 'Ubuntu', sans-serif;
  color: #fafafa;
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: bold;
  position: absolute;
  text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #fff, 0 0 50px #fff, 0 0 60px #fff, 0 0 70px #fff;
  top: 50px;
}

h2 {
  animation: text-glow 2s ease-out infinite alternate;
  font-family: 'Ubuntu', sans-serif;
  color: #fafafa;
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: bold;
  position: absolute;
  text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #fff, 0 0 50px #fff, 0 0 60px #fff, 0 0 70px #fff;
}


/* =========================================
Log in form
========================================= */

#fade-box {
  animation: input-entry 2s ease-in;
  z-index: 4;
}

.stark-login form {
  animation: form-entry 2s ease-in-out;
  
  background: url(./icons/login_background.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: hidden;
 
  border: 6px solid #0076a4;
  box-shadow: 0 0 15px #0992c9;
  border-radius: 5px;
  display: inline-block;
  height: 300px;
  margin: 90px auto 0;
  position: relative;
  z-index: 4;
  width: 550px;
  transition: 1s all;
}

.stark-login form:hover {
  border: 6px solid #0076a4;
  box-shadow: 0 0 25px #ffffff;
  transition: 1s all;
}

#email,#password,#password1,#password2 {
  background: rgb(255, 255, 255); 
  border: 1px solid #fff;
  border-radius: 5px;
  // box-shadow: 0 2px 0 #fff;
  color: rgb(109, 109, 109);
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  height: 40px;
  margin: 30px auto 5px;
  padding: 0 10px;
  // text-shadow: 0 -1px 0 #fff;
  width: 400px;
}

.stark-login input:focus {
  animation: box-glow 1s ease-out infinite alternate;
  background: none;
  border-color: #006eb8;
  // box-shadow: 0 0 5px rgba(0, 255, 253, 0.2), inset 0 0 5px rgba(0, 255, 253, 0.1), 0 2px 0 #fff;
  outline: none;
}

.stark-login input:invalid {
  border:1px solid white;
  // box-shadow: 0 0 5px rgba(255, 255, 255, 0.2), inset 0 0 5px rgba(255, 255, 255, 0.1), 0 2px 0 #fff;
}

.login_button {
  background-color: #4CAF50;
  border: none;
  color: white;
  text-align: center;
  text-decoration: none;
  transition-duration: 0.2s;
  cursor: pointer;
  height: 40px;
  padding: 2;
  border-radius: 6px;
  width: 160px;
}

.login_button2_right {
  background-color: white;
  color: black;
  border: 1px solid #ffffff;
  float: right;
  margin-right: 70px;
}

.login_button2_left {
  background-color: white;
  color: black;
  border: 1px solid #ffffff;
  margin-left: 70px;
  float: left;
}

.login_button2:hover {
  background-color: #008CBA;
  color: white;
}

.login_error {
  font-size: 14px;  
  font-weight: bold;
  /* font-style: normal; */
  /* flex-wrap: wrap; */
  margin-top: 10px;
  width: auto;
  /* background-color: white; */
  color: black;
  /* border: 1px solid #ffffff; */
  margin-left: 70px;
  float: left;  
}


.error {
  margin-top: 100px;
  font-size: 14px;  
  font-weight: bold;
}


/* =========================================
Spinner
========================================= */

#circle1 {
  animation: circle1 4s linear infinite, circle-entry 6s ease-in-out;
  background: #fff;
  border-radius: 50%;
  border: 10px solid #0095ba;
  box-shadow: 0 0 0 2px rgb(197, 242, 255), 0 0 0 6px #00aeff;
  height: 500px;
  width: 500px;
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -250px;
  margin-top: 150px;
  overflow: hidden;
  opacity: 0.4;
  z-index: -3;
}

#inner-cirlce1 {
  background: #fff;
  border-radius: 50%;
  border: 36px solid rgb(0, 183, 255);
  height: 460px;
  width: 460px;
  margin: 10px;
}

#inner-cirlce1:before {
  content: ' ';
  width: 240px;
  height: 480px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

#inner-cirlce1:after {
  content: ' ';
  width: 480px;
  height: 240px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

.remember_me_wrapper {
  text-align: left;
  margin-left: 65px;
  margin-bottom: 20px;
  margin-top: 20px;
  color: black;
}


/* =========================================
Animation Keyframes
========================================= */

@keyframes logo-entry {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes circle-entry {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 0.4;
  }
}

@keyframes input-entry {
  0% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes form-entry {
  0% {
    height: 0;
    width: 0;
    opacity: 0;
    padding: 0;
  }
  20% {
    height: 0;
    border: 1px solid #008CBA;
    width: 0;
    opacity: 0;
    padding: 0;
  }
  40% {
    width: 0;
    height: 300px;
    border: 6px solid #ffffff;
    opacity: 1;
    padding: 0;
  }
  100% {
    height: 300px;
    width: 550px;
  }
}

@keyframes box-glow {
  0% {
    border-color: #006eb8;
  }
  100% {
    border-color: #006eb8;    
  }
}

@keyframes text-glow {
  0% {
    color: #9bb9ff;  
  }
  100% {
    color: #0753cc;   
  }
}

@keyframes before-glow {
  0% {
    border-bottom: 10px solid #ffffff;
  }
  100% {
    border-bottom: 10px solid #ffffff;
  }
}

@keyframes after-glow {
  0% {
    border-top: 16px solid #ffffff;
  }
  100% {
    border-top: 16px solid #ffffff;
  }
}

@keyframes circle1 {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

