#cover {
    /* background: #222 url('https://unsplash.it/1920/1080/?random') center center no-repeat;
    background-size: cover; */
    height: 60%;
    text-align: center;
    display: flex;
    align-items: center;
    position: relative;
    margin: 40px 0;
}

#cover-caption {
    width: 100%;
    position: relative;
    z-index: 1;
}
form:before {
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    /* background-color: rgba(166, 164, 164,0.3); */
    background-color: rgba(238, 237, 235,0.6);
    z-index: -1;
    border-radius: 10px;
}
.colrlogin a:link,
.colrlogin a:visited,
.colrlogin a:active,
.colrlogin a:hover{
    padding: 10px 20px;
    background-color: #FB753F;
    color: #000;
    font-weight: 600;
    font-size: 20px;
}
.form-group label{
    color: #000;
}
/*Recent Delivery Page*/
.recent-main{
    padding: 40px 0;
}