body {
    background: url("/img/bg-login.png")  no-repeat top right !important;
    background-size: cover !important;
    color: #fff;
    padding: 0 !important;
    margin: 0 !important;
}
.border-form {
    width: 567px;
    height: 265px;
    margin: auto;
    padding: 20px;
}

.div-logo {
    display: flex;
    justify-content: end;
    margin-bottom: 68px;
}
.logo {
    width: 179px;
    margin-top: 35px;
}

.bg-left {
    background: url("/img/login-side.png")  no-repeat top right !important;
    background-size: cover !important;
}

.row {
    margin-right: 0 !important;
}

.space-label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 34px;
    color: #8A8D8F;
}

.border-form-inner {
    margin-top: 30px;
    border-radius: 10px;
    background: #fff;
    padding-bottom: 8px;
}

.btn-sign-in {
    margin-top: 30px;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    font-size: 18px;
    color: rgba(155, 3, 3, 0.86)
}

.sign-in-h1 {
    font-size: 25px;
}

.sign-in-h5 {
    margin-top: 30px;
    font-size: 20px;
    font-weight: lighter;
}

label {
    color: #8A8D8F;
    margin-left: 34px;
    margin-top: 15px;
    font-weight: bold;
}

.icon-lock-password, .icon-prime-user, .icon-building-bank {
    font-size: 25px;
}

.login-input {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-radius: unset !important;
    padding-left: 34px;
}

.footer {
    margin-top: 25px;
    font-weight: lighter;
    font-size: 18px;
}

.footer a {
    font-weight: bold;
    color: #fff;
    font-size: 18px;

}

.float-box-left {
    position: absolute;
    left: 16px;
    bottom: 46px;
    z-index: 2;
    height: 204px;
    width: 508px;
    background: rgba(95, 99, 104, 0.63);
;

}
.float-box-title {
    width: 100%;
    display: flex;
    margin-top: 18px;
    padding-right: 26px;
    justify-content: space-between;
}

.float-box-title span {
    margin-left: 28px;
    font-weight: bold;
    font-size: 25px;
}

.float-box-content {
    margin-left: 55px;
    margin-top: 29px;
    font-weight: lighter;
    font-size: 20px;
    padding-right: 52px;
}