﻿.panel-body {
    position: relative;
    padding: 0.5rem;
}

label {
    margin-left: 0px;
    margin-bottom: 0px;
}

.pmy {
    padding: 8px 20px;
    background: #003f26;
    border-bottom: 2px solid #ffffff;
    border-radius: 6px;
    font-size: 20px;
    color: #fff;
    font-family: 'IBM Plex Sans';
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.mmt {
    background: #00BCD4;
    font-weight: bold;
    color: #fff;
    border-radius: 5px;
    border-bottom: 1px solid #a3a3a3d6;
}


h5 {
    padding: 8px 20px;
    background: #299168;
    border-bottom: 2px solid #ffffff;
    border-radius: 6px;
    font-size: 20px;
    color: #fff;
    font-family: 'IBM Plex Sans';
    font-weight: 600;
    text-transform: uppercase;
}
.form-control {
    border-radius: 5px;
    box-shadow: none;
    border-color: #86a4c3;
    height: auto;
    margin-bottom: 12px;
}


.sectionaa{
    padding:30px 0px 30px;
}


.content {
    min-height: 170px;
    padding: 15px 20px 0px 20px !important;
    margin-right: auto;
    margin-left: auto;
    background: #fff !important;
}

.bga {
    background: #efefef;
    padding: 25px;
    border-radius: 8px;
}

.buttonfooter {
    margin: 0;
    margin-top: 30px;
}

.btn {
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid transparent;
    cursor: pointer;
    line-height: inherit;
    padding: 6px 15px;
    font-size: 1.1rem;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    font-size: 16px;
}


textarea.form-control {
    border-radius: 0px;
    background: #FFF;
}