.view-profile legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 50px;
    color: #fff;
    border: 0;
    border-bottom: 3px solid #e40102;
}

.view-profile a.btn{
    background: #e40102!important;
    border-radius: 0!important;
    padding: 20px 30px !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: normal!important;
    letter-spacing: 0px !important;
    line-height: 0!important;
    transition: 0.4s !important;
    border: none !important;
    text-transform: inherit;
}
.view-profile a.btn:hover, .view-profile a.btn:hover {
    opacity: 0.6;
}



/*edit*/




form#member-profile {
    min-height: 20px;
    padding: 30px 20px;
    margin-bottom: 20px;
    background-color: #1f1f1f!important;
    border: 3px solid #e40102;
    -webkit-border-radius: 0px;
    -moz-border-radius: 4px;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}

form#member-profile.form-horizontal .control-label{
    text-align:left;
    align-items: center;
    flex-direction: row;
}

form#member-profile input {
    border: 1px solid #e4edf5;
    border-radius: 3px;
    box-shadow: none;
    height: 55px; color:#fff;
    padding: 0 0 0 20px;
    background: transparent;
    border-radius: 0px;
    border: 0px; text-align:left!important;
    border-bottom: 1px solid #ccc;
}

form#member-profile input:focus {
    border-color: #e70000;
    outline: 0;
      -webkit-box-shadow: none!important;
    box-shadow: none!important;
}

@media (min-width: 768px){
form#member-profile .control-group {
    display: inline-flex;
    align-items: center;
    flex-direction: row;
    width: 100%;
}

form#member-profile .controls {
    margin: 10px!important;
    width: 100%;
}
}



.popover-title {
    color: #fff; background:#e40102;
    font-size: 15px!important;
}
.popover-content {
    color: #fff;background:#1f1f1f;
    font-size: 14px!important;
}

.popover{background:#1f1f1f;border:1px solid #fff;}

