.wrap-login100 {
    width: 500px;
    border-radius: 10px;
    overflow: hidden;
    padding: 55px 55px 37px 55px;

    background: #a7d9ef;
    background: -webkit-linear-gradient(top, #75c671, #006E04);
    background: -o-linear-gradient(top, #75c671, #006E04);
    background: -moz-linear-gradient(top, #75c671, #006E04);
    background: linear-gradient(top, #75c671, #006E04);
}

.login100-form-btn {
    background: #004607;
}

.login-logo{
    height: 120px;
    width: 120px;
}

.login100-form-logo {
    font-size: 60px;
    color: #333333;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    border-radius: 50%;
    background-color: #fff;
}

.bg-gradient-primary{
    background-color: #004607;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #004607), to(#009005));
    background-image: linear-gradient(180deg, #004607 10%, #009005 100%);
    background-size: cover;
}

.user-icon{
    color: #006E04;
}