#login-base {
    text-align: center;
    position: relative;
}

#login-div {
    width: 450px;
    border: solid 2px #3c3c3c;
    display: inline-block;
    margin-top: 180px;
}

#logo_icon {
    width: 500px;
    margin-left: -250px;
    left: 50%;
    position: absolute;
}

.login-title-bar {
    background-color: #bbc2ff;
    text-align: center;
    padding: 5px 0px;
}

.login-fied-line {
    position: relative;
    display: block;
    height: 25px;
    margin: 10px 20px; 
    text-align: initial;
}

.login-fied-line input {
    left: 180px;
    position: absolute;
}

#head-bar-title {
    text-align: center;
    position: relative;
    margin-top: 50px;
}

#head-bar-title-text {
    font-size: 32px;
    color: #fafbfb;
}

#login-info {
    top: 130px;
    position: relative;
    margin: 40px auto 0px auto;
    border: 2px solid #4e51e1;
    width: 800px;
    border-radius: 6px;
    padding: 10px;
    background-color: #e6e4f9;
} 
