#mailMessageBox {
    min-height: 200px;
    resize: vertical;
}

.text-left {
    text-align: left !important;
}

#mailModal .form-control {
    border-radius: 0px !important;
}

.required-mark {
    color: #E7817E;
    font-size: 20px;
    position: relative;
    top: 6px;
}

#mailModal .modal-body {
    padding: 0px 55px 0px 55px !important;
}

#mailModal .modal-header {
    padding-left: 55px !important;
    padding-bottom: 35px!important;
}

#btnSendMail {
    height: 60px;
    width: 250px !important;
    margin-left: 20px;
}

#btnCancelMail {
    height: 60px;
    width: 250px !important;
    margin-right:20px;
    color:#e06060;
}

.center-content {
    text-align: center;
}

.modal-scroll-body {
    height: 700px !important;
    overflow-y: auto !important;
}

.header-bold{
    font-weight: bold;!important;
}