* {
    padding:0;
    margin:0;
    box-sizing:border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

html,
body {
    font-family: 'Inter Tight', 'Helvetica Neue', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;

}

.form-control:focus {
    box-shadow: none;
}

.form-floating > label {
    color: #ccc;
}

.button {
    position: relative;
    overflow: visible;
    display: inline-block;
    padding: 0.4em 1em;
    border: 1px solid #d4d4d4;
    margin: 0;
    text-decoration: none;
    text-align: center;
    min-width: 110px;
    color: #333;
    font-weight: 700;
    white-space: nowrap;
    cursor: pointer;
    outline: none;
    background-color: #ececec;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4f4), to(#ececec));
    background-image: -moz-linear-gradient(#f4f4f4, #ececec);
    background-image: -ms-linear-gradient(#f4f4f4, #ececec);
    background-image: -o-linear-gradient(#f4f4f4, #ececec);
    background-image: linear-gradient(#f4f4f4, #ececec);
    -moz-background-clip: padding;
    /* for Firefox 3.6 */
    background-clip: padding-box;
    border-radius: 0.4em;
    /* IE hacks */
    zoom: 1;
    *display: inline;
}
.button.disabled {
    opacity: 0.5;
    cursor: default;
}
.button.button-primary {
    border-color: #3072b3;
    border-bottom-color: #2a65a0;
    text-decoration: none;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    color: #fff !important;
    background-color: #006EBD;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4790D7FF), to(#006EBD));
    background-image: -moz-linear-gradient(#4790D7FF, #006EBD);
    background-image: -o-linear-gradient(#4790D7FF, #006EBD);
    background-image: linear-gradient(#4790D7FF, #006EBD);
}
.button.button-alert {
    border-color: #82220C;
    border-bottom-color: #731702;
    text-decoration: none;
    color: #fff !important;
    background-color: #AD2000;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#AD2000), to(#991D02));
    background-image: -moz-linear-gradient(#AD2000, #991D02);
    background-image: -o-linear-gradient(#AD2000, #991D02);
    background-image: linear-gradient(#AD2000, #991D02);
}
.button.button-text {
    background: transparent;
    border-color: transparent;
    color: #006EBD;
    padding: 0.5em;
    min-width: 80px;
    font-weight: 800;
}
.button:disabled {
    opacity: 0.7;
}
.button:hover, .button:focus, .button:active, .button.active {
    background-color: #eeeeee;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #cccccc));
    background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
    background-image: linear-gradient(top, #eeeeee, #cccccc);
    border: 1px solid #ccc;
    border-bottom: 1px solid #bbb;
    text-decoration: none;
    color: #333;
}
.button:hover.button-primary, .button:focus.button-primary, .button:active.button-primary, .button.active.button-primary {
    border-color: #3072b3;
    border-bottom-color: #2a65a0;
    text-decoration: none;
    color: #fff;
    background-color: #3085db;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4a95db), to(#236baf));
    background-image: -moz-linear-gradient(#4a95db, #236baf);
    background-image: -o-linear-gradient(#4a95db, #236baf);
    background-image: linear-gradient(#4a95db, #236baf);
}
.button:hover.button-alert, .button:focus.button-alert, .button:active.button-alert, .button.active.button-alert {
    border-color: #820e04;
    border-bottom-color: #730e06;
    text-decoration: none;
    color: #fff !important;
    background-color: #ad1107;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ad1007), to(#990b07));
    background-image: -moz-linear-gradient(#ad1007, #990b07);
    background-image: -o-linear-gradient(#ad1007, #990b07);
    background-image: linear-gradient(#ad1007, #990b07);
}
/* overrides extra padding on button elements in Firefox */
.button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.button:focus {
    outline: none;
}
.button-default {
    background-color: #eeeeee;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #cccccc));
    background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
    background-image: linear-gradient(top, #eeeeee, #cccccc);
    border: 1px solid #ccc;
    border-bottom: 1px solid #bbb;
}
.button-small {
    padding: 0.2rem 0.5rem;
    font-weight: 500;
    font-size: 0.75rem;
    min-width: 50px;
}
.button-primary-line {
    background: none;
    border: 1px solid #3072b3;
    border-radius: 4px;
    color: #3072b3;
    font-weight: 500;
}
.button-primary-line:hover, .button-primary-line:active, .button-primary-line:visited, .button-primary-line:focus {
    background: #f7f7f7;
    border: 1px solid #3072b3;
    color: #3072b3;
}
.button-red-line {
    background: none;
    border: 1px solid #e74c3c;
    border-radius: 4px;
    color: #e74c3c;
    font-weight: 500;
}
.button-red-line:hover, .button-red-line:active, .button-red-line:visited, .button-red-line:focus {
    background: #e74c3c;
    border: 1px solid #E72B28;
    color: #fff;
}
.button-icon {
    padding: 0.5rem 0.7rem;
    min-width: 40px;
}
.button-sm {
    padding: 4px 14px;
    min-width: 80px;
    font-size: 0.9rem;
}

footer {
    color: #777;
    font-size: 0.9rem;
}

footer a {
    padding-right: 10px;
    text-decoration: none;
    color: #333;
}

footer a:hover {
    color: #111;
}

footer span {
    font-size: 0.8rem;
}

header {
    display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #ddd;padding:10px;
}

header ul {
    list-style-type: none;
    padding:0;
    margin:0;
}

header ul li {
    display:inline-block;
}

header ul li:not(:first-child) {
    padding-left: 23px;
}
header ul li a {
    color: #555;
    text-decoration:none;
    font-size:0.9rem;
}
header ul li a:hover {
    color: #111;
}
.header-brand span {
    font-weight:600;
    font-size:1.1rem;
    vertical-align:text-top;
}

.forgot-success {
    text-align:center;
    max-width: 540px;
    margin:120px auto;
}
.forgot-success svg {
    width: 80px;
    height:80px;
    margin-bottom: 35px;
}
.forgot-success svg path {
    fill: #1d921d;
}

.forgot-success h3 {
    font-weight: 500;
}
.forgot-success p {margin-bottom: 35px;}
.forgot-success p span {
    font-weight:600;
}