body {
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: var(--dark-color);
    background-color: var(--white-color);
    margin: 0;
    padding: 0;
    min-height: 400px;
    /* margin-bottom: 60px; */
    clear: both;
    height: 100%;
}
#page {
    min-height: 100%;
    margin-bottom: -50px;
}
.landingMain{
    width: auto !important;
}
.landingMainSection{
    margin: 100px !important;
}
.alert {
    color: #555;
    padding: 5px;
}
.success {
    background: #125740;
    color: #fff;
    text-align: center;
    font-size: .65em;
    margin-bottom: 5px;
}
.error {
    background-color: var(--primary-color);
    color: var(--white-color);
    text-align: center;
    font-size: .8em;
    margin-bottom: 5px;
}
.error {
    font-size: .65em;
    margin-bottom: 5px;
}
.success p, .error p{
    margin-bottom: 0rem !important;
}