html,
body {
    height: 100% !important;
}

.cardlogin {
    /*background-image: -webkit-gradient(linear, left top, right top, from(#D60B04), to(#970d00));*/
    /*background-image: linear-gradient(to right, #D60B04, #970d00);*/
    background: transparent;
    padding: 10px 20px;
    border-radius: 10px;
    margin-bottom: 0px !important;
    box-shadow: none;
}

.cardlogin .login-card-body {
    background: transparent !important;
}

.login-card-body p {
    color: #ffffff;
}

.login-card-body a {
    color: #fff !important;
    text-decoration: none;
}

.login-card-body a:hover {
    color: #fff !important;
}

.login-box {
    width: 420px;
    margin: auto;
    /*background: rgba(218, 46, 47, .2);*/
    /*background: rgba(255, 255, 255, .2);*/
    padding: 10px;
    position: absolute;
    border-radius: 10px;
    /*box-shadow: 1px 1px 15px #666;*/
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 600px) {
    .login-box {
        width: 100% !important;
        margin: 0px 0px;
        width: 420px;
        margin: auto;
        /* background: rgba(218, 46, 47, .2); */
        /* background: rgba(255, 255, 255, .2); */
        padding: 10px;
        position: relative;
        border-radius: 10px;
        /* box-shadow: 1px 1px 15px #666; */
        top: -70%;
        left: -100%;
        transform: translate(100%, 100%);
    }
}

img.imglogo {
    width: 70%;
}

.btn-white {
    background: #fff;
    color: #D60B04;
    font-weight: 600;
}

.fas {
    color: #fff;
}

img.imgfull {
    width: 100%;
}

.mar0 {
    margin: 0px !important;
    height: 100%;
}

#wrapper {
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    outline: 1px solid red;
}

.bg-login {
    background: linear-gradient(63.9deg, #970D00 0%, #D60B04 100%);
}

.login-box-msg,
.register-box-msg {
    margin: 0;
    padding: 0 10px 20px !important;
    text-align: center;
}

.footerprivacy {
    position: absolute;
    text-align: center;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    width: 100%;
    color: #ffffff;
}

.text-crm {
    margin-bottom: 16px;
}

.text-crm h1 {
    font-size: 64px;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
}

.text-crm p {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #ffffff;
    margin-top: -16px;
}

.login-logo,
.register-logo {
    margin-bottom: 24px !important;
}

.uname,
.passw {
    background-color: transparent !important;
    border: 2px solid #ced4da !important;
    color: #fff !important;
}

.uname::placeholder,
.passw::placeholder {
    color: #fff;
}

/* Alert */
.alert-info {
    color: #fff;
    background: transparent;
    border-color: #fff;
}

.alert .close,
.close {
    opacity: 1;
}