/* NOTE: * all elements , # for ID, . for class */

@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans|Open+Sans+Condensed:300|Quantico|Russo+One);
@import url(https://fonts.googleapis.com/css?family=Aldrich|Patrick+Hand|Press+Start+2P|Shadows+Into+Light|IBM+Plex+Mono);

/**{
	margin: 0;
	padding: 0; 
}*/
body, html
{
	height: 100%;
	margin: 0;
	
}
.body-bg
{
	background-image:url("../image/bg-touch.jpg");
	 /* Full height */
    height: 100%; 

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.content {
	background: #eee;
    width: calc(100% - 220px);
    padding: 40px;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}

.content.active {
    width: 100%;
}
.loginBox
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 350px;
	height: 450px;
	padding: 80px 40px;
	box-sizing: border-box;
	background: rgba(59,75,108,0.9);
	-webkit-box-shadow: 0px 1px 10px 0px rgba(207,207,207,1);
  	-moz-box-shadow: 0px 1px 10px 0px rgba(207,207,207,1);
  	box-shadow: 0px 1px 10px 0px rgba(207,207,207,1);
}
.user
{
	width: 120px;
	height: 120px;
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	top: calc(-100px/2);
	left: calc(45% - 45px);
	-webkit-box-shadow: 0px 1px 10px 0px rgba(207,207,207,1);
  	-moz-box-shadow: 0px 1px 10px 0px rgba(207,207,207,1);
  	box-shadow: 0px 1px 10px 0px rgba(207,207,207,1);
}
h2
{
	margin: 0;
	padding: 0 0 20px;
	color: #fff;
	text-align: center;
}
.loginBox p
{
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #fff;
}
.loginBox input
{
	width: 120%;
	margin-bottom: 20px;
	margin-left: -25px;
}
/*.loginBox label
{
	margin-bottom: 20px;
	margin-left: -25px;
}*/
.loginBox input[type="text"],
.loginBox input[type="password"]
{
	border: none;
	border-bottom: 1px solid #fff;
	background: transparent;
	outline: none;
	height: 20px;
	color: #fff;
	font-size: 16px;
	margin-top:10px;
}
::placeholder
{
	color: rgba(255,255,255,.5);
}
.loginBox input[type="submit"]
{
	border: none;
	outline: none;
	height: 40px;
	color: #fff;
	font-size: 16px;
	background: #ff267e;
	cursor: pointer;
	border-radius: 20px;
	margin-top:18px;
}
.loginBox input[type="submit"]:hover
{
	color: #fff;
}
.loginBox a
{
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.loginBox .radio-login {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: -25px;
  color: #fff;
}
.loginBox .radio-login label {
  min-height: 20px;
  padding-left: 0px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.loginBox .radio-login input[type="radio"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: 20px;
}
.loginBox .radio-login + .radio-login {
  margin-top: -5px;
}

/*Media Querie*/
@media only screen and (min-width : 150px) and (max-width : 530px){
  .loginBox input[type="text"],
  .loginBox input[type="password"]
  {
	  font-size: 14px;
  }
  
  .loginBox .radio-login input[type="radio"] {
	position: absolute;
	margin-top: 4px \9;
	margin-left: 200px;
  }
}

.top-alert {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 100000;
  left: 0;
  padding: 20px;
  display: inline-block;
  text-align: center;
}
.top-alert .alert {
  width: auto !important;
  height: 100%;
  display: inline;
  position: relative;
  margin: 0;
}
.top-alert .alert .close {
  position: absolute;
  top: 11px;
  right: 10px;
  color: inherit;
}

.first{
	background: /*rgba(0, 0, 0,.5)*/
	/*linear-gradient(
      rgba(255, 0, 0, 0.45), 
      rgba(255, 0, 0, 0.45)
    */
	url("../image/b11.jpg") no-repeat center center fixed; 
	
	background-size: cover;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.overlay1 {
	/*background-color: rgba(0, 0, 0,.5) ; */
}

.jumbotron1 {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: transparent;
}

.jumbotron1 h1 {
	margin-top: 80px ;
	font-family: 'Quantico', sans-serif;
    font-size: 56px;
    color: #ffffff;
}


.jumbotron1 p {
	margin-bottom: 15px;
	font-size: 28px;
	font-weight: 200;
	color: #fff;
}

#img1 {
	margin-top: 100px;
}

.btn-index {
	font-family: 'Russo One', sans-serif;
	color: #990000;
	background-color: transparent;
	border-color: transparent;
	padding: 5px 20px;
	margin-top: 50px; 
}

.btn-index:hover {
	color: #012E41;
	background-color: #fff;
	border-color: #fff;
	padding: 5px 20px;
}


  
#blink-text{
  color: red;
  font-weight:bold;
  animation: blink 1s infinite;
  line-height:1em;
}
@keyframes blink{
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}



.app-content {
  background-color: #012E41;
  -webkit-transition: margin-left 0.3s ease;
  -o-transition: margin-left 0.3s ease;
  transition: margin-left 0.3s ease;
  
}

.app-content1 {
  /*background-color: #012E41;*/
  -webkit-transition: margin-left 0.3s ease;
  -o-transition: margin-left 0.3s ease;
  transition: margin-left 0.3s ease;
  
}


/* login */

.marginlogin{
	padding-top: 730px;
}

/*.loginBox
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 350px;
	box-sizing: border-box;
	background: transparent;
	box-shadow: 0 10px 20px rgba(0,0,0,.5);
	border-radius: 5px;
	transition: .5s;
}

.loginBox:hover
{
	box-shadow: 0 10px 20px rgba(0,0,0,0);
	background: rgba(255,255,255,1);
}*/

/*.glass
{
	width: 100%;
	height: 100%;
	padding: 40px;
	box-sizing: border-box;
	background: rgba(255,255,255,.1);
	border-radius: 5px;
	transition: .5px;
}

.glass:hover
{
	transform: translate(20px, 20px);
	box-shadow: 0 10px 20px rgba(0,0,0,.5);
}

.user
{
	margin: 0 auto;
	display: block;
	margin-bottom: 20px;
}

.glass h3
{
	margin: 0;
	padding: 0 0 20px;
	color: #262626;
	text-align: center;
	font-family: 'Russo One', sans-serif;
}

.loginBox input
{
	width: 100%;
	margin-bottom: 20px;
}

.loginBox input[type="text"],
.loginBox input[type="password"]
{
	border: none;
	border-bottom: 2px solid #262626;
	outline: none;
	height: 40px;
	color: #737373;
	font-weight: bold;
	background: transparent;
	font-size: 16px;
	padding-left: 20px;
	box-sizing: border-box;
}

::placeholder 
{
	color: rgba(0, 0, 0,.5) ; 
}

.inputBox
{
	position: relative;
}

.inputBox span
{
	position: absolute;
	top: 10px;
}

.loginBox input[type="submit"]
{
	border: none;
	outline: none;
	height: 40px;
	font-size: 16px;
	background:#ed292a;
	color: #fff;
	border-radius: 20px;
	cursor: pointer;
}

.loginBox a
{
	color: #262626 ;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	display: block;
}*/

/* login */
