body{
  /* background: #eee url(https://subtlepatterns.com/patterns/sativa.png); */

  /*background-image: url("../images/1279327953.png");
  background-position: right bottom;
  background-repeat: no-repeat;*/
  /*background-size: 450px 200px, cover;


  /*background-image: url("../images/1279327953.png"),url("../images/good_morning_15.png");
  background-position: left bottom;
  background-repeat: no-repeat;*/
  /*background-size: 450px 200px, cover;*/

 /* 
 background: url("../images/good_morning_15.png") ,url("../images/1279327953.png"); 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  */

 

  /*backgr
  ound-size: 300px 100px, 400px 500px;*/
  /*background-size: 300px 100px, cover;
   first image is 300x100, second image covers the whole area */

  /*background: url("../images/1279327953.png") no-repeat left top , url("../images/tree_v2.png") no-repeat right bottom ;*/
}
 

/*img {
    background-image: url("../images/good_morning_15.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
}*/

html,body{
  position: relative;
  height: 100%;
}

.full-morning {
  /*background: url("../images/1279327953.png") no-repeat left bottom,url("../images/good_morning_15.png") no-repeat center center fixed;
  background-size: 250px 200px, cover;*/
  background: url("../images/good_morning_15.png") no-repeat center center fixed;
  background-size:  cover;
}

.full-out {
  /*background: url("../images/Good-Night-1.gif") no-repeat left bottom,url("../images/happylunch.gif") no-repeat right bottom, url("../images/Good-Night-2.jpg") no-repeat center center fixed;
  background-size: 400px 300px, 400px 300px, cover;*/
  background: url("../images/Good-Night-2.jpg") no-repeat center center fixed;
  background-size: cover;
}

.full-lunch {
  /*background: url("../images/002.gif") no-repeat left bottom, url("../images/about_food.png") no-repeat right bottom, url("../images/lunch_14.jpg") no-repeat center center fixed;  
  background-size: 400px 300px, 400px 300px, cover;*/
  background: url("../images/lunch_14.jpg") no-repeat center center fixed;  
  background-size: cover;
}


.full-lunch-in {
  /*background: url("../images/beautiful-afternoon-clipart-1.jpg") no-repeat left bottom,url("../images/sleepy-1.gif") no-repeat right bottom,url("../images/nice-pics-9.jpg") no-repeat center center fixed;
  background-size: 400px 300px, 400px 300px, cover;*/
  background: url("../images/nice-pics-9.jpg") no-repeat center center fixed;
  background-size: cover;
}

.full-ot-in {
  /*background: url("../images/over-worked.gif") no-repeat right bottom,url("../images/9739629.gif") no-repeat  left bottom,url("../images/late-night-clipart-1.jpg") no-repeat center center fixed;
  background-size: 400px 300px, 400px 300px, cover;*/
  background: url("../images/late-night-clipart-1.jpg") no-repeat center center fixed;
  background-size: cover;
}

.full-ot-out {
  /*background: url("../images/Good-Night-1.gif") no-repeat left bottom,url("../images/happylunch.gif") no-repeat right bottom, url("../images/Good-Night-1.jpg") no-repeat center center fixed;
  background-size: 400px 300px, 400px 300px, cover;*/
  background: url("../images/Good-Night-1.jpg") no-repeat center center fixed;
  background-size: cover;
}

.full-pt-in {
  background: url("../images/nature-beautiful-full-screen-high-definition-desktop-background-scenery-wallpaper-images-free.jpg") no-repeat center center fixed;
  background-size: cover;
}

.full-pt-out {
  background: url("../images/background,green,leafs,vectorial-9f7716779c5b64a6a4751c0a4fefea33_h.jpg") no-repeat center center fixed;
  background-size: cover;
}



.login-container{
    position: relative;
    margin: 50px auto;
    padding: 2px 40px 40px;
    text-align: center;
    background: #fff;
    border: 1px solid #ccc;
    max-width: 727px;
    min-width: 400px;
    width: 100%;
    height: 780px;
}

#camera_wrapper, #show_saved_img{
	width: 480px;
	height: 360px;
	margin: 0 auto;
	text-align:center;
	padding: 20px 0px 10px 0px;
}

#output{
    position: absolute;
    width: 300px;
    top: -75px;
    left: 0;
    color: #fff;
}

#output.alert-success{
    background: rgb(25, 204, 25);
}

#output.alert-danger{
    background: rgb(228, 105, 105);
}


.login-container::before,.login-container::after{
    content: "";
    position: absolute;
    width: 100%;height: 100%;
    top: 3.5px;left: 0;
    background: #fff;
    z-index: -1;
    -webkit-transform: rotateZ(4deg);
    -moz-transform: rotateZ(4deg);
    -ms-transform: rotateZ(4deg);
    border: 1px solid #ccc;

}

.login-container::after{
    top: 5px;
    z-index: -2;
    -webkit-transform: rotateZ(-2deg);
     -moz-transform: rotateZ(-2deg);
      -ms-transform: rotateZ(-2deg);

}

.avatar{
    width: 100px;height: 100px;
    margin: 10px auto 30px;
    border-radius: 100%;
    border: 2px solid #aaa;
    background-size: cover;
}

.form-box input{
    width: 100%;
    padding: 10px;
    text-align: center;
    height:40px;
    border: 1px solid #ccc;;
    background: #fafafa;
    transition:0.2s ease-in-out;

}

.form-box input:focus{
    outline: 0;
    background: #eee;
}

.form-box input[type="text"]{
    border-radius: 5px 5px 0 0;
    text-transform: lowercase;
}

.form-box input[type="password"]{
    /*border-radius: 0 0 5px 5px;
    border-top: 0;*/
}

.form-box button.login{
    margin-top:15px;
    padding: 10px 20px;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
