body {
    font-family: 'Open Sans', sans-serif;

}

.header-menu {
    padding: 20px 0px;
    box-shadow: 0 4px 10px -2px gainsboro;
}

.m-t-40 {
    margin-top: 40px;
}

.background {
    background: #f5f5f5;
    color: #333;
    font-size: 16px;
    padding: 5px 0px;
}

.background a {
    display: none;
}

.background p {
    font-size: 16px;
    line-height: 0px !important;
}

.background .info {
    font-size: 15px;
}

.slogan {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.p-b-20 {
    padding-bottom: 20px !important;
}
.last {
    font-size: 16px; 
    font-weight: bold;
}

.title-cara {
    font-size: 16px;
    font-weight: 900;
}

.info-cara {
    font-size: 14px;
    line-height: 18px;
}


h1 {
    font-size: 28px;
    font-weight: 900;
}

h2 {
    color: #ff6b6b;
    font-size: 24px;
    font-weight: 900;
}

h3 {
    font-weight: 900;
    font-size: 22px;
}

p {
    line-height: 26px;
    font-size: 19px;
    padding: 5px 0px 10px;
}



.registration-form legend {
    display: none;
}



.registration-form .btn-facebook {
        color: #fff;
        background-color: #3c558d;
        border-color: #3c558d;
    }

    .registration-form .btn-facebook:hover {
        color: #fff;
        background-color: #354a7b;
        border-color: #2a3b62;
    }

    .registration-form .btn-facebook:active:hover,
    .registration-form .btn-facebook:active:focus {
        background-color: #2a3b62;
        border-color: #161f34;
    }

    .registration-form .input-group-addon {
        background-color: #fff;
    }

    .registration-form select.form-control {
        padding-right: 1.75rem;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E");
        background-color: #fff;
        background-repeat: no-repeat;
        background-position: right .75rem center;
        background-size: auto 40%;
        -moz-appearance: none;
        -webkit-appearance: none;
    }

    .registration-form .checkbox label {
        padding-left: 0;
    }

    .registration-form .custom-control-indicator {
        float: left;
        margin: 4px 10px 0 0;

        display: block;
        width: 20px;
        height: 20px;
        background-color: #fff;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 80%;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

    .registration-form .form-group [class^="col-"]:first-child {
        padding-right: calc(15px / 2);
    }

    .registration-form .form-group [class^="col-"]:last-child {
        padding-left: calc(15px / 2);
    }

    .registration-form :checked ~ .custom-control-indicator {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23333' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
    }

    .registration-form .help-block,
    .registration-form .form-control-feedback {
        display: none;
    }

    .registration-form .has-error .help-block {
        display: block;
    }

    .registration-form .has-success .form-control-feedback,
    .registration-form .has-warning .form-control-feedback,
    .registration-form .has-error .form-control-feedback {
        display: block;
    }

    .registration-form .btn-xl {
        padding: 15px 20px;
        font-size: 20px;
        background: #ff6b6b !important;
        border-color: #ff6b6b !important;
    }

    .registration-form .btn-xl:hover {
        padding: 15px 20px;
        font-size: 20px;
        background: #576574 !important;
        border-color: #576574 !important;
    }    

    .registration-form .tooltip-inner {
        min-width: 250px;
    }