﻿#content-wrapper,
#container {
    width: 935px;
    background: none;
    padding: 0;
    border: none;
    position: center;
    align-items: center;
}

#logo h1 a {
    margin-top: 15%;
    margin-left: 35%;
}

#content-wrapper .content {
    padding: 0;
}

#footer {
    display: none;
}

#body-content #login-left .login-footer {
    clear: both;
}

#body-content #login-left .msgerror {
    color: #FF8888;
    border-color: #FF8888;
}

#body-content #login-left .login-footer .links {
    text-align: center;
    margin-bottom: 20px;
}

    #body-content #login-left .login-footer .links a {
        color: #fff;
        margin: 0 15px;
    }

#body-content #login-left {
    margin-top: 7%;
    margin-left: 17%;
    width: 60%;
    background: #575748;
    color: #fff;
    padding: 2%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: center;
    align-items: center;
}
/*
#body-content #login-left .message-wrapper .msgsuccess{
    border-color: #FF8888 !important;
    color: #FF8888 !important;
}
*/
.msgsuccess {
    border: 1px dashed #7DEB7D;
    color: #7DEB7D;
}

#body-content #login-left .required {
    color: #FF8888;
}

#body-content #login-right {
    background: #000000;
    float: right;
    width: 3%;
    color: #fff;
    padding: 2%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#body-content #login-left div.form-body {
    width: 364px;
    margin: 30px 0 0 90px;
}

.login-button {
    float: right;
    margin: 0 0 0 10px;
    margin-right: 19px;

}


#body-content #login-left div.frame-navigation {
    overflow: hidden;
    width: 205px;
    margin: 0 94px 20px 0;
    float: right;
}

#menu {
    display: none;
}

div#user {
    display: none;
}

#site-name {
    margin-top: 12%;
    margin-right: 20%;
    font-size: 22px;
}

div.label-wrapper {
    width: 135px;
    min-width: 135px !important;
}

div.input-wrapper

div.input-wrapper.checkbox {
    padding-top: 5px;
}


.text textarea, .text input {
    width: 216px;
}

span.description {
    padding-left: 5px;
    font-weight: bold;
}


div.form-body div.first-item {
    margin-top: 28px;
}


.forgot-pass {
    color: #fff;
    text-decoration: underline;
    height: 1px;
    line-height: 25px;
    margin-right: 25px;
    float: left;
}

span.no-wrapjnj {
    white-space: nowrap;
}

div.home-message {
    text-align: justify;
}

    div.home-message .warning {
        text-decoration: underline;
    }

/*Maintenance*/
.maintenance-message a {
    color: #000000;
}

@font-face {
    font-family: Kenvue_Sans-Extrabold;
    src: url('../Font/Kenvue_Sans-Extrabold.otf');
}

@font-face {
    font-family: Kenvue_Sans-Regular;
    src: url('../Font/Kenvue_Sans-Regular.otf');
}

body {
    font: Kenvue_Sans-Regular;
}

h0 {
    font: bold 13px Kenvue_Sans-Extrabold
    /*font: bold 13px Arial, Verdana, Helvetica, sans-serif;*/
}

