@charset "UTF-8";
/* CSS Document */


#sticky {
    padding: 0.5ex;
    width: 600px;
    background-color: #333;
    color: #fff;
    font-size: 2em;
    border-radius: 0.5ex;
}

#sticky.stick {
    margin-top: 0 !important;
    position: fixed;
    top: 0;
    z-index: 10000;
    border-radius: 0 0 0.5em 0.5em;
}

body {
	padding-top: 120px;
	padding-bottom: 40px;
  }
  .btn 
  {
   outline:0;
   border:none;
   border-top:none;
   border-bottom:none;
   border-left:none;
   border-right:none;
   width:105px;
  }
  .btn:focus
  {
   outline:0;
   -webkit-outline:0;
   -moz-outline:0;
  }
 
  .form-mobile {
	max-width: 400px;
	padding: 15px;
	margin: 0 auto;
	margin-top: 80px;
  }
  .form-mobile .form-signin-heading, .form-signin {
    margin-bottom: 10px;
  }
  .form-mobile .form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px 50px 10px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .form-signin .form-control:focus {
    z-index: 2;
  }
  .form-mobile input[type="text"] {
    margin-bottom: -10px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-color:#F90004;
  }

  .form-mobile input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 4;
    border-top-right-radius: 4;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-color: rgba(251,6,10,1.00);
  }
  .form-mobile-heading {
    color: #fff;
    text-align: center;
    text-shadow: 0 2px 2px rgba(0,0,0,0.5);
  }


.fullscreen_bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: 50% 50%;
	background-image:url(../images/bg.jpg);
    background-repeat:no-repeat;
}


@media (max-width: 767px){
.fullscreen_bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: 50% 50%;
	background-image:url(../images/bg.jpg);
    background-repeat:no-repeat;
  }
	
	img {
	width: 100%;
	height: auto;
}
	
	.form-mobile {
	max-width: 400px;
	padding: 15px;
	margin: 0 auto;
	margin-top: 257px;
  }
	
	 .btn 
  {
   outline:0;
   border:none;
   border-top:none;
   border-bottom:none;
   border-left:none;
   border-right:none;
   width:120px;
	  font-size: 12px;
  }
	
	
	
}

@media (max-width: 480px){
	
	.fullscreen_bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: 50% 50%;
	background-image:url(../images/bg.jpg);
    background-repeat:no-repeat;
  }
	
	img {
	width: 100%;
	height: auto;
}
	
	.form-mobile {
	max-width: 400px;
	padding: 15px;
	margin: 0 auto;
	margin-top: 25px;
  }
	
	 .btn 
  {
   outline:0;
   border:none;
   border-top:none;
   border-bottom:none;
   border-left:none;
   border-right:none;
   width:120px;
	  font-size: 12px;
  }
	
	
	
}

@media (max-width: 380px){

	.fullscreen_bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: 50% 50%;
	background-image:url(../images/bg.jpg);
    background-repeat:no-repeat;
  }
	
	
	img {
	width: 100%;
	height: auto;
}
	
	.form-mobile {
	max-width: 400px;
	padding: 15px;
	margin: 0 auto;
	margin-top: 25px;
  }
	
	 .btn 
  {
   outline:0;
   border:none;
   border-top:none;
   border-bottom:none;
   border-left:none;
   border-right:none;
   width:100px;
	  font-size: 12px;
  }
	
}

@media (max-width: 320px){

	.fullscreen_bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: 50% 50%;
	background-color: #000000;
    background-repeat:no-repeat;
  }

	img {
	width: 100%;
	height: auto;
}
	
	.form-mobile {
	max-width: 400px;
	padding: 15px;
	margin: 0 auto;
	margin-top: 150px;
  }
	
	 .btn 
  {
	outline: 0;
	border: none;
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: none;
	width: 240px;
	font-size: 15px;
	margin-top: 2px;
	margin-left: 10px;
	margin-right: 10px;
  }
	


}
