html{color:#000;}

body {
    overflow-x: hidden;
    overflow-y: hidden;
}
input {
    outline:none;
    background:transparent;
    border:none;
    outline:medium;
}
.form-group {
    display: flex;
    flex-direction: row;
}
.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.login-bg {
    margin:0px; 
    background: url(/images/bg_login.png); 
    background-size: cover;
    background-repeat: repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#login-main-area {
    margin: 0 auto;
    top: 50%;
    height: 540px;
    width: 100%;
    position: absolute;
    margin-top: -320px;
}
#login-main-title {
    height: 60px;
    text-align: center;
    font-size: 40px;
    color: white;
    line-height: 60px;
    padding: 20px 0;
}
#corp {
  margin-top: 80px;
  text-align: center;
  font-size: 14px;
}