﻿body {
    /*background-image: url('http://3.20.230.195/auctionwebapp/SContent/assests/bsbg.jpg');*/

    background-image: url('https://imagedelivery.net/2USl4U4UbQKZerC6dZSsDA/dd21610c-9957-4c4c-c330-13aab68d9700/public');
    background-size: cover;
}

.loginbg {
    background-color: #ffffff;
}

.logincontainer {
    /*height: 450px;*/
    background-color: #ffffff;
    border-radius: 21px;
}

    .logincontainer .form-group {
        width: inherit;
    }

    .logincontainer .row {
        height: 100%;
    }

.logindivcenter {
    align-items: center;
    display: flex;
    padding-bottom:15px;
}
.text-line {
    background-color: transparent;
    color: #000000;
    outline: none;
    outline-style: none;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: solid #000000 1px;
    padding: 3px 0px;
}
    .logindivcenter input {
        width: 100%;
    }

.register {
    color: black;
}

.loginconleft {
    background-color: #ffffff;
    border-radius: 0px 20px 20px 0px;
    padding:70px;
}

    .loginconleft .row div {
        margin: 0 auto;
    }

.loginconright {
    background-color: black;
    align-items: center;
    display: grid;
    /*  text-align: center;*/
    border-radius: 20px 0px 0px 20px;
}

    .loginconright img {
        margin: 0 auto;
    }

.aboutustext  {
    color: #ffffff;
    padding-bottom:45px;
}
    .aboutustext h2 {
        color: #fff;
    }

    .aboutustext p {
        color: #fff;
    }

    .aboutustext h5 {
        color: #fff;
    }
    .aboutustext h5 a {
    color:#ffffff;
    text-decoration:underline;
    }
    .aboutusleft {
        color: #fff;
    }
    .aboutusleft h4 {
        color: #ffffff ;
    }
        .aboutusleft h3 {
            color: #ffffff;
        }
        .aboutusleft h1 {
            color: #ffffff;
        }


.subscribe {
}
    .subscribe h3 {
        padding: 40px 0 40px 0;
        color: #77797b;
        text-align: center;
        word-spacing: 2px;
        letter-spacing: 2px;
    }
.subscribe {
}
.subscribe {
}
        
