body {
    font-family: "Lato", sans-serif;
}

.gradient-custom {
    background: #f7b733;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #fc4a1a, #f7b733);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #fc4a1a, #f7b733);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.home-section .btn-primary {
    color: #fff;
    background-color: #302f2f;
    border-color: #302f2f;
    line-height: 2.5;
}

.home-title {
    font-weight: bold;
    font-size: 87px;
}

.loyverse-landing-page {
    text-align: center;
    padding: 40px 0;
}

.loyverse-landing-page h1 {
    font-family: "Nunito Sans", "Helvetica Neue", sans-serif;
    font-weight: 900;
    font-size: 40px;
    margin-bottom: 10px;
}

.loyverse-landing-page .success h1 {
    color: #88B04B;
}

.loyverse-landing-page .failure h1 {
    color: red;
}

.loyverse-landing-page p {
    color: #404F5E;
    font-family: "Nunito Sans", "Helvetica Neue", sans-serif;
    font-size: 20px;
    margin: 0;
}

.loyverse-landing-page .icon-background {
    border-radius: 200px;
    height: 200px;
    width: 200px;
    background: #F8FAF5;
    margin: 0 auto;
}

.loyverse-landing-page i.checkmark {
    color: #9ABC66;
    font-size: 100px;
    line-height: 200px;
    margin-left: -15px;
}

.loyverse-landing-page i.errormark {
    color: red;
    font-size: 100px;
    line-height: 200px;
    margin-left: -15px;
}

.loyverse-landing-page .card {
    background: white;
    padding: 60px;
    border-radius: 4px;
    box-shadow: 0 2px 3px #C8D0D8;
    display: inline-block;
    margin: 0 auto;
}