.logo {
    height: 60px; 
    float: right;
}
.morphobank-large-font {
    font-size: 24px;
}

.morphobank-medium-font {
    font-size: 18px;
}

.morphobank-small-font {
    font-size: 14px;
}

.morphobank-text, .error {
    color: #ef7830;
}

.btn-morphobank {
    background-color: #ed7c18 !important;
    border-color: #ed7c18;
    margin-top: 8px;
}

.btn-morphobank:hover {
    border-color: #ef7830;
}

.btn-morphobank-nobg {
    background-color: white;
    color: #ed7c18;
    border-color: #ed7c18;
    margin-top: 8px;
}

.btn-morphobank-nobg:hover {
    background-color: white;
    color: #ef7830;
    border-color: #ef7830;
}

.btn-primary-morphobank {
    margin-top: 8px;
}

.btn-auto-width {
    width: auto;
}

.inBlockLink {
    color: white;
}

.full-width {
    width: 100%;
}

/* same with as button classes */

.mt-s-1 {
    margin-top: 8px;
}

.mt-s-2 {
    margin-top: 16px;
}

.mt-m-1 {
    margin-top: 32px;
}

.mt-m-2 {
    margin-top: 40px;
}

.mt-l-1 {
    margin-top: 48px;
}

.mt-l-2 {
    margin-top: 56px;
}

.mb-l-2 {
    margin-bottom: 56px;
}


.col-xs-offset-right-2 {
    margin-right: 16.66666667%;
}

.panel-heading .panel-heading-text {
  float: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
}