:root {
    --primary: rgb(236, 113, 81);
    --pane-padding: 5px 42px;
}

html, body {
    /* background: #000000; */
    /* color: #fff; */
    font-family: 'Nunito', sans-serif;
    font-weight: 200;
    height: 100vh;
    margin: 0;
}

a, a:visited {
    text-decoration: none;
    color: #333;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

#header {
    color: #fff;
}

#header a, a:visited {
    text-decoration: none;
    color: #fff;
}

#footer {
    position: fixed;
    left: 0;
    bottom: 0;
    padding: 20px 15px;
    margin-top: 50px;
    width: 100%;
    background-color: rgb(236, 113, 81);
    color: white;
    text-align: center;
}

.card {
    /* background: #000000; */
    /* color: #fff; */
}

.full-height {
    /* height: 100vh; */
    height: auto;
}

.flex-center {
    /* align-items: center; */
    /* display: flex; */
    /* justify-content: center; */
}

.position-ref {
    position: relative;
}

.top-right {
    position: absolute;
    right: 10px;
    top: 18px;
}

.primary {
    color: var(--primary) !important;
}

.bg-primary {
    background-color: var(--primary) !important;
}
.bg-primary.btn {
    border: none;
}

/* .content {
    text-align: center;
} */

.title {
    font-weight: normal;
}

.title-header {
    font-size: 36px;
    font-weight: normal;
}

.title-login {
    color: rgb(236, 113, 81);
}

.title-banner {
    color: rgb(236, 113, 81);
}

.links > a {
    color: #636b6f;
    padding: 0 13px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .1rem;
    text-decoration: none;
    text-transform: uppercase;
}

.m-b-md {
    margin-bottom: 30px;
}

.form-group {
    margin-bottom: 1rem;
}

.btn-80 {
    min-width: 80px !important;
}

.pointer {
    cursor: pointer !important;
}

.line-break-text {
    white-space: pre-wrap;
}
