html,
body {
  height: 100%;
  background: url('../images/wall.png');
}

.form-signin {
  max-width: 1000px;
  padding: 1rem;
}

.form-signin .form-floating:focus-within {
  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;
}

.bgauth{
    width:300px; ;
    background: #FFF;
}

.auth-network{
    margin-top:30px;
    text-align: center;
}

.auth-network ul{
    display:flex;
    list-style-type: none;
    
}

.auth-network ul a{
   padding:0 10px ;
    
}

.auth_tg{
    margin:10px 0;
    width:100px;
    height:auto ;
}

.auth-bot p{
    font-size: 12px;
}

.email{
  width:1200px;
  margin: auto ;
  background: #FFF;
}

.email p{
  margin:10px;
}

.email-header img{
 width: 100%;
 height:auto;
 position: relative;
}

.email-header h1{
  position: absolute;
  top:69%;
  left: 45%;
  color: #FFF;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
  font-weight: bold;
  
}

.email-code{
  background: #000;
  color: #FFF;
  font-size:18px ;
  padding:5px;
}