html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}


.centered-form {
    position: absolute;
    min-width: 300px !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30%;
}

.centered-form .panel {
    background: rgba(255, 255, 255, 0.8);
/*    box-shadow: 0px 0px 25px 0px #000;
*/

}

.zeplogo {
    max-height: 32px;
    padding-left: 5px;
}

.zepborder {
    border: 1px solid #93d500;
}

button.btn {
    color: black !important;
    background: white;
    border: 1px solid #93d500;
}

.button-right {
    float: right;
}

.zepbackground {
    background: rgb(250,250,250);
}

.clearfix::after
{
    content: "";
    clear: both;
    display: table;
}
