@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700);
@import url(https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css);
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.css);

html,
body{
    height:100%;
}

body {
    font-family: "Poppins";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
 }

/* ---------------------------------------------------
    LOGIN FORM STYLE
----------------------------------------------------- */
.landing-body {
    background:black url("./../../images/background.jpg") center center no-repeat;
    background-size: cover;
    color: #fff;
}

#landing-wrapper {
    padding-top:150px;
}

#landing-wrapper h1 {
    font-size: 3rem;
    margin-top: 5rem;
    font-weight: 700;
}

#landing-wrapper h2 {
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 3rem;
}

/* ---------------------------------------------------
    LOGIN FORM MEDIA QUERIES
----------------------------------------------------- */
@media (max-width: 768px) {

    #landing-wrapper {
        padding-top:100px;
    }

    #landing-wrapper h1 {
        font-size: 4rem;
        margin-top: 3rem;
    }
}

/* ---------------------------------------------------
    LEGALES INFOS
----------------------------------------------------- */
.legal-infos {
    margin-top:20px;
    text-align:center;
    color:#fff;
}
