﻿@import "compass/css3";

* {
    box-sizing: border-box;
}

p {
    margin: 0px;
}

body {
    font-family: Poppins;
    color: white;
    font-size: 14px;
    position: absolute;
    background-color: #fff;
    background-image: url(/assets/images/LandingPage/l-background.png);
    background-position: center top;
    background-attachment: inherit;
    background-repeat: no-repeat;
    background-size: 2000px 1000px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: -9;
    width: 100%;
}

.modal-content {
    background-color: #1d1d1d;
}
.text-error-title {
    font-family: Righteous;
    margin-top: 45%;
    font-size: 34pt;
    color: white;
    padding-left: 7px;
    line-height: 42px;
}
.text-error-subtitle {
    font-family: Poppins;
    font-size: 12pt;
    color: rgb(255,255,255);
    padding: 10px 0 10px 7px;
    max-width: 1200px;
}
    