/* ログイン画面 *************************/
.title{
    font-family:'OCRB';
}

body{
    background-color: #0a2452 !important;
}

body.test{
    background-color: #deb887 !important;
}

img.logo {
    width: 235.3px;
    height: 61.6px;
    margin-bottom: 45px;
    object-fit: contain;
  }

.login {
    position: absolute;
    top: 50%;
    left: 50%;
    right: 50px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    padding: 50px 20px 10px;
    background: #eee;
    border: 1px solid #ddd;
    text-align: center;
    width: 500px;
    height:600px;
    border-radius: 4px;
}

.login-user-group {
    position: relative;
    font-size: 1rem;
    line-height: normal;
    display: inline-block;
    width: 70%;
}

.login-pass-group {
    position: relative;
    font-size: 1rem;
    line-height: normal;
    display: inline-block;
    width: 70%;
}

.login-input-group__prepend {
    /* background-color: #f5f7fa; */
    color: #909399;
    display: block;
    position: relative;
    width: 150px;
    padding: 0 15px;
    text-align: left;
    white-space: nowrap;
    /* border: 1px solid #dcdfe6; */
}


/* .login-user-group .login-input-group__prepend {
    border: 1px solid #dcdfe6;
    border-collapse: collapse;
    border-spacing: 0;
    border-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
} */

/* .login-pass-group .login-input-group__prepend {
    border: 1px solid #dcdfe6;  
    border-collapse: collapse;
    border-spacing: 0;
    border-radius: 4px;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
} */

.login-input__inner {
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 40px;
    line-height: 40px;
    outline: 0;
    padding: 0 15px;
    transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    width: 100%;
    border: none;
}

.login-input__inner {
    border: 1px solid #dcdfe6;
    border-collapse: collapse;
    border-spacing: 0;
    border-radius: 4px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.pass-reset{
    font-size: small;
    padding: 0 10px;
    text-align: right;
}


.button {
    /* width: 100%; */
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    border: 1px solid #dcdfe6;
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: 0;
    margin-top: 30px;
    margin-bottom: 30px;
    transition: 0.1s;
    font-weight: 500;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px;
    color: #eee;
    background-color: #333;
    border-color: #888;
  }
  .btn-login {
    width: 150px;
    height: 50px;
    object-fit: contain;
  }
  
.info-link{
    margin-top: 1rem;
}
/* ---------------------------------------*/