.login-wrapper {
    float: left;
    width: 100%;
    height: 100%;
    text-align: center;
}

.login {
    margin: 25px auto 10px auto;
}
.login-form {
    margin-top: -17px;
    margin-left: 55px;
}

.resolution-disclaimer {
    font-size: 11px;
    margin-top: 30px;
    color: #4E4E4E;
}

.login-form form {

}

.login-form form input {
    border: 1px solid #A8A8A8;

    /*
    flex:100%;
    display:flex;
    */

    /*
    background-color: white !important;
    color:#A8A8A8 !important;
    */
}

.login-form form button {
    border-width: 0px !important;
    background-color: #001A5B;
    color: white;
}

.login-logo {
    margin-top: 40px;
    margin-bottom: -45px;
}

input, button {
    padding: 5px 10px;
}

input {
    margin-right:10px;
}

.input-uid {

}

.input-pwd {


}

#footer-holder {
    position: absolute;
    width: 100%;
    height: 140px;
    background-color: #F3F3F3;
    /*top: 736px;*/
}

#image-footer {
    text-align: center;
    position: relative;
    /*top: 35px;*/
}

.information-holder {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 110;
    /*display:block;*/
}

.information-images {
    position: absolute;
    z-index: 1;
    top: 170px;
    left: 370px;
    overflow: hidden;
    width: 800px;
    height: 550px;
}

.images-holder {
    position: absolute;
}

.information-image {
    position: absolute;
}

.information-arrow {
    position: absolute;
    z-index: 1;
}

#information-left-arrow {
    top: 390px;
    left: 240px;
}
#information-right-arrow {
    top: 390px;
    left: 1220px;
}

.open-information {
    color: #304670 !important;
    margin: 0 !important;
    float:none !important;
    position: relative;
    padding: 8px 15px 5px 0px !important;
}

.open-information-holder {
    position: relative;
    margin-top: 10px;
}

.open-contact {
    font-size: 12px;
    color: #304670 !important;
}

.login-wrapper {
    background-image: url("../img/stars-close.png");
    position: relative;
    z-index: 100;
}