@charset "utf-8";

.center{
    margin:50px 0;
    display:flex;
    justify-content: center;
}

.c_point{
    display: grid;
    place-content: center;
}

.mt{
    display:flex;
    place-content: center;
}

/*アップロードのスタイル*/
.app {
    width: 90%;
    height:30px;
    margin: 10px auto;
    padding: 20px;
    line-height: 1.5;
    border: 1px solid #ffffff;
    border-radius: 5px;
    background-color: transparent;
    box-shadow: 2px 2px 5px 0px rgba(200,200,200,1);
    font-family: 'Times New Roman';
    font-size:12px;
}
.login_inp{
    display:flex;
    justify-content: center;
    margin:10px;
}
.login_label{
    display: inline-block;
    width: 120px;
    vertical-align: middle;
}
.login_inp input{
    background-color: #c0cffd;
}

.up_label {
    padding: 5px 55px;
    color: #ffffff;
    background-color: #384878;
    cursor: pointer;
}

.up_input[type="file"] {
    display: none;
}

.up_p {
    margin: 10px 0 0 0;
}

.cent{
    width:300px;
    margin:auto;
}

.qrimg_{
    width:auto;
    height:30px;
    vertical-align: middle;
    margin: 0 2px 0 0;
    stroke: #fcfcfc;
    filter: invert(100%) sepia(0%) saturate(2%) hue-rotate(180deg) brightness(102%) contrast(98%);
}
