html {
    position:fixed;
    width: 100%;
    height: 100%;
background: url(web/images/bg1.jpeg) no-repeat center fixed;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;


}
.demo {
    position: absolute;
    width: 350px;
    margin-top: -0px;
}
body {
width: 100%;
height: 100%;
margin: 0;

}
.back {
    position: absolute;
    background-color: rgba(63, 70, 77, 0.86);
    width: 1100px;
    height: 60px;
    margin-left: -50px;
    margin-top: 0px;
   z-index: 40;
}
.back img {
    height: 150px;
    margin-left: 400px;
    margin-top: 1040px;
    z-index: 40;
}

.container {
position:fixed;
width: 1000px;
height: 1000px;
text-align: center;
background-color: rgba(52,73,94,0.7);
border-radius: 8px;
margin: 0px auto;
margin-top: 22%;


}
.cont {
    margin-top: 60px;
    width: 1000px;
height: 460px;
text-align: center;

}
.container1 {

width: 840px;
height: 920px;
text-align: center;
background-color: rgba(52,73,94,0.7);
border-radius: 8px;
margin: 0px auto;
margin-top: 40px;
 box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.4) ;
    
}
.container41 {

width: 540px;
height: 900px;
text-align: center;

border-radius: 8px;
margin: 0px auto;
padding-top: 38px;

}
  
.container img {
width: 300px;
height: 300px;
margin-top: -180px;
margin-bottom: 140px;

}  
.cont {
  margin-top: -20px;
  text-align: center;
  width: 1000px;
height: 500px;
}
.con-wrong {
  position: absolute;
  margin-top: -140px;
  
  text-align: center;
  width: 1000px;
height: 120px;
}
.wrong{
    border-radius: 8px;
  color: rgb(185,74,72);
  position: absolute;
  margin-top: 20px;
  margin-left: 74px;
  background-color: rgb(242,222,222);
   text-align: center;
    line-height:0px;
   font-size: 40px;
  width: 850px;
height: 80px;
}
.input [type="text"]
{
   
text-align: center;
height: 120px;
width: 650px;
font-size: 50px;
margin-bottom: 40px;
    margin-top: 0px;
background-color: #fff;
padding-left: 40px;
}
.input [type="text"]:focus
{
    outline: none !important;
    border:3px solid #0076ff;
    box-shadow: 0 0 15px #719ECE;

}

.input1 [type="password"]
{
    
    
    
text-align: center;
height: 120px;
width: 650px;
font-size: 50px;
margin-bottom: 40px;
background-color: #fff;
padding-left: 40px;
}
.input1 [type="password"]:focus
{
    
     outline: none !important;
    border:3px solid #0076ff;
    box-shadow: 0 0 15px #719ECE;
    
text-align: center;
height: 120px;
width: 650px;
font-size: 50px;
margin-bottom: 40px;
background-color: #fff;
padding-left: 40px;
}
.red
{
    
     outline: none !important;
    border:3px solid red;
    box-shadow: 0 0 15px #719ECE;
    
text-align: center;
height: 90px;
width: 600px;
font-size: 40px;
margin-bottom: 40px;
background-color: #fff;
padding-left: 40px;
}

form-input:before {
background: url(images/man.png);
content: "\f007";
position: absolute;
font-family: "FontAwesome";
font-size: 60px;
color: #985986;
padding-top: 10px;
font-size: 70px;

}

.btn {
  border: 6px solid #28ECC3;
  width: 350px;
  text-align: center;
  height: 110px;
  padding: 4px 8px;
  background-color: #6d7582;
  border-radius: 200px;
  color: white;
  margin: 0 auto;
  margin-top: 0px;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: relative;
  z-index: 3;
  line-height: 84px;
  text-transform: uppercase;
  font-weight: 1400;
  font-size: 28px;
}


.container2 {
    text-overflow: ellipsis;
    width: 1300px;
height: 120px;
text-align: center;
background-color: red;
margin: 0px auto;
margin-top: 60px;
background-color: rgb(199, 222, 234);
color: #1880b7;
font-size: 70px  ;
     box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.4) ;
    padding-top: 20px;
    text-shadow: 1px 0.6px 3px rgba(0,0,0,0.5) ;
    
}
.sider {
      position: absolute;
    float: right;
    width: 8px;
    height: 120px;
    background-color: red;
    margin-left: 1292px;
    margin-top: -100px;
}

.side {
    position: absolute;
    float: left;
    width: 8px;
    height: 120px;
    background-color: red;
     margin-top: -100px;
}

.info {
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5) ;
    color: beige;
    font-size: 140px;
    margin-top: 30px;
}


.handred {
    width: 100%;
    height: 100%;
}


.xwar {
    width: 100%;
    height: 70px;
}

  .spinner-container {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, .8);
    z-index: 1000;
      left: 0;
      top: 0;
      
}

    
    .spinner {
        
        width: 80px;
        height: 80px;
        
        border: 2px solid #f3f3f3;
        border-top: 3px solid #f25a41;
        border-radius: 100%;
        
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        
        animation: spin 1s infinite linear ;
    }

@keyframes spin {
    from {
        transform: rotate(0deg);
    } to {
        transform: rotate(360deg);
    } 
    
    
    
}