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

body {
    padding: 0;
    margin-bottom: 60px;
    font-size: 15px;
    line-height: 1.6;
    color: #333;
    background: white;
}

h1 {
    color: #3484D2;
}

a {
    text-decoration: none !important;
}

button {
    cursor: pointer !important;
}

.card {
    background-color: rgba(245, 245, 245, 0.6) !important;
}

.card-header, .card-footer {
    background-color: rgba(245, 245, 245, 0.7) !important;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    background-color: #f5f5f5;
    padding-top: 10px;
}

.text-green {
    color: limegreen !important;
}

#share .md-form label {
    top: 0.1rem;
    left: 0;
    transition: 0.2s ease-out;
    color: #757575;
}

.pt-10 {
    padding-top: 100px;
}
.btn-outline-sign
{
    color: #8db403 !important;
    background-color: transparent !important;
    border: 2px solid #8db403 !important;
}
