/* Made with love by Mutiullah Samim*/

@import url('https://fonts.googleapis.com/css?family=Numans');

.login{
  width: 350px;
  padding: 17px;
  border-radius: 10px;
  background-color: rgba(0,0,0,0.5) !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.social_icon span{
font-size: 60px;
margin-left: 10px;
color: #FFC312;
}

.social_icon span:hover{
color: white;
cursor: pointer;
}

.social_icon{
position: absolute;
right: 20px;
top: -45px;
}
