body {
    font-family: 'ＭＳ ゴシック', Georgia, Helvetica, Times, 'Times New Roman', serif;
}

form {
    padding: 20px;
    border: 1px solid #cccccc;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-box-shadow: 0 0 10px #ccc;
    -moz-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc;
    background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f2f2f2));
}

h1 {
    text-align: center;
    color: black;
    letter-spacing: 1.5px;
    word-spacing: 1px;
    position: relative;
    top: -10px;
    font-family: 'ＭＳ ゴシック', Georgia, Helvetica, Times, 'Times New Roman', serif;
}

h4 {
    text-align: center;
    color: black;
    letter-spacing: 0.8px;
    word-spacing: 0.9px;
    position: relative;
    top: -5px;
    font-family: 'ＭＳ ゴシック', Georgia, Helvetica, Times, 'Times New Roman', serif;
}

p {
    display: inline;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

input {
    font-family: 'ＭＳ ゴシック', Georgia, Helvetica, Times, 'Times New Roman', serif;
}

.progress {
    background-color: rgb(229, 233, 235);
    height: 2em;
    position: relative;
    width: 100%;
}

.dont-break-out {
    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;
    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

#logo {
    width: 6%;
    margin-top: -8px;
}

@media screen and (max-width: 576px) {
    #logo {
        /* display: none; */
    }
}

.bg-light {
    background-color: white;
}

#brand-title {
    color: black;
}

.signin-title {
    margin: 15px;
}

.input-field>label:first-of-type {
    display: block;
    margin-bottom: .5rem;
    font-weight: 400
}

.input-field>label:first-of-type.h5 {
    font-weight: 600
}

.input-field {
    position: relative;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
    border-radius: 0px;
}

.signin {
    width: 100%;
    border-radius: 0px;
    margin-top: 1rem;
    padding: 0.6rem;
}

.btn {
    font-family: 'ＭＳ ゴシック', Georgia, Helvetica, Times, 'Times New Roman', serif;
}

.btn-custom {
    background-color: #009933;
    border-color: #00802b;
    color: white;
}

.btn-custom:active,
.btn-custom:target,
.btn.btn-custom:active,
.btn.btn-custom:focus,
.btn.btn-custom:hover {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
    background-color: white;
    color: #009933;
    border-color: #009933;
}

.btn.btn-custom:disabled,
.btn.btn-custom[disabled] {
    cursor: not-allowed;
    pointer-events: none;
    border: 1px solid #999999;
    background-color: #cccccc;
    color: #666666;
}

.btn.btn-dark:active,
.btn.btn-dark:focus,
.btn.btn-dark:hover {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
    background-color: white;
    color: black;
}

.btn-custom-2 {
    background-color: white;
    border-color: #009933;
    color: #009933;
}

.btn-custom-2:active,
.btn-custom-2:target,
.btn.btn-custom-2:active,
.btn.btn-custom-2:focus,
.btn.btn-custom-2:hover {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
    background-color: #009933;
    color: white;
    border-color: #009933;
}

.upload-title {
    display: inline;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    margin-bottom: 20px;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

#fileDrag {
    font-weight: bold;
    text-align: center;
    padding: 1em 0;
    margin: 1em 0;
    color: #555;
    border: 2px dashed #555;
    border-radius: 7px;
    cursor: default;
}

#fileDrag.hover {
    color: rgb(45, 143, 15);
    border-color: rgb(45, 143, 15);
    border-style: solid;
    box-shadow: inset 0 3px 4px #888;
}

#s3-img {
    display: inline;
    margin-left: 15px;
    width: 8%;
}

.invalid-feedback {
    display: none;
    color: red;
    font-size: 0.9rem;
}

input.is-invalid + .invalid-feedback {
    display: block;
}

@media screen and (max-width: 1024px) {
    #s3-img {
        width: 10%;
    }
}

@media screen and (max-width: 992px) {
    .upload-form {
        margin-top: 15px;
    }
}

.loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal {
    font-family: 'ＭＳ ゴシック', Georgia, Helvetica, Times, 'Times New Roman', serif !important;
}

.input-suffix-wrap {
    position: relative;
}

.input-suffix-wrap > input.form-control {
    padding-right: 2.2em;
} 

.static-suffix {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #6c757d;
    user-select: none;  
}
