/*
 * Dashforge Auth Pages (Signin, Signup, etc.)
 *
 * This style is use in auth pages.
 *
 */
body,
html {
    height: 100%;
}
.row-login {
    height: 100%;
    background-image: url('../img/login.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #001737;
}
.col-slide {
    float: left;
    width: 70%;
    height: 100%;
    display: none;
}
.img-logo {
    height: auto;
    max-width: 500px;
    float: right;
}
.box-logo {
    height: 430px;
    border-bottom: 1px solid #fff;
    margin-right: 5%;
    width: 90%;
    float: right;
    padding-top: 235px;
}
.box-txt {
    height: auto;
    margin-right: 5%;
    width: 70%;
    float: right;
    padding-top: 2%;
    text-align: right;
    color: #d7d7d7;
}
.tx-line {
    line-height: 30px;
}
.box-logo-sing {
    width: 30%;
    margin: 20px auto 15px auto;
    display: block;
}
.img-logo-sing {
    height: auto;
    width: 100%;
}

.box-sing {
    padding: 20px;
}
.col-sign {
    padding: 10px 20px 0px 20px;
}
.tx-color-sing {
    color: #fff;
}
.box-sing {
    color: #fff !important;
}
.box-sing h3 {
    color: #fff;
}
.box-new-password ul li {
    color: #eee;
}

@media (min-width: 992px) {
    .box-sing h3 {
        color: #001737;
    }
    .row-login {
        height: 100%;
        background-image: none;
    }
    .col-slide {
        display: block;
        background-image: url('../img/login.jpg');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-color: #001737;
    }
    .col-sign {
        float: left !important;
        width: 30% !important;
        background: #fff;
        padding: 135px 0px 0px 0px;
        height: 100%;
    }
    .box-logo-sing {
        display: none;
    }
    .tx-color-sing {
        color: #001737;
    }
    .box-sing {
        color: #001737 !important;
    }
    .box-new-password ul li {
        color: #dd1212;
    }
}
