* {
    margin: 0px;
    padding: 0px;
    font-family: Roboto;
}

body {
    font-size: 11px;
    margin: 0px;
    background-color: #F5F5F5;
}

input {
    width: 100%;
    padding: 5px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="text"], input[type="password"] {
    border: 1px solid #dadada;
    color: #555;
}

button[type="submit"] {
    width: 100%;
    height: 35px;
    font-size: 13px;
}

input[type="text"]:focus, input[type="password"]:focus {
    outline: none;
    border-color: #9fb8c3;
    box-shadow: 0 0 10px #9fb8c3;
    color: #555;
}

.header {
    display: flex;
    align-items: center;
    width: calc(100% - 38px);
    padding-left: 38px;
    margin: 0 auto;
    text-align: left;
    position: relative;
    background: #183E75;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.header span {
    color: rgb(170, 170, 170);
    font-size: 10px;
    font-weight: 500;
    margin: 0;
    margin-left: 50px;
}

.header .logo {
    cursor: pointer;
}

.footer {
    width: 100%;
    height: 16px;
    padding: 14px 0px;
    margin: 0px;
    position: absolute;
    bottom: 0px;
    overflow: hidden;
}

.footer-content {
    width: 1200px;
    margin: 0 auto;
}

.footer-content, .footer-content a, .footer-content span {
    font-size: 13px;
    text-decoration: none;
}

.footer-content a:hover {
    text-decoration: underline;
}

.content {
    width: 340px;
    height: 220px;
    border-radius: 5px 5px 5px 5px;
    background: #fff;
    padding: 30px 20px 40px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -100;
}

.login-holder {
    width: 100%;
}

.login-holder .feedbackPanel li span {
    color: inherit !important;
    font-size: 14px;
}

.login-holder td {
    width: 130px;
    padding: 0px 0px 5px 0px;
}

.login-holder th {
    text-align: left;
    color: #aaa;
    font-weight: normal;
    font-size: 13px;
    margin: 0px;
    padding-bottom: 2px;
}

.login-holder td:first-child {
    width: 15px;
}

.feedbackPanelERROR {
    list-style: none;
    color: #FF0000;
    font-weight: 600;
    font-size: 12px;
    text-align: center;
}

.links {
    font-size: 12px;
    text-decoration: none;
    color: grey;
    margin-top: 15px;
    text-align: left;
    line-height: 20px;
}

.links a {
    color: #009FE3;
}

.links a:hover {
    text-decoration: underline;
}

#logImg {
    background: url('../3arts-davinci/src/resources/images/icons/login.png?tabId=f907a03a-20b2-481a-854f-899347a326fe') no-repeat center;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 50px white inset;
    -webkit-text-fill-color: #555;

}

input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset, 0 0 8px rgba(82, 168, 236, 0.6);

}

.titleContainer {
    width: 380px;
    margin: 0px auto 0px;
    padding-top: 30px;
}

.title {
    font-size: 20px;
    padding-top: 170px;
    margin-bottom: -200px;
    text-align: left;
}

.feedback {
    height: 18px;
}

.footer-container{
    text-align: center;
}

.footer-container-content{
    color: #999999;
}
