body {
    background: url(../front_assets/img/auth/auth-bg.jpg) no-repeat center
        center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

h1 {
    font-family: 'Source Serif Pro', serif;
    font-size: 2.0625rem;
    font-style: normal;
    font-weight: 600;
    text-align: center;
    color: #005801;
}

.card {
    border: 5px solid #7DAD3F;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
}

.form-group label,
.custom-control label {
    font-family: "Source Sans Pro", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 1.0625rem;
    line-height: 160%;
    color: #001B00;
    margin-bottom: 4px;
}

.button-auth {
    background: #005801;
    border-radius: 5px;
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 1.2rem;
    color: #FFFFFF;
    display: block;
    width: 100%;
}

h2 {
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 24px;
    color: #001B00;
    text-align: center;
}

h2 > a,
h2 > a:hover {
    color: #7DAD3F;
}

small {
    color: #4A4A4A;

}
