.login .row > label {
    width: 59px;
}

.login .row input[type="text"], .login .row input[type="password"], .login .row input[type="email"] {
    width: 225px;
}

.login .submit, .login .errors, .login .remember {
    margin-left: 67px;
}

    .login .errors span {
        margin-top: 10px;
        display: inline-block;
        max-width: 300px;
    }

.login .remember {
    display: flex;
    margin-top: 15px;
    align-items: center;
    margin-bottom: 15px;
}

    .login .remember input[type=checkbox]{
        width: 20px;
        height: 20px;
    }

    .login .submit .type2 {
        display: block;
        height: 40px;
        margin-right: 2px;
        height: 40px;
        font-size: 141%;
        width: 160px;
        text-transform: none;
        font-weight: 900;
    }

#registerForgot {
    left: 400px;
    position: absolute;
    top: 70px;
}

    #registerForgot a {
        display: block;
    }

    #registerForgot .register {
        font-weight: bold;
        margin-bottom: 5px;
    }

#startProject {
    display: none;
}

.submit input.default-button{
    width: 130px;
}

.not-signed-in-container + .signed-in-container {
    margin-top: 20px;
}

@media screen and (max-width: 600px) {
    html body div.login {
        padding: 10px 5px 5px 5px;
    }

    html body #registerForgot {
        left: inherit;
        position: inherit;
        top: 10px;
        padding-left: 67px;
    }

        html body #registerForgot a {
            display: inline-block;
            margin-left: 10px;
        }
}