body {
    font-family: "Noto Sans JP", sans-serif !important;
}

.auth-cover-left {
    border-radius: 46px 0px 0px 46px;
    background: #003880;
    /* height: calc(100vh - 195px); */
    position: relative;
}

.auth-cover-right,
.section-authentication-cover {
    background: #ebf5ff;
}

.section-authentication-cover {
    position: relative;
}

.login-screen-logo {
    position: absolute;
    top: 25px;
    left: 25px;
}

.form-heading h1 {
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 34px;
    color: #000;
}

.login-form label {
    font-size: 15px;
    font-weight: 800;
    color: #000;
}

.login-form .input-group {
    background: #fff;
    box-shadow: 0px 0px 8px 0px rgba(200, 200, 200, 0.25);
    border-radius: 15px;
}

.login-form input {
    padding: 20px 45px 20px 50px;
    color: #000;
    font-weight: 400;
    font-size: 16px;
    border: 1px solid #bfdbff;
    border-radius: 15px !important;
    border-right: 1px solid #bfdbff !important;
}

.login-form input::placeholder {
    color: #a19f9f !important;
    font-weight: 500 !important;
    font-size: 16px !important;
}

.login-form button {
    padding: 20px;
    font-weight: 700;
    font-size: 20px;
    background-color: #004ea2;
    border-radius: 15px;
}

.login-form button:hover {
    background-color: #004ea2;
}

.login-form span {
    color: #004ea2;
    font-size: 24px;
    position: absolute;
    top: 50%;
    z-index: 9;
    background: transparent;
    transform: translateY(-50%);
    border: unset;
    left: 15px;
    padding: 0px;
}

.login-input-div {
    margin: 0px 0px 25px;
}

.login-form span img {
    width: 24px;
}

.login-screen-right-image {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

.auth-cover-left .vector-image-start::before {
    background-image: url(../img/login-screen-after-1.png);
    position: absolute;
    top: 0;
    width: 285px;
    height: 123px;
    left: 15%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    content: "";
}

.auth-cover-left .vector-image-start::after {
    background-image: url(../img/login-screen-after-2.png);
    position: absolute;
    left: 0px;
    width: 102px;
    height: 210px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    content: "";
    bottom: 12%;
}

.auth-cover-left .vector-image-ending::after {
    background-image: url(../img/login-screen-after-3.png);
    position: absolute;
    right: 0px;
    width: 360px;
    height: 130px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    content: "";
    bottom: 0px;
}

.login-screen-left {
    position: inherit !important;
}

/* .auth-cover-left .card.login-bg-img-section {
    height: 100vh;
} */

.category-login-page {
    /* height: 100vh;
    align-items: end !important;
    overflow: hidden; */
    margin-top: 215px;
    align-items: center;
}

.login-input-main-section {
    /* height: calc(100vh - 195px); */
    margin: 0;
}

.login-bg-img-section {
    /* height: calc(100vh - 185px); */
}

.login-form .input-group .form-control.is-invalid,
.was-validated .form-control:invalid {
    border-right: 1px solid red !important;
}

.login-input-main-section .login-form .input-group input::placeholder {
    font-size: 15px;
    font-weight: 700;
    color: Gray;
}

.login-form .input-password-eye {
    right: 15px !important;
    left: unset;
    cursor: pointer;
}

.forgot-link {
    color: #004ea2;
    font-family: Inter;
    margin-top: 7px;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -0.45px;
}

.forgot-link a {
   cursor: pointer;
   text-decoration: underline;
}

.login-input-div .form-control.is-invalid {
    background-image: unset;
}

.logout-btn-section {
    border-radius: 5px;
    border: 1px solid #004ea2;
    height: auto;
    padding: 10px 30px !important;
}

.login-btn-login-user .logout-btn-section {
    background: #fff;
    padding: 0px !important;
}

.login-btn-login-user .logout-btn-section a {
    padding: 10px 30px !important;
}

.logout-btn-section .user-img {
    width: 24px;
    height: 24px;
}

.logout-btn-section .user-info p {
    font-size: 15px;
    font-weight: 600;
    color: #000;
}

.login-btn-login-user {
    padding: 0px 10px;
    margin-right: 45px;
}

.login-submit-btn {
    padding-top: 24px;
}


.ph-1-login-input-main-section {
    height: 100vh !important;
}

.ph-1-auth-cover-left {
    height: 100vh !important;
}

.ph-1-login-bg-img-section {
    height: 100vh !important;
}

.ph-1-card-body {
    padding: 0px;
}
