.fullscreen-bg {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    opacity: 0.5;
    z-index: -6;
    position: fixed;
    background: #ffffff;
    background-image: url(https://www.absa.co.za/content/dam/south-africa/absa/timestamp-images/gp/afternoon-desktop.jpg.rendition.1440.1440.jpg);
    background-size: cover;
    background-position: left;
}

video {
    opacity: 0;
}

.login-header {
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    float: left;
    background-image: none !important;
    padding: 19px 0;
    text-align: center;
    color: white;
    background-color: #AF144B !important;
}

.login-body {
    width: 100%;
    font-size: 13px;
    font-weight: 300;
    float: left;
    background: #e7e7e7 !important;
    padding: 30px 20px 15px;
    text-align: center;
    color: #333;
}

.btn {
    width: 100%;
    border: none;
    background-color: #870a3c !important;
}

    .btn:hover {
        color: #fff;
        background: -moz-radial-gradient(center left,circle cover,#AF144B 0%,#870a3c 100%);
        background: -webkit-radial-gradient(center left,circle cover,#AF144B 0%,#870a3c 100%);
        background: -o-radial-gradient(center left,circle cover,#AF144B 0%,#870a3c 100%);
        background: -ms-radial-gradient(center left,circle cover,#AF144B 0%, #870a3c 100%);
        background: radial-gradient(center left,circle cover, #AF144B 0%, #870a3c 100%);
        background-color: #AF144B !important;
    }

a {
    color: #870a3c !important;
}

input, input[type="text"], input[type="password"], input[type="email"], input[type="tel"] {
    border: none !important;
    background-color: #ffffff !important;
    padding: 20px 15px !important;
    font-size: 13px !important;
    border-radius: 0px !important;
    height: 35px !important;
}

.logo-login img {
    opacity: 0;
}

.logo-login {
    background: url(https://imageup.me/images/ad48358e-efd5-4706-937f-06b04affe06b.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.move-up p {
    font-size: 0 !important;
}

    .move-up p a {
        font-size: 15px !important;
    }

.no-pad {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.container-fluid {
    width: 100%;
}

.step-trigger {
    background-color: #870a3c;
    color: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-weight: bold;
    cursor: pointer;
}

.line {
    flex: 1;
    height: 4px;
    background-color: #870a3c;
    margin: 0 5px;
}
