html,
body{
    height:100%;
}

body{
    background:#f5f7fb;
}

.landing,
.login-page{
    min-height:100vh;

    display:flex;

    align-items:center;

    justify-content:center;
}

.landing-card,
.login-card{

    width:100%;
    max-width:430px;

    background:#fff;

    padding:50px;

    border-radius:18px;

    box-shadow:0 15px 40px rgba(0,0,0,.08);

    text-align:center;
}

h1{

    font-size:42px;

    font-weight:800;

    margin-bottom:15px;
}

p{

    color:#777;

    margin-bottom:35px;
}
