html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

ul {
    margin: 0;
    padding: 0;
}

.welcome__header {
    padding: 60px 20px 30px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    align-items: center;
}

.welcome__main {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    flex: 1 0 0;
    padding: 10px 20px;
}

.welcome__main > h2 {
    width: 100%;
    text-align: center;
}

.welcome__features {
    list-style-type: none;
    margin-top: 20px;
}

.welcome__features.ms-List .ms-ListItem {
    padding: 9px 20px 20px;
    display: -webkit-flex;
    display: flex;
}

.welcome__features.ms-List .ms-ListItem > .ms-Icon {
    margin-right: 10px;
}

.link {
    cursor: pointer;
    color: #0077C8;
}

.email {
    color: #0077C8;
    text-decoration: none;
    font-weight: bold;
}

b {
    font-weight: bold;
}
