

.ab{
 color: #ffffff; 
  margin-top: 111px;}




.a {left: 50px;
 position: relative;
 padding-top: 45px;
 }


.login {
    margin-top:50px;
}
.set-logo {
    background:#fff;
    color:#ddd;
    border-radius:500%;
    padding:11px;
    font-size:108px;
    border: solid #ddd 14px;
}
.logo {
    margin-top:27px;
    margin-bottom:54px;
}

.last-row {
    margin-bottom:0px;
}

.checklabel {
    font-weight:100;
}

.well {
    background-color:rgba(0, 0, 0, 0.45098039215686275);
    
    opacity: 0.9;
    box-shadow: inset 0 924px 1px rgba(0,0,0,.05);
	    border: 0px solid #000000;
}





body {
 background-color:black;

  background-size: 1920px 999px;
    
    background-repeat: no-repeat;
}




img {
    vertical-align: middle;
    width: 200px;
	 border-radius: 101px;
	
}

a {
    color: #ffffff;
    text-decoration: none;
}

.btn-block {
    display: block;
    width: 40%;
    margin: auto;
	


.button-8{
  width:140px;
  height:50px;
  border:2px solid #131313;
  float:left;
  text-align:center;
  cursor:pointer;
  position:relative;
  box-sizing:border-box;
  overflow:hidden;
  margin:0 0 40px 50px;
}
.button-8 a{
  font-family:arial;
  font-size:16px;
  color:#fff;
  text-decoration:none;
  line-height:50px;
  transition:all .5s ease;
  z-index:2;
  position:relative;
}
.eff-8{
    background: red;
  width:140px;
  height:50px;
  border:70px solid #1ba529;
  position:absolute;
  transition:all .5s ease;
  z-index:1;
  box-sizing:border-box;
}
.button-8:hover .eff-8{
  border:0px solid #af2b2b;
}
.button-8:hover a{
  color:#11111;
}



