/* Made with love by Mutiullah Samim*/

@import url('https://fonts.googleapis.com/css?family=Numans');
 
.container{
height: 100%;
align-content: center;
}

.card{
 height:auto;
margin-top: auto;
margin-bottom: auto;
width: 400px;
background-color: rgba(0,0,0,0.5) !important;
}

.social_icon span{
font-size: 60px;
margin-left: 10px;
color: #FFC312;
}

.social_icon span:hover{
color: white;
cursor: pointer;
}

.card-header h3{
color: white;
}

.social_icon{
position: absolute;
right: 20px;
top: -80px;
}
 

.links a{
margin-left: 4px;
}

.card.form-success .card-body h3 {
  color:#FFFBF0;
  -webkit-transform: translateY(85px);
          transform: translateY(85px);
}

.card-body h3 {
  font-size: 30px;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-put;
          transition-timing-function: ease-in-put;
  font-weight: 200;
  color: white;
}