html, body {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00d7ff+0,9f32b2+100 */
    background: #00d7ff; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #00d7ff 0%, #9f32b2 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  #00d7ff 0%,#9f32b2 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  #00d7ff 0%,#9f32b2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d7ff', endColorstr='#9f32b2',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    margin: 0;
    height: 100vh;
}
body.welcome-style {
    color: #FC4A1A;
    font-family: 'Nunito', sans-serif;
    font-weight: 200;
}
.full-height {
    height: 100vh;
}
.flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
}
.position-ref {
    position: relative;
}
.top-right {
    position: absolute;
    right: 10px;
    top: 18px;
}
.content {
    text-align: center;
}
.title {
    font: 1.7em Tahoma, Helvetica, Arial, Sans-Serif;
    text-align: center;
    word-break: break-word;
    /*color: #fffeff;*/
    text-shadow: 0px 2px 3px #000;
    margin-bottom: 15%;
}
.links > a {
    color: #DFDCE3;
    padding: 0 25px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .1rem;
    text-decoration: none;
    text-transform: uppercase;
}
.m-b-md {
    margin-bottom: 30px;
}
#login {
    background-color: #F7B733;
    color: #000000;
}

nav {
    background-color: #F7B733;
}
