body {
    background-color: #000
}

#container {
    position: relative;
    width: 780px;
    height: auto;
    margin: 0 auto;
    padding: 230px 0 0 0;
    background: url(../../images/introphoto.png) top no-repeat;
    min-width: auto;
}

#header {
    position: relative;
    width: 748px;
    height: 17px;
    padding: 22px 0 21px 32px;
    background: #003591 url(../../images/txt_streamliner_black.png) 667px 22px no-repeat
}

#carlisle {
    display: block;
    width: 91px;
    height: 17px;
    background: url(../../images/logo/ecolan_white.png) no-repeat
}

#carlisle:hover {
    background-image: url(../../images/logo/ecolan_white.png)
}

#content {
    position: relative;
    width: 625px;
    height: auto;
    padding: 39px 0 25px 155px;
    background-color: #fff
}

#footer {
    position: relative;
    width: 747px;
    height: 18px;
    padding: 2px 33px 2px 0;
    line-height: 18px;
    color: #505050;
    background-color: #fff
}

#footer span {
    float: right
}

#footer a, #footer a:hover {
    text-decoration: none;
    color: #505050;
}

form {
    margin-top: 40px
}

input[type='text'], input[type='password'] {
    width: 100%;
}

.error {
    color: #ff0000;
    margin-top: 20px
}

input[type='text'], input[type='password'] {
    float: none;
}

body.login>#header {
    display: none;
}


body.login>#footer {
    display: none;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

body.login form {
    margin-top: 15px;
    width: 200px;
}

body.login form input[type='text'],
body.login form input[type='password'] {
    padding: 12px 10px;
    box-sizing: border-box;
}

body.login form input[type='submit'] {
    height: auto;
    padding: 4px 10px;
    margin: 10px 0 5px 0;
}

#password-input {
    position: relative;
}

#toggle {
    top: 50%;
    right: 5px;
    border: none;
    position: absolute;
    transform: translateY(-50%);
    background: none;
}

#icon-closed,
#icon-open {
    width: 20px;
    height: 20px;
}