@import url(http://fonts.googleapis.com/css?family=Vibur);
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-family: arial;
}

.warn {
    text-align:center;
    font-size: 85%;
    color: #6A6B6B;
    margin-bottom:20px;
    border-style:solid;
    border-width: 1px;
    padding: 7px;
}

.success1  {
    text-align:center;
    font-size: 85%;
    color: #6A6B6B;
    margin-bottom:20px;
    border-style:solid;
    border-width: 1px;
    padding: 7px;
}

.success2  {
    text-align:center;
    font-size: 75%;
    color: #6A6B6B;
    margin-bottom:20px;
    border-style:solid;
    border-width: 1px;
    padding: 7px;
}


.instructions {
    text-align:center;
    font-size: 85%;
    color: #929493;
    margin-bottom:8px;
    margin-top:5px;
}

body {
  background: #F28B20;
}

h1 {
  color: #929493;
  text-align: center;
  /*font-family: 'Vibur', cursive;*/
  font-size: 140%;
  margin: 0 0 0 0 !important;
  padding: 10px 0 15px 0;
}

h2 {
  color: #7A9C3E;
  text-align: center;
  /*font-family: 'Vibur', cursive;*/
  font-size: 180%;
  margin: -5px 0 0 0 !important;
}

.login-form {
  width: 350px;
  padding: 20px 30px 40px 30px;
  background: #eee;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.form-group {
  position: relative;
  margin-bottom: 15px;
}

.form-control {
  width: 100%;
  height: 50px;
  border: none;
  padding: 5px 7px 5px 15px;
  background: #fff;
  color: #666;
  border: 2px solid #ddd;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.form-control:focus, .form-control:focus + .fa {
  border-color: #7A9C3E;
  color: #53692D;
}

.form-group .fa {
  position: absolute;
  right: 15px;
  top: 17px;
  color: #999;
}

.log-status.wrong-entry {
  -moz-animation: wrong-log 0.3s;
  -webkit-animation: wrong-log 0.3s;
  animation: wrong-log 0.3s;
}

.log-status.wrong-entry .form-control, .wrong-entry .form-control + .fa {
  border-color: #ed1c24;
  color: #ed1c24;
}

.log-btn {
  background: #7A9C3E;
  dispaly: inline-block;
  width: 100%;
  font-size: 16px;
  height: 50px;
  color: #fff;
  text-decoration: none;
  border: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.link {
  text-decoration: none;
  color: #929493;
  float: right;
  font-size: 12px;
  margin-bottom: 15px;
}
.link:hover {
  text-decoration: none;
  color: #058AE3;
}

.alert {
  display: none;
  font-size: 12px;
  color: #f00;
  float: left;
}
.alert2 {
  font-size: 18px;
  color: #f00;
  padding-bottom: 15px;
}

@-moz-keyframes wrong-log {
  0%, 100% {
    left: 0px;
  }
  20% , 60% {
    left: 15px;
  }
  40% , 80% {
    left: -15px;
  }
}
@-webkit-keyframes wrong-log {
  0%, 100% {
    left: 0px;
  }
  20% , 60% {
    left: 15px;
  }
  40% , 80% {
    left: -15px;
  }
}
@keyframes wrong-log {
  0%, 100% {
    left: 0px;
  }
  20% , 60% {
    left: 15px;
  }
  40% , 80% {
    left: -15px;
  }
}

#row1 {
    z-index: 999;
}
#ProcessingImage {
    display: none;
    z-index: 99;
    position: fixed;
    top: 100px;
    left: 75px;
    transform: translate(-50%, -50%);
}

