

body {
    overflow-x: hidden !important; 
}
button {
    font-size: 100%;
    font-family: inherit;
    border: 0;
    padding: 0;
}
.navLogo {
    width: 150px;
    height: auto;
}

.logoSafe {
    width: 600px;
    height: auto;
}

::placeholder {
    text-align: left;
    text-indent: 10px;
}

.captchaBox {
    border-radius: 5px;
    border: 2px solid #D3D3D3	;
    color: black;
    background-color: #FFFFFF;
    outline: none;
    padding:2px;
    margin:auto;
    text-indent: 10px;
    -webkit-box-shadow: 0px 0px 14px -3px rgba(0,0,0,0.55); 
box-shadow: 0px 0px 14px -3px rgba(0,0,0,0.55);
outline:none;
}

/* Overwriting Bootstrap */
.navbar {
    padding: 0 1rem !important;
}

.jumbotron {
    padding: 1rem !important;
}

nav a {
    color: #FFFFFF !important;
    font-weight:bold;
    transition: color 0.25s ease;
} 

nav a:hover{
    color: #D3D3D3	 !important;
    font-weight:bold;
}
.title-decorative {
    font-family:rubik,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol;
}

@media (max-width: 767px) {
.display-4 {
    font-size: 35px;
}
.title-decorative {
    font-size:.875rem;
}
}
