﻿html, body {
    height: 100%;
}


body {
    background-color: #efefef;
    font-family: Tahoma, Verdana, Arial, Sans-serif;
}

input[type=submit] {
    padding:0px;
}

.content {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
    margin-bottom: 50px;
}

.login-frame {
    background-color: #fefefe;
    width:400px;
    height:443px;
    border: 1px solid #ededed; 
    padding-bottom: 50px;
}

.login-content {
    max-width: 278px;
    margin-left: auto;
    margin-right: auto;
}

.login-label {
    text-align:left;
    font-size: .8em;
    font-family: Tahoma, Verdana, Arial, Sans-serif;
}

.button-group {
    padding-top:1   0px;
}

.button {
    display: block;
    margin-top: 10px;
    margin-bottom:5px;
    height: 53px;
    background-color: #64ad4c;
    color: #FFF;
    border-radius: 4px;
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
}

.login-button {
    width: 156px;
}

.jd-logo {
    margin-bottom: 35px;
    margin-top: 26px;
}


r-code {
    display: block;
}

.login-eid-spacing {
    margin-top:120px;
}
a {
    text-decoration: none;
    color: #fff;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.input-eid {
    width: 100%;
    border: none;
    border-bottom: 1px solid #64ad4c;
    color: #333;
    border-radius: 4px;
    font-size: 20px;
    outline: none;
    text-align: left;
    margin-top: 20px;
}

.input-button {
    width: 100%;
    height: 56px;
    border: none;
    background-color: #64ad4c;
    color: #fff;
    border-radius: 4px;
    font-size: 20px;
    cursor: pointer;
}

.input-label {
    padding-bottom: 20px;
    color: #888;
}

.error_message {
    position: fixed;
    bottom: 1.875em;
    right: 2.5%;
    display: flex;
    flex: 0 0 auto;
    -webkit-font-smoothing: antialiased;
    color: white;
    width: 370px;
    border-radius: 3px;
    font-size: 1.0em;
    background-color: #006dbd;
    padding: 1em 1.875em 1em 1.25em;
}

.error_message_text {
    margin-left: 10px;
    margin-top: 3px;
}

#rbUnitList {
    text-align: left;
}

#unitList {
    width:100%;
    margin-left:5px;
    margin-right: 5px;
}