
body, html{
  width: 100%;
  height: 100%;
  background-image: url("../images/Trendlog-5th-element-dark.svg");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-color: #2e353c;
  /* color: #fff; */
  margin: auto;
  -webkit-animation: fadeInAnimation ease 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation: fadeInAnimation ease 1s;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: forwards;
  -o-animation: fadeInAnimation ease 1s;
  -o-animation-iteration-count: 1;
  -o-animation-fill-mode: forwards;
  animation: fadeInAnimation ease 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  -webkit-transition: background 1s linear;
  -moz-transition: background 1s linear;
  transition: background 1s linear;
}

@-webkit-keyframes fadeInAnimation {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

@-moz-keyframes fadeInAnimation {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

@-o-keyframes fadeInAnimation {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

@keyframes fadeInAnimation {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

input[type='email'],
input[type='password'],
select:focus,
textarea {
  font-size: 16px;
}

.main{
  padding: 20px 20px;
}

.main-login{
    background-color: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.main-center{
 	margin-top: 30px;
 	margin: 0 auto;
 	max-width: 350px;
  padding: 20px 20px;
}

.register-center{
  margin-top: 30px;
  margin: 0 auto;
  max-width: 400px;
 padding: 20px 20px;
}

hr{
	width: 10%;
	color: #fff;
}

.main-login .main-login-heading,
.main-login .checkbox {
  margin-bottom: 0px;
}

.main-login .checkbox {
  font-weight: normal;
}
/*
.main-login .form-control {
  position: relative;
  font-size: 16px;
  height: 20px;
  padding: 20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*/
.main-login .form-control:focus {
  z-index: 2;
}

.main-login input[type="text"] {
  margin-bottom: 0px;
  border-radius: 5px;
}

.main-login input[type="password"] {
  margin-bottom: 0px;
  border-radius: 5px;
}

.input-group {
    margin-bottom: 10px;
}

.login-footer{
	margin: 0 auto;
	border-top: 1px solid #dadada;
	padding:20px;
}

.clock {
  position: absolute;
  bottom: 0;
  right: 0;
	margin: auto 25;
  font-size: 7vw;
  color: rgb(233, 233, 233);
  text-shadow: 1px 1px 2px black, 0 0 25px rgb(86, 190, 94), 0 0 5px darkblue;
  font-family: Arial, Helvetica, sans-serif;
}

#advanced {
  color:lightgray;
  font-size: 25px;
}

#advanced:hover {
  color:gray;
}

#signinPIN {
  font-size: 42px;
  text-align:center;
  width: 100%;
}