input{
    border-radius: 30px;
    }
    .auth-brand-text {
        font-size: 24px;
    }
    .auth-welcome-box {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        flex-grow: 1;
        flex-basis: 0;
        padding: 20px;
        max-width: 100%;
        color: #eee;
        z-index: 2;
        padding: 2rem ;
    }
    .auth-features-box {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    
    #button{
    margin: 0px 0px 0px 10px;
    height: 45px;
    width: 250px;
    font-size: 20px;
    color: white;
    outline: none;
    cursor: pointer;
    font-weight: bold;
    background: red;
    border-radius: 3px;
    border: 1px solid gray;
    transition: .5s;
    display: flex;justify-content: center;
    }
    #reg{
    font-weight: bold;
    color: #222;
    font-size: 30px;
    }
    div#invalidreg{
    color:red;
    display:none;
    }
    @media (max-width: 767.98px) {
    .content-log {
        width: 100%;
    }
    }
    
.con-login {
    display: flex;
    justify-content: center;
align-items: center;
height: 100%;
    flex: 5 0 auto;
    overflow-y: auto;
    height: 100%;
    opacity: .9;
    background: url('../imagess/bidge21.png') no-repeat center center;
    background-size: cover;
}
.con-login:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}
.content-log {
    width: 500px;
    height: 100%;
    margin-bottom: -50;
    z-index: 10;
    position: relative;
}
.content-log>.card {
    margin-top: 0;
    height: 100%;
    min-height: 100%;
    box-shadow: none;
    border-radius: 0;
    background-color: #fff;
}
::placeholder{
    padding: 5px 5px;
}
