/* Common.css Override */
.contents {
    position: relative;
}

.footer {
    position: absolute;
}

.main-contents {
    margin: 0;
}

/* Contents */

.main-top {
    text-align: center;
}

.main-middle {
    
}

.main-bottom {
    
}

.login-form {
    position: absolute;
    width: 320px;
    height: 160px;
    background-color: #ccc;
    padding: 20px;
    margin: auto;
    top: 50%;
    left: 50%;
    margin-top: -120px;
    margin-left: -160px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

.text-block {
    display: inline-block;
    margin: 0 5px;
    padding: 0;
}

.text-name {
    font-weight: normal;
    margin: 0;
}

.error-medium {
  margin: 0 auto .5em;
  width: 480px;
  color: #ff0000;
}
