*, body {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

.link {
    float: left;
    padding-right: 15px;
    font-size: 1.2em;
}

.top {
    text-align: center;
    padding-top: 5%;
}

#loginForm {
    width: 300px;
    margin: 20px auto;
}

#sub {
    line-height: 40px;
    text-align: center;
    display: block;
    width: 100%;
    background-color: #AE3410;
    margin-top: 20px;
    color: White;
    font-size: 16px;
}

.reginfo {
    font-size: 14px;
    line-height: 22px;
    margin-top: 30px;
}

#tbSMSCode {
    margin-top: 5px !important;
}

input.error {
    color: Red;
    border-bottom: 1px solid #f00 !important;
}

#loginForm p {
    height: 40px;
}

    #loginForm p span {
        width: 25%;
        float: left;
        line-height: 32px;
    }

    #loginForm p input {
        width: 66%;
        float: right;
        border: 1px solid #ccc;
        padding: 5px 10px;
        line-height: 24px;
    }
