/************************/
/*********CUSTOM*********/
/************************/

body{
    color: #222222;
}
.copyright{
    text-align: center;
}
.msg-flash{
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
footer{
    margin-top: 40px;
}

/************************/
/***********404**********/
/************************/

.error-page {
    margin: 100px 0 40px;
    text-align: center;
}
.error-page__header-image {
    width: 210px;
}
.error-page__title {
    font-size: 25px;
    color: rgba(42,55,68,.7);
    font-weight: normal;
}
.error-page__subtitle {
    font-size: 15px;
    color: rgba(42,55,68,.7);
    font-weight: normal;
    margin-top: 0;
}
.error-page__subtitle a {
    color: rgba(42,55,68,.7);
    text-decoration: none;
    font-weight: bold;
}
.error-page__message {
    font-family: 'Lobster', cursive;
    font-size: 30px;
    margin: 30px 0 35px 0;
    line-height: 40px;
}

/*404 (MEDIA QUERIES)*/

@media (max-width:767px) {
    .error-page {
        margin: 0 0 40px;
    }
    .error-page__title {
        font-size: 22px;
    }
    .error-page__subtitle {
        font-size: 12px;
    }
    .error-page__message {
        font-size: 25px;
        margin: 30px 0 35px 0;
        line-height: 40px;
    }
}

.tranche_date_input{
    display: none;
}