.top-head{
    /*color:#a38154;*/
    color:#843c0b;
    font-weight: 500;
    margin-bottom: 10px;
}
.text-center{
    text-align: center;
}
.d-flex{
    display: flex;
}
.mr-auto{
    margin: auto;
}
.sub-top-head{
    font-size: 20px;
    color: #010101;
    font-weight: 500;
}
.sub-top-head span{
    border-bottom: 2px solid #010101;
}
.logor{
    width: 105px;
}
.mr-bt50{
    margin-bottom: 50px;
}
.mr-bt70{
    margin-bottom: 70px;
}
.pos-relative{
    position: relative;
}
.text-bottom{
    position: absolute;
    bottom: 0;
    margin-bottom: 0
}
.mr-bt15{
    margin-bottom: 15px;
}
.mr-bt35{
    margin-bottom: 35px;
}
.mr-bt30{
    margin-bottom: 30px;
}
.mr-bt25{
    margin-bottom: 20px;
}
.pdleft5{
        padding-left: 5%;
}
.txt-12{
    font-size: 14px;
    line-height: 18px;
}

.mr-tp50{
    margin-top: 50px;
}

.alert-close
{
    position: absolute;
    right: 1%;
    top: 5%;
    padding: 0 4px;
    font-size: 18px;
}

input[type="submit" i ]:disabled {
    background-color: #c7b2a5 !important;
    color:white !important;
    border-color: #c7b2a5 !important;
}