.mort-cont {
    background: white;
    margin-top: 3%;
    margin-bottom: 2%;
    padding: 20px 38px;
}

.lables {
    color: #777;
    font-size: 17px;
}

.inptgrp1 {
    background: darkcyan;
    color: white;
    font-weight: 600;
}

.inptgrp2 {
    background: rgb(125 129 129);
    color: white;
    font-weight: 600;
}

.fields {
    border-top: 1px solid #eae8e8;
    padding-top: 17px;
    padding-bottom: 20px;
}

.cal-btn {
    margin: 0 0 0 42%;
    background: darkcyan !important;
    padding: 13px;
}

.overlay {
    color: white;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    transition: .5s ease;
    background-color: green;
}

.cont-icns {
    margin: 30% 0 0 0;
    font-size: 50px;
    background: #ebe4e4;
    width: 85px;
    height: 85px;
    padding: 20px 3px;
    border-radius: 50%;
}