#login-form {
    margin-top: 30px;
}

.page-form {
    max-width: 500px;
    position: left;
}
.page-form-guest {
    margin-top: 30px;
    margin-left: 700px;
    max-width: 500px;
    position: left;
}

.home-form {
    margin-top: 25px;
    right: 100px
}
.container {
  position: relative;
}

.topright {
  position: absolute;
  top: 8px;
  right: 16px;
  font-size: 18px;
}

img {
  width: 100%;
  height: auto;
}

body {
  background-image: url('/static/css/dark.png');
  background-opacity: 0.5;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.center {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 18px;
}

.bottomright {
  position: absolute;
  bottom: 8px;
  right: 16px;
  font-size: 18px;
}

.resized {
    height: 45px;
    width: 45px;
    padding-bottom: 10px;
    padding-right: 5px;
}

.smalltext {
    font-size: 14px
}

.btn-brown1 {
    color: #fff;
    border-color: rgb(138,46,9);
    background-color: rgb(138,46,9);
}

.btn-brown2 {
    color: #fff;
    border-color: rgb(124,38,9);
    background-color: rgb(124,38,9);
}

.btn-brown3 {
    color: #fff;
    border-color: rgb(91,27,9);
    background-color: rgb(91,27,9);
}

.btn-brown4 {
    color: #fff;
    border-color: rgb(59,21,12);
    background-color: rgb(59,21,12);
}
.btn-yellow {
    color: #fff;
    border-color: rgb(255,204,0);
    background-color: rgb(255,204,0);
}
.btn-red {
    color: #fff;
    border-color: rgb(224,63,5);
    background-color: rgb(224,63,5);
}
.btn-orange1{
    color: #fff;
    border-color: rgb(224,77,5);
    background-color: rgb(224,77,5);
}
.btn-orange3{
    color: rgb(59,21,12);
    border-color: rgb(224,77,5);
    background-color: rgb(224,77,5);
}
.btn-orange2{
    color: #fff;
    border-color: rgb(224,97,5);
    background-color: rgb(224,97,5);
}

.btn-orange2-bl{
    color: #000;
    border-color: rgb(224,97,5);
    background-color: rgb(224,97,5);
}

.text-brown3 {
    color: 7c2608ff
}
.bk-brown {
    background-color: #df6105a0
}

.bk-lt-brown {
    background-color: #e1620646
}

.bk-lt-brown-border {
    background-color: #e1620646;
    border-color: #6c757d
}
.bk-lt-lt-brown {
    background-color: #e1620628
}
