.login .content h3 {
    color: #023a24;
}
.login .content .create-account {
    margin-top: 10px;
}
.login .logo {
    max-height: 85px !important;
}
.login .logo img {
    max-height: 90px !important;
}
.login .content .create-account p a {
    margin: 0;
    color: #fff;
}
.login .content .create-account {
    background-color: rgb(2 58 36 / 0.5);
}
.login .content .create-account {
    margin: 0 -40px -30px;
    padding: 15px 0 17px;
    text-align: center;
    background-color: #f79d17;
    -webkit-border-radius: 0 0 7px 7px;
    -moz-border-radius: 0 0 7px 7px;
    -ms-border-radius: 0 0 7px 7px;
    -o-border-radius: 0 0 7px 7px;
    border-radius: 0 0 7px 7px;
}

.login .content .create-account {
    border-top: 1px dotted #eee;
    padding-top: 10px;
    margin-top: 15px;
}
#register-btn{
    color: white !important;
}