.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: #707070;
}

body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #ece9e2;
}

.busyBlock {
    opacity:0.75;
    filter: alpha(opacity=75);
    background-color:#000; 
    width:100%; 
    height:100%; 
    z-index:1000;
    top:0; 
    left:0; 
    position:fixed;
}

.busySpinner {
    width:100%; 
    height: 100%;
    z-index: 1001;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

label {
    z-index: 999;
}

.modal-content {
    background-color: #ece9e2;
}

.modal-header,.modal-footer {
    align-items: center;
    border: none;
}

.header-text {
    color: #264653;
}

.indicator-text {
    font-size: 2.8rem;
    text-transform: uppercase;
    color: #707070;
    padding: 0;
}

.indicator-normal {
    color: #2A9D8F;
}

.indicator-full {
    color: #E76F51;
}

.logo {
    width: 250px;
}

.btn-short {
    width: 300px;
}

.btn-primary {
    background-color: #264653;
    border-color: #264653;
    color: #fff;
}

.btn-primary:hover {
    background-color: #38687a;
    border-color: #38687a;
    color: #fff;
}

.btn-primary.active,.btn-primary:active {
    background-color: #38687a !important;
    box-shadow: 0px 0px 0px 3px #101e23 !important;
    color: #fff !important;
}

.btn-primary.focus,.btn-primary:focus {
    background-color: #264653;
    box-shadow: none;
    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;
}

.btn-circle.btn-xl {
    width: 50px;
    height: 50px;
    padding: 8px 10px;
    border-radius: 25px;
    font-size: 16px;
    line-height: 1.33;
}

.btn-circle {
    width: 20px;
    height: 20px;
    padding: 4px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 10px;
    line-height: 1.42857;
}

.btn-control {
    vertical-align: middle;
    display: inline-block;
    font-size: 47px !important;
    padding: 0px !important;
    line-height: 1 !important;
    margin-top: 9px;
    margin-left: -8px;
}

.logout {
    color: #e76f51;
    font-weight: 500;
}

.logout:hover {
    color: #b43718;
}

.logout.focus,.logout:focus {
    color: #b43718 !important;
}

.form-signin {
    width: 100%;
    max-width: 1000px;
    padding: 0px;
    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;
    }
}
