@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

body, html {
    height: 100%;
}

body {
    display: flex;
    background: #f3f3f4;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0;
    font-family: "Rubik", sans-serif;
}
.login-box h3.text-center.header.mb-2 {
    padding: 20px 15px;
    font-size: 24px !important;
    color: rgb(62, 52, 70);
    font-weight: 600;
    margin: 0;
    display: block;
    text-align: center;
    font-family: "Rubik", sans-serif;
}
.login-box h3.text-center.header.mb-2 img {
    max-width: 65px;
}
.login-box .BVI-fieldset {
    padding: 0  0 20px;
    border: none;
    margin: 0;
}
.login-box .BVI-fieldset h4 {
    font-size: 16px;
    margin: 0 0 20px;
    padding: 10px 30px;
    font-weight: 500;
    border-bottom: 1px solid #ddd;
    position: relative;
    font-family: "Rubik", sans-serif;
}
.login-box .BVI-fieldset h4:before {
    content: "";
    background: #337ab7;
    height: 3px;
    width: 47px;
    position: absolute;
    bottom: 0;
}
.login-box .BVI-fieldset .form-group {
    padding: 0 30px;
    margin: 0 0 15px;
}
.login-box .BVI-fieldset .form-group button.btn.btn-primary.BVI-btn-submit {
    width: 100%;
    margin: 0;
    max-width: 100px;
}
.login-box {
    display: flex;
    background: #fff;
    box-shadow: 0 0 0 1px rgba(0,0,0,.08);
    border-radius: 4px;
    overflow: hidden;
}
.login-box .login-side {
    background: #564f64 linear-gradient(-180deg,rgba(52,44,62,0) 0%,rgba(52,44,62,.5) 100%);
    padding: 20px 10px 10px;
    box-shadow: 0 2px rgba(0,0,0,.1);
}
.login-box .login-side img {
    max-width: 50px;
}
.login-box > div:last-child {
    width: 100%;
}
.login-box h3.text-center.header.mb-2 span {
    display: block;
    margin: 0 0 10px;
}
.login-box .BVI-data-label {
    font-weight: 400;
    font-size: 14px;
    font-family: "Rubik", sans-serif;
}
.login-box .BVI-data-input {
    padding: 10px 12px;
    height: auto;
    margin-top: 3px;
}
a.reset-password {
    color: #968ba0;
    font-weight: 400;
    text-align: right;
}
.login-box .BVI-fieldset .form-group:last-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
}