@charset "utf-8";
/* CSS Document */

body {
	width:100%;
 padding:0.15em;
    position: relative;
font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
font-size:12px;
line-height:1.42857143;
color:#333;
background-color:#ffff;
overflow: hidden;
}

.form-signin-text{
	font-size: 21px;
    color: #9a9797;
}

.footer_login {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    color:#ccc;
    background-color: #2b2b2b;
}

.form-signin {
max-width: 330px;
padding: 15px;

border: solid 0px #2986c8;

 position: absolute;
min-width: 160px;
padding: 50px 50px;
margin: -55px 100px 14px;
font-size: 14px;
text-align: center;
list-style: none;
background-color: #ffffff;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid #000000;
border-radius: 8px;
-webkit-box-shadow: 4px 12px 8px rgb(200 500 171 / 56%) box-shadow20 20px 12px rgba(0,0,0,.100);

  box-shadow: 15px 5px 8px grey, 10px 10px 8px grey, 15px 15px 9px grey;

}
 
 
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 7px;
    font-size: 14px;
    border-radius: 4px;margin-bottom: 10px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}


.new-footer{
	position:absolute;
}
