.login100-more,
.wrap-login100 {
    --primary: #0F172A;
    --accent: #C8A951;
    --neutral: #F8F5F0;
}

body {
    background: #F8F5F0;
    color: #0F172A;
}

.container-login100 {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    flex-wrap: wrap;
}
.login100-more {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: calc(100% - 520px);
    position: relative;
    z-index: 1;
}
.login100-more::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #0F172A;
    background: -webkit-linear-gradient(180deg,#0F172A 0%,#C8A951 100%);
    background: -o-linear-gradient(180deg,#0F172A 0%,#C8A951 100%);
    background: -moz-linear-gradient(180deg,#0F172A 0%,#C8A951 100%);
    background: linear-gradient(180deg,#0F172A 0%,#C8A951 100%);
    opacity: .35;
}
.wrap-login100 {
    width: 520px;
    min-height: 100vh;
    background: #0F172A;
    border-radius: 2px;
    position: relative;
}
.p-r-50 {
    padding-right: 50px;
}
.p-l-50 {
    padding-left: 50px;
}
.p-b-50 {
    padding-bottom: 50px;
}
.p-t-72 {
    padding-top: 50px;
}
.login100-form {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.login100-form-title {
    display: block;
    width: 100%;
    font-family: Poppins-Bold;
    font-size: 39px;
    color: #F8F5F0;
   // line-height: 1.2;
    text-align: center;
}
.p-b-59 {
    padding-bottom: 20px;
}

.wrap-login100 .form-control {
    background: #F8F5F0;
    color: #0F172A;
    border: 1px solid rgba(15, 23, 42, 0.2);
    border-radius: 4px;
    height: 44px;
    box-shadow: none;
}

.wrap-login100 .form-control:focus {
    border-color: #C8A951;
    box-shadow: 0 0 0 3px rgba(200, 169, 81, 0.25);
}

.wrap-login100 .btn.btn-default {
    background: #C8A951;
    border-color: #C8A951;
    color: #0F172A;
    font-weight: 600;
    letter-spacing: 0.2px;
}

.wrap-login100 .btn.btn-default:hover,
.wrap-login100 .btn.btn-default:focus {
    filter: brightness(0.95);
}