.loginBox
{
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, -90%);  
  width: 330px;
  box-sizing: border-box;
  background: #ffffff;
  background-color: rgba(248, 248, 248, 0.4);
 /* opacity: 0.40; */
 /* box-shadow: 0 10px 20px rgba(255, 255, 255, 0.5); */
  transition: .5s;
  border-radius : 5px;
  
}

/*.loginBox :hover
{
    box-shadow: 0 10px 20px rgba(0,0,0,0);
    background: rgba(255, 255, 255, 0.788);
}*/

.glass
{
    padding: 20px;
    box-sizing: border-box;
    border-radius: 5px;
    transition: .5s;
}

/*.glass :hover
{
    background: rgba(255, 255, 255, 0.788);
}*/

.user
{
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
    width: 60px;
    height: 60px;

}

h3{
    margin: 0;
    padding : 0 0 20px;
    color: #262626;
    text-align: center;
}

P{
    padding : 0;
    margin : 0;
    line-height : 30px;
    color:rgb(53, 53, 53);
}


.Slogan{
    padding-left: 10px;
    padding-top:10px;
}



.Slogann{
    padding-left: 15px;
    padding-top:15px;
}

h1{
    margin: 0;
    padding : 0 0 20px;
    color: #262626;
    text-align: center;
}
.loginBox input 
{
    width: 100%;
    margin-bottom: 5px;
}

.Slogan1 
{
    font-family: "HelveticaNeueHeavy", "HelveticaNeue-Heavy", "Helvetica Neue Heavy", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosBold', "Arial Black", sans-serif; font-weight:700; font-stretch:normal;
    font-size: 32pt;
    line-height: 36px;
    
}

.loginBox input[type = "text"],
.loginBox input[type = "password"]
{
    border: none;
   /* border-bottom: 2px solid #262626; */
    outline: none;
    height: 20px;
    color: #161616;
    background:transparent;
    font-size: 14px;
    padding-left: 10px;
    box-sizing: border-box;
}
::-moz-placeholder
{
    color: rgba(0,0,0,.5);
}

.inputBox
{
    position: relative;
    background-color: rgba(248, 248, 248, 0.48);
    margin-bottom: 10px;
    
}

.inputBox span 
{
    position: absolute;
    top: 10px;
    color: #262626;
    
}

.loginBox input[type ="submit"]
{
    border: None;
    outline: none;
    height: 30px;
    font-size: 12px;
     background-color: #000000bd;
     color: rgba(255,250,250,0.8);
     border-radius:  2px;
     cursor: pointer;
     margin-top: 8px;
     width: 70px;
     float:right;
     margin-bottom: 15px;
}

.footer{
    position:absolute;
    bottom:0;
    width:100%;
    height:30px;   /* Height of the footer */
    background:rgba(112, 169, 243, 0.4);
    
 }

 .inner { 
    position: absolute;
    z-index: 2;
}

.last
{
    width: 210;
    height: 135;
        margin-bottom: 15px;

}

.background {
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: 100%;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-animation: background 2s ease;
    -moz-animation: background ease-in-out 2s both;
    -ms-zoom-animation: background ease-in-out 2s both;
    -o-animation: background ease-in-out 2s both;
    animation: background 2s ease;
    visibility: visible;
    -webkit-backface-visibility: hidden;
    z-index: 9990;
}