.body-bg, body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    font-family: "Raleway", sans-serif;
    background: linear-gradient(135deg, #000000 0%, #182FA0 100%);
    color: #ffffff;
    /*background-image: url('img/bg-image.png');*/ 
	
	/*background: linear-gradient(135deg, #000000 0%, #182FA0 100%), url("img/bg-image.png");

	
    background-position: -10px center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-size: 40% auto;*/
}

.content-wrapper {
    max-width:700px;
}
.content-wrapper .logo-wrapper {
text-align:center;
}

.logo-container {
    margin:0 auto;
    padding-bottom:50px;
    position: relative;
    width: 200px; 
    height: 200px; 
    overflow: hidden;
}



.logo-container .logo {
    width: 100%;
    height: auto;
    text-align: center;
    position: relative; 
    z-index: 1;
}






h1 {
    text-align:center;
    font-family: "Raleway", sans-serif;
    font-size: 2em;
    color: #ffffff;
    font-weight:400;

}
h2 {
    text-align:center;
    font-family: "Raleway", sans-serif;
    font-size: 1.8em;
    color: #ffffff;
    font-weight:300;
}
p {font-family: "Raleway", sans-serif;
    text-align:center;
}