@charset "utf-8";
/**
 *
 * free-gmbvault.css v0.1.0
 *
 * https://free.gmbvault.com
 *
 * Copyright (c) 2018 nzbin
 *
 * Released under the MIT license
 *
*/
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800,900');
body{
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 15px;
	line-height: 1.7;
	color: #4153F1;
	background-color: #000000;
	overflow-x: hidden;
}
a {
	cursor: pointer;
	transition: all 200ms linear;
}
a:hover {
	text-decoration: none;
}
#main{
	background: #1F263D;
}
.card-body{
	background: #151824;
	color:#ffffff;
}
.logo span {
    color: #ffffff;
}
.card-title {
    font-weight: lighter;
    color: #ffffff;
    font-size: 20px !important;
}