﻿html {
    height: 0;
}

.btn-default {
    background-color: #72c02c;
}

.card-footer {
    padding: 0 15px 10px 15px;
}

.login-page .card-login .input-group:first-child {
    margin-bottom: 10px;
}

.heart {
    color: #72c02c;
}

input#Input_Email:focus {
    border-top: solid 1px rgb(221, 221, 221);
    border-bottom: solid 1px rgb(221, 221, 221);
    border-right: solid 1px rgb(221, 221, 221);
}

input#Input_Password {
    border-top: solid 1px rgb(221, 221, 221);
    border-bottom: solid 1px rgb(221, 221, 221);
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.sterisafe-button {
    background-color: #00857A;
}

.fpm-button {
    background-color: #00857A;
}

.shred-button {
    background-color: #133B5C
}

.full-page > .content {
    padding-top: 21vh;
    padding-bottom: 100px;
}
