/* Add here all your css styles (customizations) */
div.ms-inner-controls-cont .ms-nav-next, 
div.ms-inner-controls-cont .ms-nav-prev, 
div.ms-inner-controls-cont .ms-bullets{
	display:none;
}

div.ng-scope input.form-control,
div.ng-scope textarea.form-control {
    width: 50%;
}

div.panel.panel-profile div.panel-heading {
    color: #333;
}

.rev_slider_wrapper, .rev_slider, .tp-fullwidth-forcer, .rev_slider .tp-bgimg.defaultimg {
    max-height: 300px !important;

}

div.validationSummary ul li {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    list-style: none;
}