.login-content {
    width: 300px;
}

.login-content h1 {
    text-align: center;
    padding-bottom: 50px;
}

.login-content input {
    width: 275px;
}

.login-content button {
    width: 300px;
}

.login-send {
    padding: 0;
    margin-bottom: 20px;
    width: 100%;
}

.login-remember {
    width: 33%;
    float: left;
}

.login-forgot {
    width: 62%;
    margin-left: 38%;
    display: block;
    text-align: right;
    color: #b2b2b2;
}

.login-content .login-remember-label {
    color: #b2b2b2;
    cursor: pointer;
    display: block;
}

.login-content .login-remember-checkbox {
    display: none;
}

.login-unregistered {
    color: #b2b2b2;
    text-align: center;
    margin-top: 30px;
}

.login-unregistered {
    color: #323232;
    margin-top: 50px;
    visibility: visible;
}

.login-unregistered-link {
    color: #e70a60;
    margin-left: 5px;
    Add a comment to this line
    display: inline-block;
}

.login-unregistered a {
    color: #b2b2b2;
}

div.account-create div.page-title h1 {
    float: left;
}
