@import url('https://fonts.googleapis.com/css?family=Rubik:300,400,500,700,900');

body {
    color: #666666;
	background-color: rgba(0, 0, 0, 0.4);
    font-size: 15px;
    font-family: 'Rubik', sans-serif;
    line-height: 1.80857;
}

/*-------- Alert Success ----------*/
.container.container-succes{
    margin-top: 250px;
    width: 450px;
    height: 90px;
}
.alert.alert-success{
    padding-left: 40px;
}
.alert-success h4 i{    
    font-size: 22px;
    color: #06d629;
	width: 38px;
	height: 38px;
}
.alert-success p{    
    font-size: 18px;
    color: #080808;	
}

