/* You can start here for styling */
body {
    font-family: 'Manrope', sans-serif;
}

.wrap {
    min-height: 92vh;
    padding-top: 10rem;
}

#nprogress .bar {
    background: #b69165;
}

#nprogress .peg {
    -webkit-box-shadow: 0 0 10px #b69165,0 0 5px #b69165;
    box-shadow: 0 0 10px #b69165,0 0 5px #b69165;
}

#nprogress .spinner-icon {
    border-top-color: #b69165;
    border-left-color: #b69165;
}

article.auth-content {
    min-height: 50vh;
}

article.auth-content .form-floating {
    position: relative;
    margin: 25px 0;
}

article.auth-content .form-floating input {
    border: 1px solid #dbdbdb;
    width: 100%;
    padding: 5px 10px;
    border-radius: 5px;
}

article.auth-content .form-floating label {
    position: absolute;
    top: -14px;
    left: 0px;
    font-size: 11px;
    color: #ba976d;
}

article.auth-content .row {
    min-width: 40vh;
}

article.auth-content .text-editor {
    text-align: center;
    padding: 25px 0;
}

article.auth-content .form-floating input:focus {
    border-color: #3e7c17;
}

article.auth-content .btn {
    background: #c0a27e;
    color: #fff;
    border: none;
    font-size: 20px;
    padding: 0px 26px;
    width: 100%;
    border-radius: 20px;
    cursor: pointer;
}

article.auth-content table {
  margin: 0 auto;
}

article.auth-content table {
  color: #333;
  background: white;
  border: 1px solid grey;
  font-size: 12pt;
  border-collapse: collapse;
}
article.auth-content table thead th,
article.auth-content table tfoot th {
  color: #777;
  background: rgba(0,0,0,.1);
}
article.auth-content table caption {
  padding:.5em;
}
article.auth-content table th,
article.auth-content table td {
  padding: .5em;
  border: 1px solid lightgrey;
}

article.auth-content .btn-danger {
    font-size: 15px;
    padding: 0 10px;
    background: #aa1f1c;
}

article.auth-content .alert {
    width: 100%;
    background: #e2e2e2;
    border-radius: 5px;
    padding: 10px 15px;
    margin: 18px 0;
    font-size: 16px;
    font-weight: 500;
}

article.auth-content .container {
    max-width: 50vh;
}
