/* login */
.loginwelcome {
    background-color: #ddd;
    padding: 5px;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 15px;
}
.registerlink_box {
    width: 158px;
    margin-left: auto;
    margin-right: auto;
}
.registerlink {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    border: 1px solid #666;
    width: 150px;
    padding: 3px;
}
.registerlink:hover {
    border: 1px solid black;
}
.registerlink a, .registerlink a:hover, .registerlink a:visited {
    color: white !important;
    text-decoration: none;
}
.communitytext {
    margin: auto;
    width: 70%;
}
.loginicon {
    text-align: center;
    white-space: nowrap;
    width: 10%;
}
.logininfo {
    font-size: 13px;
    width: 40%;
}

