.login-wrapper{
    width: 100%;
    min-height: 100vh;
    background-color: #fff;
    position: relative;
}

.col-5{
    background-color: white;
}

.col-12{
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;

}


.row{
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.container-fluid{
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: 0;
    width: 100%;
}

.custom-input{
    position: relative;
    border: none;
    padding: 20px 5px 8px 17px;
    background: #eff0;
    z-index: 2;
    font-size: 14px;
    line-height: 22px;
    border-radius: 16px;
    height: 64px;
    width: 100%;
}

.my-1{
    margin-bottom: 0.25rem !important;
}

.login-footer{
    min-height: 9vh;
    display: flex;
    justify-content: space-between;
    margin-left: 0;
    margin-bottom: 0%;
}

.col-7{
    flex: 0 0 58.33333%;
    max-width:58.33333% ;
}

.right-side{
    background: url("odd-background.png") no-repeat;
    background-position: right;
    background-size: cover;
    height: 100%;

}

.cb-logo img{
    width: 60%;
    height: auto;
    margin-top: 20px;
}

.ml-4{
    margin-left: 1.5rem !important;
}

.mb-2{
    margin-bottom: 0.5rem !important;
}

.font-12{
    font-size: 12px;
}

.text-muted{
    color: #9eabc0 !important;
}

.mr-4{
    margin-right: 1.5rem !important;
}

.login-footer .footer img{
    filter: contrast(.5);
}

.login-box{
    z-index: 10;
    width: 58%;
    min-width: 181px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
}

#uname-box{
    color: #1890ff;
    display: block;
    padding: 8px;
    text-align: left;
    border: none;
    border-bottom: 1px solid #1890ff;
    background-color: #eff0f7;

}


#h1{
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #6e7191;
    margin-bottom: 1rem;
}
#pwd-box{
    color: #1890ff;
    display: block;
    padding: 8px;
    text-align: left;
    border: none;
    border-bottom: 1px solid #1890ff;
    background-color: #eff0f7;
}

#login-button{
    font-size: 12px !important;
    line-height: 20px;
    font-weight: 500;
    font-style: normal;
    outline: 0 !important;
    appearance: none;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    color: white;
    background-color: #FF7500;
    position: absolute;
    border: none;
    border-radius: 16px;
    padding: 30px;
    transition: all .1s ease;
}