.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
      font-size: 3.5rem;
    }
}

html,
body {
    /*height: 100%;*/
    color: #685632;
}

body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #ece9e2;
}

label {
    z-index: 999;
}

.modal-content {
    background-color: #ece9e2;
}

.modal-header,.modal-footer {
    align-items: center;
    border: none;
}

.overlay{
    background-color:rgba(0,0,0,0.95);
    position:fixed;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    z-index:1000;
}

.logo {
    width: 347px;
}

.btn-short {
    width: 300px;
}

.btn-primary {
    background-color: #685632;
    border-color: #685632;
    color: #fff;
}

.btn-primary:hover {
    background-color: #776747;
    border-color: #776747;
    color: #fff;
}

.btn-primary:active {
    background-color: #776747 !important;
    border-color: #534528 !important;
    color: #fff !important;
}

.btn-primary.focus,.btn-primary:focus {
    background-color: #776747 !important;
    border-color: #534528 !important;
    color: #fff !important;
}

.btn-primary:disabled {
    background-color: #707070;
    border-color: #707070;
    color: #fff;
}

.btn-warning {
    background-color: #e76f51;
    border-color: #e76f51;
    color: #fff;
}

.btn-warning:hover {
    background-color: #b43718;
    border-color: #b43718;
    color: #fff;
}

.btn-warning.focus,.btn-warning:focus {
    background-color: #b43718 !important;
    border-color: #ed9078 !important;
    color: #fff !important;
}

.btn-light {
    background-color: #d6d2be;
    border-color: #d6d2be;
    color: #707070;
}

.btn-light:hover {
    background-color: #bab391;
    border-color: #bab391;
    color: #707070;
}

.btn-light.focus,.btn-light:focus,.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle {
    background-color: #bab391 !important;
    border-color: #e2dfd0 !important;
    color: #707070 !important;
}

.btn-txt,.btn-txt:hover,.btn-txt.focus,.btn-txt:focus {
    background-color: inherit !important;
    border: none !important;
}

.edit {
    color: #2A9D8F;
    font-weight: 500;
}

.edit:hover {
    color: #006A5C;
}

.edit.focus,.edit:focus {
    color: #006A5C !important;
}

.logout {
    color: #685632;
    font-weight: 500;
}

.logout:hover {
    color: #776747;
}

.logout.focus,.logout:focus {
    color: #776747 !important;
}

.form-signin {
    width: 100%;
    max-width: 1000px;
    padding: 15px;
    margin: auto;
}

.form-label-group {
    position: relative;
    margin-bottom: 1rem;
}

.form-label-group input,
.form-label-group label {
    height: 3.125rem;
    padding: .75rem;
}

.form-label-group label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin-bottom: 0; /* Override default `<label>` margin */
    line-height: 1.5;
    color: #707070;
    pointer-events: none;
    cursor: text; /* Match the input under the label */
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: all .1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
    color: transparent;
}

.form-label-group input::-moz-placeholder {
    color: transparent;
}

.form-label-group input:-ms-input-placeholder {
    color: transparent;
}

.form-label-group input::-ms-input-placeholder {
    color: transparent;
}

.form-label-group input::placeholder {
    color: transparent;
}

.form-label-group input:not(:-moz-placeholder-shown) {
    padding-top: 1.25rem;
    padding-bottom: .25rem;
}

.form-label-group input:not(:-ms-input-placeholder) {
    padding-top: 1.25rem;
    padding-bottom: .25rem;
}

.form-label-group input:not(:placeholder-shown) {
    padding-top: 1.25rem;
    padding-bottom: .25rem;
}

.form-label-group input:not(:-moz-placeholder-shown) ~ label {
    padding-top: .25rem;
    padding-bottom: .25rem;
    font-size: 12px;
    color: #707070;
}

.form-label-group input:not(:-ms-input-placeholder) ~ label {
    padding-top: .25rem;
    padding-bottom: .25rem;
    font-size: 12px;
    color: #707070;
}

.form-label-group input:not(:placeholder-shown) ~ label {
    padding-top: .25rem;
    padding-bottom: .25rem;
    font-size: 12px;
    color: #707070;
}

/* Fallback for Edge
-------------------------------------------------- */
@supports (-ms-ime-align: auto) {
    .form-label-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .form-label-group label {
        position: static;
    }

    .form-label-group input::-ms-input-placeholder {
        color: #777;
    }
}
