body {
    margin: 0;
    /*color: #000000;*/
    background-color: #FFFFFF;
    font-weight: 400;
    font-size: 14px;
    font-family: Verdana;
    -webkit-text-size-adjust: none;
}

.login-wrapper {
    margin: 10px 40px 10px 40px;
}

.login-header {
    
}
.login-header-logo-group img {
    width: 200px;
    border-radius: 8px;
}

.login-main-container {
    height: calc(100vh - 80px);
    background-image: url(/img/login/login_image_AP.jpg);
    background-size: cover;
    border-radius: 8px;
}

.login-content {
    width: 414px;
    height: 400px;
    position: fixed;
    top: 25%;
    right: 12%;
    background-color: #05070AE5;
    box-shadow: 0px 40px 30px 0px #00000040;
    border-radius: 8px;
    padding: 40px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    opacity: 0.7;
}

.login-input-title {
    font: Verdana;
    color: #A8A8A8;
}

.login-logo-group {
    text-align: center;
}

.login-logo-image {
    width: 50px;
    height: 40px;
}

.login-logo-text {
    color: #6D86A4;
    font: 700 18px Verdana;
    letter-spacing: -0.01em;
}

.login-input-group {
    width: 100%;
    margin: 40px 0px 0px 0px;
}

.login-input-title a {
    color: #DB0011 !important;
    font: 700 12px Verdana;
    line-height: 22px;
    letter-spacing: 0.02em;
}
    .login-input-title a:-webkit-any-link {
        cursor: pointer;
        text-decoration: unset;
    }
    .login-input-title a:hover {
        text-decoration: underline;
    }

.login-input-message {
    color: #CB0D00;
    font: 700 12px Verdana;
    line-height: 22px;
    letter-spacing: 0.01em;
    text-align: right;
}

.login-input-item {
    width: 96%;
    height: 40px;
    /*background-color: red;*/
    /*border-radius: 6px;
    padding: 2px 6px;*/
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}

.login-input-icon {
    width: 18px;
    height: 18px;
}

.login-input-text {
    width: 100%;
    font: 400 14px Verdana;
    line-height: 16px;
    letter-spacing: 0.02em;
    background-color: transparent !important;
    -webkit-text-fill-color: #FFFFFF !important;
    /*padding: 6px;*/
    border-style: none;
    color: #ffffff !important;
}
    .login-input-text input:focus {
        border: 0px;
        caret-color: white;
        color: #ffffff !important;
    }

.login-input-checkbox {
    margin-left: 5px;
    margin-right: 5px;
}

    .login-input-checkbox::before {
        width: 1.2em;
        height: 1.2em;
    }

    .login-input-checkbox:checked {
        color: #fff;
        background-color: #DB0011;
        border-color: #DB0011;
    }

.login-button {
    width: 100%;
    height: 45px;
    color: #FFFFFF;
    background-color: #DB0011;
    border-radius: 6px;
    margin: 50px 0px 10px 0px;
    font-size: 18px;
}

    .login-button:hover {
        background-color: #195C6F;
    }

.login-line-h {
    width: 100%;
    margin: 30px 0px 20px 0px;
}

.login-line-v {
    width: 16px;
    height: 22px;
}

.flex-space-between {
    display: flex;
    justify-content: space-between;
}

.login-wrapper input:-webkit-autofill, .login-wrapper input:-webkit-autofill:hover, .login-wrapper input:-webkit-autofill:focus, .login-wrapper input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #FFFFFF !important;
    caret-color: #FFFFFF !important;
}

input:-internal-autofill-selected {
    appearance: menulist-button;
    background-image: none !important;
    background-color: transparent !important;
    color: fieldtext !important;
}

.login-wrapper input {
    position: relative;
    border: 0px;
}
    .login-wrapper input:focus {
        outline: none;
        box-shadow: none;
    }

.login-line {
    background-color: #979797;
    width: 100%;
    height: 1px;
}