* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-family: "Roboto", sans-serif; /*arial;*/
}

body {
  background-image: url("bg.jpg");
  background-color: #ffffff; /*light pinkish gray #EFEAEA;*/
  color: #242424;
}

.logo {

}

.form-title {
  position: relative;
  top: 55px;
  /* color: #303030; */
  /* color: #a1a1a1; */
  color: #003333;
  text-align: center;
  font-family: "Roboto", sans-serif; /*'Futura', medium;*/
  font-size: 40px;
}

.title-main {
  position: absolute;
  top: 100px;
  /* color: #303030; */
  /* color: #a1a1a1; */
  color: #003333;
  text-align: center;
  font-family: "Roboto", sans-serif; /*'Futura', medium;*/
  font-size: 40px;
}

.hero-img {
  box-shadow: 0.5px 0.5px 1px rgba(255, 0, 0, .6);
  background: #FF6B6B;

  dispaly: inline-block;
  width: 100%;
  border: none;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  position: absolute;
}

.box-div {
  width: 100%;
  padding: 5px 5px;
  background: #EFEAEA;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  position: relative;
  left: 0;
  right: 0;
  top: 0px;
  border-radius: 4px;
  -moz-transform: translateY(5%);
  -ms-transform: translateY(5%);
  -webkit-transform: translateY(5%);
  transform: translateY(5%);
  margin: auto;
  margin-bottom: 5px;
  color: #242424;
}

.box-div-no-pad-square {
  width: 100%;
  padding: 0px 0px;
  background: #ffffff; /*light pinkish gray: #EFEAEA;*/
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  position: relative;
  border-radius: 0px;
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  margin-bottom: 0px;
  color: #242424;
}


.login-form {
  width: 33%;
  padding: 30px 30px;
  background: #EFEAEA;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  position: relative;
  left: 0;
  right: 0;
  top: 0px;
  -moz-transform: translateY(5%);
  -ms-transform: translateY(5%);
  -webkit-transform: translateY(5%);
  transform: translateY(5%);
  margin: auto;
  margin-bottom: 50px;
}

.item-tile-box {
  background: #fff;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  position: relative;
  left: 0px;
  right: 0px;
  top: 0px;
  border: 1px solid #F0F0F0;

}

.footer-div {
  position: relative;
  top: 15px;
  bottom: 0px;
  text-align: center;
}

.footer-text {
  text-decoration: none;
  /* color: #303030; */
  color: #003333;
  font-family: "Roboto", sans-serif; /*'Futura', medium;*/
  font-size: 14px;
}

.footer-text:hover {
  text-decoration: underline;
}

.form-group {
  position: relative;
  top: 24px;
  margin-bottom: 15px;
}

.form-control {
  width: 100%;
  height: 50px;
  border: none;
  padding: 5px 7px 5px 15px;
  background: #fff;
  color: #666;
  border: 1px solid rgba(180, 180, 180, .4);
  /* box-shadow: 0 1px #e74c3c; */
  box-shadow: 1px 1.5px 1px rgba(180, 180, 180, .4);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-family: "Roboto", sans-serif; /*'Futura', regular;*/
}
.form-control:focus, .form-control:focus + .fa {
  border-color: #10CE88;
  /* color: #303030; */
  color: #003333;
}

.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: #dd1818; */
  /* background: -webkit-linear-gradient(to right, #dd1818, #242424);  /* Chrome 10-25, Safari 5.1-6 */
  /* background: linear-gradient(to right, #dd1818, #242424); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  /* background: linear-gradient(to right, rgba(133,14,14,1) 0%, rgba(59,6,6,1) 100%); /*dark red to darkest red*/
  /* background: -webkit-linear-gradient(to right, #eb3941, #f15e64, #e14e53, #e2373f);  /*light red to lightest red with shadow*/
  /*background: linear-gradient(to right, #eb3941, #f15e64, #e14e53, #e2373f);  /*light red to lightest red with shadow*/

  /* background: #8a1515; /*dark red*/
  /* background: linear-gradient(to right, #8a1515 0%, #a70f0f 50%, #861111 75%, #730e0e 100%); /*4 color dark-light-darkest red*/
  /* background: -webkit-linear-gradient(to right, #8a1515 0%, #a70f0f 50%, #861111 75%, #730e0e 100%); /*4 color dark-light-darkest red*/
  /* box-shadow: 0 5px 15px rgba(242, 97, 103, .4); /* reddish shadow*/

  box-shadow: 0 1px 2px rgba(150, 150, 150, .4); /* gray shadow*/
  background: #333333;

  dispaly: inline-block;
  width: 100%;
  font-size: 16px;
  height: 50px;
  color: #fff;
  text-decoration: none;
  border: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-family: "Roboto", sans-serif; /*'Futura', medium;*/
  position: relative;
  top: 0px;
}

.primary-btn {
  /* background: #dd1818; */
  /* background: -webkit-linear-gradient(to right, #dd1818, #242424);  /* Chrome 10-25, Safari 5.1-6 */
  /* background: linear-gradient(to right, #dd1818, #242424); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  /* background: linear-gradient(to right, rgba(133,14,14,1) 0%, rgba(59,6,6,1) 100%); /*dark red to darkest red*/
  /* background: -webkit-linear-gradient(to right, #eb3941, #f15e64, #e14e53, #e2373f);  /*light red to lightest red with shadow*/
  /*background: linear-gradient(to right, #eb3941, #f15e64, #e14e53, #e2373f);  /*light red to lightest red with shadow*/

  /* background: #8a1515; /*dark red*/
  /* background: linear-gradient(to right, #8a1515 0%, #a70f0f 50%, #861111 75%, #730e0e 100%); /*4 color dark-light-darkest red*/
  /* background: -webkit-linear-gradient(to right, #8a1515 0%, #a70f0f 50%, #861111 75%, #730e0e 100%); /*4 color dark-light-darkest red*/
  /* box-shadow: 0 5px 15px rgba(242, 97, 103, .4); /* reddish shadow*/

  box-shadow: 0.5px 0.5px 1px rgba(255, 0, 0, .6); /* gray shadow*/
  background: #FF6B6B; /*purple: #800080; /*scarlet red: #FF2400; /* slate blue #6A5ACD; /*navy blue: #000080; /*orange #FF5733; /*my coral #FF6B6B; /*light pinkish gray #EFEAEA; /*#CE0000; /*rgba(255, 0,0,1);*/

  dispaly: inline-block;
  width: 100%;
  font-size: 16px;
  height: 50px;
  color: #fff;
  text-decoration: none;
  border: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-family: "Roboto", sans-serif; /*'Futura', regular;*/
  position: relative;
  top: 0px;
}

.secondary-btn {
  text-decoration: underline;
  background-color: #ffffff;
  border: 2px solid #333333;
  width: 100%;
  font-size: 16px;
  height: 40px;
  color: #333333;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-family: "Roboto", sans-serif; /*'Futura', regular;*/
  position: relative;
  top: 0px;
}

.tert-btn {
  /* background: #dd1818; */
  /* background: -webkit-linear-gradient(to right, #dd1818, #242424);  /* Chrome 10-25, Safari 5.1-6 */
  /* background: linear-gradient(to right, #dd1818, #242424); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  /* background: linear-gradient(to right, rgba(133,14,14,1) 0%, rgba(59,6,6,1) 100%); /*dark red to darkest red*/
  /* background: -webkit-linear-gradient(to right, #eb3941, #f15e64, #e14e53, #e2373f);  /*light red to lightest red with shadow*/
  /*background: linear-gradient(to right, #eb3941, #f15e64, #e14e53, #e2373f);  /*light red to lightest red with shadow*/

  /* background: #8a1515; /*dark red*/
  /* background: linear-gradient(to right, #8a1515 0%, #a70f0f 50%, #861111 75%, #730e0e 100%); /*4 color dark-light-darkest red*/
  /* background: -webkit-linear-gradient(to right, #8a1515 0%, #a70f0f 50%, #861111 75%, #730e0e 100%); /*4 color dark-light-darkest red*/
  /* box-shadow: 0 5px 15px rgba(242, 97, 103, .4); /* reddish shadow*/

  /*box-shadow: 0 1px 2px rgba(0, 0, 0, .4); /* gray shadow*/

  background-color: #ffffff00;
  width: 100%;
  font-size: calc(9px + 0.3vw);
  height: 50px;
  color: #242424;
  text-decoration: underline;
  border: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  position: relative;
  top: 0px;
}


.destructive-btn {
  text-decoration: none;
  background-color: #ffffff;
  border: 2px solid #CE0000;
  width: 100%;
  font-size: 16px;
  height: 40px;
  color: #CE0000;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-family: "Roboto", sans-serif; /*'Futura', regular;*/
  position: relative;
  top: 0px;
}


.small-btn {
  background: #1C1A1A;
  dispaly: inline-block;
  width: 100%;
  font-size: 12px;
  height: 30px;
  color: #fff;
  text-decoration: none;
  border: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-family: "Roboto", sans-serif; /*'Futura', regular;*/
  position: relative;
  top: 10px;
}


.link {
  text-decoration: none;
  color: #8C918F;
  float: right;
  font-size: 12px;
  font-family: "Roboto", sans-serif; /*'Futura', medium;*/
  position: relative;
  top: 20px;
  margin-bottom: 15px;
}
.link:hover {
  text-decoration: underline;
  color: #8C918F;
}

.linkLogin {
  text-decoration: none;
  color: #8C918F;
  float: right;
  font-size: 12px;
  font-family: "Roboto", sans-serif; /*'Futura', medium;*/
  position: relative;
  top: 20px;
  margin-bottom: 15px;
}
.linkLogin:hover {
  text-decoration: underline;
  color: #8C918F;
}

.alert {
  display: none;
  font-size: 12px;
  color: #f00;
  float: left;
}

@-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;
  }
}
