* {
outline: none !important;
}

a {
cursor: pointer;
}

body {
padding-top: 66px;
padding-bottom: 56px;
}


.navbar-brand img {
height: 40px;
}

.fsection {
position: relative;
width: 100%;
min-height: 100vh;
min-height: calc(100vh - 66px - 88px);
}

section .jumbotron .container :last-child {
margin-bottom: 0;
}

.form-error {
border: 1px solid #D9534F;
}

.form-error:focus {
border: 1px solid #D9534F;
}

footer {
background-color: #343A40;
color: #FFF;
}

/*** Custom ***/

.required::after {
content: " *";
color: red;
}
