#wpcontent {
    padding-left: 0;
    background-color: #fff;
}

.wnv-settings {
    width: 100%;
    margin: 0;
    font-family: "proxima-nova", Arial, Helvetica, sans-serif;
}

.wnv-content-wrapper {
    background-color: white;
    width: 100%;
    /*padding-top: 56px;*/
}

.wnv-content {
    width: 90%;
    /*margin: 0 auto 0 auto;*/
    font-family: Proxima Nova, Arial, Helvetica, sans-serif;
    padding: 96px 0px 80px 36px;
    display: flex;
}

.wnv-logo {
    margin-top: auto;
    margin-bottom: auto;
    width: 40%;
    padding: 10px;
}

.wnv-logo img {
    width: 100%;
}

.wnv-content-wrapper .wnv-content-subtitles {
    /*display: block;*/
    padding: 50px;
}

.wnv-content-subtitles {
    font-family: Proxima Nova, Arial, Helvetica, sans-serif;
    width: 60%;
}

.wnv-button-one{
    border: 1px solid #fb9a4e !important;
    background: #fb9a4e !important;
    color: #fff !important;
    border-radius: 4px !important;
    padding: 10px 20px !important;
    height: 40px !important;
    line-height: unset !important;
}

.wnv-button-two{
    border: 1px solid #fb9a4e !important;
    background: #fff !important;
    color: #fb9a4e !important;
    border-radius: 4px !important;
    padding: 10px 20px !important;
    height: 40px !important;
    line-height: unset !important;
}

.wnv-content-title {
    display: block;
    font-size: 25px;
    line-height: 32px;
    color: #373F47;
    padding-bottom: 6px;
}

.wnv-content-subtitle {
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #606A72;
}

.wnv-content-feature p{
    font-weight: bold;
}
.wnv-content-feature ul{
    list-style: circle;
    margin-left: 22px;
}

.wnv-content-subtitle a.subtitle-guide-link {
    text-decoration: none;
}

.connect-buttons {
    margin-top: 32px;
}

.connect-buttons .connect-button {
    display: flex;
    height: 32px;
    text-align: center;
}

a.button.button-primary {
    background: #2B98D3;
    border-radius: 2px;
    border-style: none;
    padding: 0px 16px;
    color: #FFFFFF;
    font-size: 14px;
}

a.button.button-primary:hover {
    background: #2B98D3;
}

a.button.create-account {
    border-color: white;
    text-align: center;
    padding: 0px 16px;
    margin-left: 16px;
    background: white;
    font-size: 14px;
    color: #2B98D3;
    border-style: none;
}

a.button.create-account:hover {
    background: white;
    border-style: none;
    color: #2B98D3;
}

.subtitle-guide-link {
    color: #2B98D3;
}
