.panel-custom > .panel-heading,
.panel .panel-heading h1, .panel .panel-heading h2, .panel .panel-heading h3, .panel .panel-heading h4, .panel .panel-heading h5, .panel .panel-heading h6 {

  color: #212844;
}

.header-title h3 {
      color: white!important;
    font-weight: bold!important;
    text-transform: uppercase;
    font-size: 30px;
}

.view-header .header-title {
  margin-left: 26px!important;
}
   
.content {
    background: #212844;
    min-height: 250px;
}

.help-block { display: inline-block; margin-right: 10px; margin-left: 5px; }

.panel {
    background: transparent;
}

.panel-body {
    background: #fff;
    border-radius: 0 0 10px 10px;
    padding: 20px 20px 40px 40px;
}

.panel-custom > .panel-heading {
border-radius: 10px 10px 0 0;
    background: #00cbc0;
    padding: 20px 15px;
}

.view-header .header-title {
    margin-left: 68px;
}

.btn-add {
background: #00cbc0;
    color: #fbfbfb !important;
    border: 1px solid #212844;
    border-radius: 50px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
}

.btn-register-top:hover {
    background: #212844!important;
}

.btn-submit {
background: #00cbc0;
    color: #fbfbfb !important;
    border: 1px solid #009282;
    border-radius: 50px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
}

.btn-success {
    background-color: #009282;
    border-color: #009282;
}

.toggle.btn {
border-radius: 20px;
}

div.login-col {
      float: right;
    position: absolute;
    right: 38px;
    top: 31px;
}

.form-control {
    border: 1px solid #00cbc0;
}

@media screen and (max-width: 730px) {
    .ineda-register-top {
        float: none!important;
        position: relative!important;
        right: 0!important;
        top: 0!important;
        margin-top: 20px;
    }
    .view-header .header-title {
        margin-left: 0!important;
    }
    .view-header {
        text-align: center;
    }
    .btn-register-top {
        font-size: 10px!important;
        padding: 5px 15px!important;
    }
}