:root {
    --green: #63B98B;
}

body {
    background-color: #151b30;
    color: #fff;
}

.loginbg input {
    border-color: #3d4b96 !important;
    color: #fff !important;
}
.loginbg input[type="password"]:focus,
.loginbg input:focus{
    background: #28314e !important;
}

.loginbg .font-white {
    color: #fff;
    font-weight: 300
}

.loginbg a {
    color: #fff;
    font-weight: 300;
    text-decoration: none;
}

.loginbg a:hover {
    text-decoration: none;
    color: var(--green);
}

.loginbg button {
    background-color: var(--green);
    color: #000
}

.logowidth {
    display: flex
}

.logowidth img {
    height: 60px;
    margin: 0 auto;
}

