:root { --main-color: #3f51b5; /* R:63, G:82, B:181 */ --main-dark-color: #002984; --main-light-color: #757de8; } body { padding-top: 70px; padding-bottom: 40px; cursor: default; } .navbar, .fixed-top { background-color: var(--main-color) !important; box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); border-bottom: var(--main-dark-color) 1px solid; } a:not(.nav-link):not(.navbar-brand) { color: var(--main-color); /*text-decoration: underline;*/ } a:hover:not(.nav-link):not(.navbar-brand) { color: var(--main-light-color); } li.col-md-6 { padding-left: 0px; } .cover { text-align: center; } .required { color: red; } .invalid-captcha { box-shadow: 0 0 1.5px 1px red; } .fa { font-size: 0.85rem; } .full-height { height: 100%; } .jumbo-dark { background-color: #2b3136; } .a-dark { color: var(--main-light-color) !important; } .a-dark:hover { color: white !important; } .transition { -webkit-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out, border 0.25s ease-in-out; -moz-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out, border 0.25s ease-in-out; -o-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out, border 0.25s ease-in-out; transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out, border 0.25s ease-in-out; } .card.bg-dark { border-color: rgba(255, 255, 255, 0.125); } .dark.form-control { background-color: rgb(81, 89, 107); border-color: rgb(60, 66, 80); } .dark.form-control:focus { box-shadow: 0 0 0 .2rem rgba(255,255,255,.5); }