﻿header .btn-default, .form-content .btn-default {
    color: #fff;
    background: #53a92c;
    border: 0;
    animation-delay: 2s;
    -webkit-animation-delay: 2s;
}
header .logo {
    width: 47px;
}
.form {

}
    .form.login {
        min-height: 79vh;
        text-align: center;
        padding-top: 3%;
        display: flex;
        justify-content: center;
        align-items: baseline;
    }
.form-content {
    max-width: 500px;
   
    padding: 22px;
}
    .form-content .label {
        font-family: 'Poppins', sans-serif;
        line-height: 1.8;
        font-size: 18px;
        color: black;
        font-weight: 600;
        text-align: left;
        margin-top: 9px;
    }
    .form-content .button {
        margin-top: 10px;
    }
        .form-content .button a {
            width: 100%;
        }
form label {
    margin-top: 4px;
    margin-bottom: 0px;
    font-size: 11px;
}
form .form-control {
   /* padding: 3px 3px;
    height: unset;
    line-height: 1;
    font-size: 12px;*/
}